Home
last modified time | relevance | path

Searched defs:sx (Results 1 – 25 of 1014) sorted by relevance

12345678910>>...41

/aosp_15_r20/external/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c310 translate_semantic_index(struct Shader_xlate *sx, in translate_semantic_index()
360 declare_vertices_in(struct Shader_xlate *sx, in declare_vertices_in()
422 dcl_base_output(struct Shader_xlate *sx, in dcl_base_output()
449 dcl_base_input(struct Shader_xlate *sx, in dcl_base_input()
487 dcl_vs_input(struct Shader_xlate *sx, in dcl_vs_input()
502 dcl_gs_input(struct Shader_xlate *sx, in dcl_gs_input()
531 dcl_sgv_input(struct Shader_xlate *sx, in dcl_sgv_input()
547 dcl_siv_input(struct Shader_xlate *sx, in dcl_siv_input()
567 dcl_ps_input(struct Shader_xlate *sx, in dcl_ps_input()
586 dcl_ps_sgv_input(struct Shader_xlate *sx, in dcl_ps_sgv_input()
[all …]
/aosp_15_r20/external/skia/src/core/
H A DSkMatrix.cpp196 SkScalar sx = fMat[kMSkewX]; in isSimilarity() local
224 SkScalar sx = fMat[kMSkewX]; in preservesRightAngles() local
296 SkMatrix& SkMatrix::setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setScale()
305 SkMatrix& SkMatrix::setScale(SkScalar sx, SkScalar sy) { in setScale()
315 SkMatrix& SkMatrix::preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in preScale()
325 SkMatrix& SkMatrix::preScale(SkScalar sx, SkScalar sy) { in preScale()
360 SkMatrix& SkMatrix::postScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in postScale()
369 SkMatrix& SkMatrix::postScale(SkScalar sx, SkScalar sy) { in postScale()
488 SkMatrix& SkMatrix::setSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setSkew()
496 SkMatrix& SkMatrix::setSkew(SkScalar sx, SkScalar sy) { in setSkew()
[all …]
/aosp_15_r20/external/clang/test/CXX/class.access/class.protected/
H A Dp1.cpp7 static int sx; // expected-note 3 {{declared}} \ member in test0::A
38 static int sx; member in test1::A
72 static int sx; member in test2::A
107 static int sx; member in test3::A
142 static int sx; // expected-note 3{{member is declared here}} member in test4::A
180 static int sx; // expected-note 3{{member is declared here}} member in test5::A
274 void (*sx)(Static) = &A::foo; in test() local
278 void (*sx)(Static) = &A::foo; in test() local
282 void (*sx)(Static) = &A::foo; in test() local
286 void (*sx)(Static) = &A::foo; in test() local
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java330 public void setScale(float sx, float sy, float px, float py) { in setScale()
335 public void setScale(float sx, float sy) { in setScale()
410 public boolean preScale(float sx, float sy, float px, float py) { in preScale()
418 public boolean preScale(float sx, float sy) { in preScale()
474 public boolean postScale(float sx, float sy, float px, float py) { in postScale()
482 public boolean postScale(float sx, float sy) { in postScale()
887 private static native void nSetScale(long nObject, float sx, float sy, float px, float py); in nSetScale()
889 private static native void nSetScale(long nObject, float sx, float sy); in nSetScale()
908 private static native void nPreScale(long nObject, float sx, float sy, float px, float py); in nPreScale()
910 private static native void nPreScale(long nObject, float sx, float sy); in nPreScale()
[all …]
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowLegacyMatrix.java122 protected void setScale(float sx, float sy, float px, float py) { in setScale()
128 protected void setScale(float sx, float sy) { in setScale()
182 protected boolean preScale(float sx, float sy, float px, float py) { in preScale()
188 protected boolean preScale(float sx, float sy) { in preScale()
230 protected boolean postScale(float sx, float sy, float px, float py) { in postScale()
236 protected boolean postScale(float sx, float sy) { in postScale()
461 public static SimpleMatrix scale(float sx, float sy, float px, float py) { in scale()
468 public static SimpleMatrix scale(float sx, float sy) { in scale()
575 float sx = dst.width() / src.width(); in setRectToRect() local
H A DShadowNativeMatrix.java110 protected static void nSetScale(long nObject, float sx, float sy, float px, float py) { in nSetScale()
115 protected static void nSetScale(long nObject, float sx, float sy) { in nSetScale()
161 protected static void nPreScale(long nObject, float sx, float sy, float px, float py) { in nPreScale()
166 protected static void nPreScale(long nObject, float sx, float sy) { in nPreScale()
201 protected static void nPostScale(long nObject, float sx, float sy, float px, float py) { in nPostScale()
206 protected static void nPostScale(long nObject, float sx, float sy) { in nPostScale()
/aosp_15_r20/external/curl/lib/
H A Dsocks.c163 static void socksstate(struct socks_state *sx, struct Curl_easy *data, in socksstate()
211 struct socks_state *sx, in socks_state_send()
242 struct socks_state *sx, in socks_state_recv()
284 struct socks_state *sx, in do_SOCKS4()
561 struct socks_state *sx, in do_SOCKS5()
1136 struct socks_state *sx = cf->ctx; in socks_proxy_cf_connect() local
1190 struct socks_state *sx = cf->ctx; in socks_cf_adjust_pollset() local
/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
H A DMatrixNatives.java67 public static native void nSetScale(long nObject, float sx, float sy, float px, float py); in nSetScale()
69 public static native void nSetScale(long nObject, float sx, float sy); in nSetScale()
88 public static native void nPreScale(long nObject, float sx, float sy, float px, float py); in nPreScale()
90 public static native void nPreScale(long nObject, float sx, float sy); in nPreScale()
104 public static native void nPostScale(long nObject, float sx, float sy, float px, float py); in nPostScale()
106 public static native void nPostScale(long nObject, float sx, float sy); in nPostScale()
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DDeconvolutionLayerFixture.h250 …void setup(TensorShape input_shape, unsigned int sx, unsigned int sy, unsigned int padx, unsigned … in setup()
271 …void setup(TensorShape input_shape, unsigned int sx, unsigned int sy, unsigned int pad_left, unsig… in setup()
292 …void setup(TensorShape input_shape, unsigned int sx, unsigned int sy, unsigned int padx, unsigned … in setup()
314 …void setup(TensorShape input_shape, unsigned int sx, unsigned int sy, unsigned int padx, unsigned … in setup()
/aosp_15_r20/external/aac/libFDK/src/
H A Dfixpoint_math.cpp784 INT sx = (DFRACT_BITS - 1) - sf; // sx mantissaBits right of dot in fixp_ceilToInt() local
800 INT sx = (DFRACT_BITS - 1) - sf; in fixp_ceil() local
828 INT sx = (DFRACT_BITS - 1) - sf; // sx mantissaBits right of dot in fixp_truncateToInt() local
864 INT sx = DFRACT_BITS - 1 - sf; in fixp_roundToInt() local
895 INT sx = DFRACT_BITS - 1 - sf; in fixp_round() local
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_Matrix.cpp168 …static void setScale__FFFF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat sx, jfloat sy, jfloat… in setScale__FFFF()
174 static void setScale__FF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat sx, jfloat sy) { in setScale__FF()
225 …static void preScale__FFFF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat sx, jfloat sy, jfloat… in preScale__FFFF()
231 static void preScale__FF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat sx, jfloat sy) { in preScale__FF()
269 static void postScale__FFFF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat sx, jfloat sy, in postScale__FFFF()
275 static void postScale__FF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat sx, jfloat sy) { in postScale__FF()
/aosp_15_r20/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
H A DAccelerometerPlayActivity.java161 public void computePhysics(float sx, float sy, float dT, float dTC) { in computePhysics()
242 private void updatePositions(float sx, float sy, long timestamp) { in updatePositions()
264 public void update(float sx, float sy, long now) { in update()
429 final float sx = mSensorX; in onDraw() local
/aosp_15_r20/developers/samples/android/sensors/AccelerometerPlay/app/src/main/java/com/example/android/accelerometerplay/
DAccelerometerPlayActivity.java168 public void computePhysics(float sx, float sy, float dT) { in computePhysics()
231 private void updatePositions(float sx, float sy, long timestamp) { in updatePositions()
249 public void update(float sx, float sy, long now) { in update()
399 final float sx = mSensorX; in onDraw() local
/aosp_15_r20/external/libaom/av1/common/x86/
H A Dhighbd_warp_plane_sse4.c35 static inline void highbd_prepare_horizontal_filter_coeff(int alpha, int sx, in highbd_prepare_horizontal_filter_coeff()
95 int sx, __m128i *coeff) { in highbd_prepare_horizontal_filter_coeff_alpha0()
158 __m128i *tmp, int sx, int alpha, int k, in highbd_horiz_filter()
207 int sx = sx4 + beta * (k + 4); in highbd_warp_horizontal_filter_alpha0() local
259 int sx = sx4 + beta * (k + 4); in highbd_warp_horizontal_filter() local
413 int sx = sx4 + beta * (k + 4); in av1_highbd_warp_affine_sse4_1() local
H A Dwarp_plane_avx2.c100 int sx, in prepare_horizontal_filter_coeff_avx2()
194 static inline void prepare_horizontal_filter_coeff_beta0_avx2(int alpha, int sx, in prepare_horizontal_filter_coeff_beta0_avx2()
234 static inline void prepare_horizontal_filter_coeff_alpha0_avx2(int beta, int sx, in prepare_horizontal_filter_coeff_alpha0_avx2()
255 int sx, int alpha, int beta, int row, in horizontal_filter_avx2()
264 static inline void prepare_horizontal_filter_coeff(int alpha, int sx, in prepare_horizontal_filter_coeff()
304 int k, iy, sx, row = 0; in warp_horizontal_filter_avx2() local
338 int k, iy, sx, row = 0; in warp_horizontal_filter_alpha0_avx2() local
1148 int iy, sx, row = 0; in av1_warp_affine_avx2() local
H A Dwarp_plane_sse4.c226 static inline void prepare_horizontal_filter_coeff(int alpha, int sx, in prepare_horizontal_filter_coeff()
274 static inline void prepare_horizontal_filter_coeff_alpha0(int sx, in prepare_horizontal_filter_coeff_alpha0()
294 static inline void horizontal_filter(__m128i src, __m128i *tmp, int sx, in horizontal_filter()
316 int sx = sx4 + beta * (k + 4); in warp_horizontal_filter() local
338 int sx = sx4 + beta * (k + 4); in warp_horizontal_filter_alpha0() local
878 int sx = sx4 + beta * (k + 4); in av1_warp_affine_sse4_1() local
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsShaderRenderCase.cpp241 float sx = (float)x / (float)gridSize; in QuadGrid() local
283 inline Vec4 QuadGrid::getCoords(float sx, float sy) const in getCoords()
290 inline Vec4 QuadGrid::getUnitCoords(float sx, float sy) const in getUnitCoords()
295 inline Vec4 QuadGrid::getUserAttrib(int attribNdx, float sx, float sy) const in getUserAttrib()
345 void ShaderEvalContext::reset(float sx, float sy) in reset()
707 float sx = (float)x / (float)gridSize; in computeVertexReference() local
791 float sx = ((float)x + 0.5f) / (float)width; in computeFragmentReference() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcShaderRenderCase.cpp263 float sx = static_cast<float>(x) / static_cast<float>(gridSize); in QuadGrid() local
305 inline Vec4 QuadGrid::getCoords(float sx, float sy) const in getCoords()
312 inline Vec4 QuadGrid::getUnitCoords(float sx, float sy) const in getUnitCoords()
317 inline Vec4 QuadGrid::getUserAttrib(int attribNdx, float sx, float sy) const in getUserAttrib()
370 void ShaderEvalContext::reset(float sx, float sy) in reset()
728 float sx = static_cast<float>(x) / static_cast<float>(gridSize); in computeVertexReference() local
816 float sx = ((float)x + 0.5f) / (float)width; in computeFragmentReference() local
/aosp_15_r20/external/libaom/av1/common/arm/
H A Dwarp_plane_neon.c15 int sx, int alpha) { in horizontal_filter_4x1_f4()
43 int sx, int alpha) { in horizontal_filter_8x1_f8()
103 int sx) { in horizontal_filter_4x1_f1()
142 int sx) { in horizontal_filter_8x1_f1()
H A Dhighbd_warp_plane_neon.c28 int16x8_t rv3, int bd, int sx, int alpha) { in highbd_horizontal_filter_4x1_f4()
54 int16x8_t rv5, int16x8_t rv6, int16x8_t rv7, int bd, int sx, int alpha) { in highbd_horizontal_filter_8x1_f8()
92 int16x8_t rv3, int bd, int sx) { in highbd_horizontal_filter_4x1_f1()
117 int16x8_t rv5, int16x8_t rv6, int16x8_t rv7, int bd, int sx) { in highbd_horizontal_filter_8x1_f1()
H A Dwarp_plane_neon_i8mm.c21 int sx, int alpha) { in horizontal_filter_4x1_f4()
50 int sx, int alpha) { in horizontal_filter_8x1_f8()
111 int sx) { in horizontal_filter_4x1_f1()
147 int sx) { in horizontal_filter_8x1_f1()
H A Dwarp_plane_sve.c24 int sx, int alpha) { in horizontal_filter_4x1_f4()
53 int sx, int alpha) { in horizontal_filter_8x1_f8()
114 int sx) { in horizontal_filter_4x1_f1()
150 int sx) { in horizontal_filter_8x1_f1()
H A Dhighbd_warp_plane_sve.c29 int16x8_t rv3, int bd, int sx, int alpha) { in highbd_horizontal_filter_4x1_f4()
52 int16x8_t rv5, int16x8_t rv6, int16x8_t rv7, int bd, int sx, int alpha) { in highbd_horizontal_filter_8x1_f8()
84 int16x8_t rv3, int bd, int sx) { in highbd_horizontal_filter_4x1_f1()
106 int16x8_t rv5, int16x8_t rv6, int16x8_t rv7, int bd, int sx) { in highbd_horizontal_filter_8x1_f1()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_bufferreadwriterect.cpp180 size_t sx = (i % rslice) % sregion[0]; in copy_region() local
214 size_t sx = (i % rslice) % sregion[0]; in verify_region() local
325 size_t sx = (i % rslice) % sregion[0]; in write_region() local
465 size_t sx = get_random_size_t(0, width[src]-sw, mt); in test_bufferreadwriterect() local
/aosp_15_r20/external/skia/src/gpu/graphite/geom/
H A DTransform.cpp27 skvx::float4 scale_translate_rect(skvx::float4 rectVals, float sx, float sy, float tx, float ty) { in scale_translate_rect()
94 std::pair<float, float> sort_scale(float sx, float sy) { in sort_scale()
139 const float sx = m.rc(0, 0); in Transform() local

12345678910>>...41