Home
last modified time | relevance | path

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/
Dloop_dependence.h81 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/
Dloop_dependence.h81 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/
Dloop_dependence.h81 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/
DesextcGeometryShaderRendering.cpp1885 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/
Dvsrc_gradients.c158 int point_x, int point_y) in project() argument
169 float op_y = point_y - origin_y; in project()
/third_party/cef/include/internal/
Dcef_types_wrappers.h202 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/
Decp_nistz256.c1184 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/
Dvc4_qir.h420 struct qreg line_x, point_x, point_y; member
Dvc4_program.c1583 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/
Dv3d_compiler.h760 struct qreg line_x, point_x, point_y, primitive_id; member
Dnir_to_vir.c2430 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()