Searched refs:point_y (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_dependence.h | 81 int64_t point_y; variable 90 point_y(0) {} in DistanceEntry() 99 point_y(0) {} in DistanceEntry() 108 point_y(0) {} in DistanceEntry() 117 point_y(y) {} in DistanceEntry() 122 point_x == rhs.point_x && point_y == rhs.point_y;
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | loop_dependence.h | 81 int64_t point_y; variable 90 point_y(0) {} in DistanceEntry() 99 point_y(0) {} in DistanceEntry() 108 point_y(0) {} in DistanceEntry() 117 point_y(y) {} in DistanceEntry() 122 point_x == rhs.point_x && point_y == rhs.point_y;
|
/third_party/spirv-tools/source/opt/ |
D | loop_dependence.h | 81 int64_t point_y; variable 90 point_y(0) {} in DistanceEntry() 99 point_y(0) {} in DistanceEntry() 108 point_y(0) {} in DistanceEntry() 117 point_y(y) {} in DistanceEntry() 122 point_x == rhs.point_x && point_y == rhs.point_y;
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderRendering.cpp | 1885 int point_y = 6 * instance_id; in verify() local 1912 t1[1] = point_y + 6; in verify() 1914 t1[3] = point_y; in verify() 1916 t1[5] = point_y + 6; in verify() 1919 t2[1] = point_y + 6; in verify() 1921 t2[3] = point_y; in verify() 1923 t2[5] = point_y; in verify() 1933 point_y = t1_center[1]; in verify() 1935 rendered_data = data + point_y * row_width + point_x * 4 /* components */; in verify() 1940 …m_testCtx.getLog() << tcu::TestLog::Message << "At (" << (int)point_x << ", " << (int)point_y << "… in verify() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vsrc_gradients.c | 158 int point_x, int point_y) in project() argument 169 float op_y = point_y - origin_y; in project()
|
/third_party/cef/include/internal/ |
D | cef_types_wrappers.h | 202 bool Contains(int point_x, int point_y) const { in Contains() argument 203 return (point_x >= x) && (point_x < x + width) && (point_y >= y) && in Contains() 204 (point_y < y + height); in Contains()
|
/third_party/openssl/crypto/ec/ |
D | ecp_nistz256.c | 1184 BN_ULONG point_x[P256_LIMBS], point_y[P256_LIMBS], point_z[P256_LIMBS]; in ecp_nistz256_get_affine() local 1193 !ecp_nistz256_bignum_to_field_elem(point_y, point->Y) || in ecp_nistz256_get_affine() 1211 ecp_nistz256_mul_mont(y_aff, z_inv3, point_y); in ecp_nistz256_get_affine()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qir.h | 420 struct qreg line_x, point_x, point_y; member
|
D | vc4_program.c | 1583 c->inputs[loc * 4 + 1] = c->point_y; in ntq_setup_inputs() 2224 c->point_y = emit_fragment_varying(c, ~0, 0); in vc4_shader_ntq()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | v3d_compiler.h | 760 struct qreg line_x, point_x, point_y, primitive_id; member
|
D | nir_to_vir.c | 2430 c->inputs[loc * 4 + 1] = c->point_y; in ntq_setup_fs_inputs() 4354 c->point_y = emit_fragment_varying(c, NULL, -1, 0, 0); in nir_to_vir()
|