Home
last modified time | relevance | path

Searched refs:point_x (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_dependence.h80 int64_t point_x; variable
89 point_x(0), in DistanceEntry()
98 point_x(0), in DistanceEntry()
107 point_x(0), in DistanceEntry()
116 point_x(x), in DistanceEntry()
122 point_x == rhs.point_x && point_y == rhs.point_y;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.h80 int64_t point_x; variable
89 point_x(0), in DistanceEntry()
98 point_x(0), in DistanceEntry()
107 point_x(0), in DistanceEntry()
116 point_x(x), in DistanceEntry()
122 point_x == rhs.point_x && point_y == rhs.point_y;
/third_party/spirv-tools/source/opt/
Dloop_dependence.h80 int64_t point_x; variable
89 point_x(0), in DistanceEntry()
98 point_x(0), in DistanceEntry()
107 point_x(0), in DistanceEntry()
116 point_x(x), 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.cpp1884 int point_x = 0; in verify() local
1901 point_x = 6 * index; in verify()
1906 point_x = 6 * n_point; in verify()
1911 t1[0] = point_x; in verify()
1913 t1[2] = point_x; in verify()
1915 t1[4] = point_x + 6; in verify()
1918 t2[0] = point_x + 6; in verify()
1920 t2[2] = point_x; in verify()
1922 t2[4] = point_x + 6; in verify()
1932 point_x = t1_center[0]; in verify()
[all …]
/third_party/ffmpeg/libavfilter/
Dvsrc_gradients.c205 float point_x, float point_y, int type) in project() argument
207 float op_x = point_x - origin_x; in project()
238 op_x_od = fmodf(atan2f(op_x, op_y) + M_PI + point_x / fmaxf(origin_x, dest_x), 2.f * M_PI); in project()
/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
1192 if (!ecp_nistz256_bignum_to_field_elem(point_x, point->X) || in ecp_nistz256_get_affine()
1201 ecp_nistz256_mul_mont(x_aff, z_inv2, point_x); in ecp_nistz256_get_affine()
/third_party/node/deps/openssl/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
1192 if (!ecp_nistz256_bignum_to_field_elem(point_x, point->X) || in ecp_nistz256_get_affine()
1201 ecp_nistz256_mul_mont(x_aff, z_inv2, point_x); 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.c1582 c->inputs[loc * 4 + 0] = c->point_x; in ntq_setup_inputs()
2223 c->point_x = 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.c2429 c->inputs[loc * 4 + 0] = c->point_x; in ntq_setup_fs_inputs()
4353 c->point_x = emit_fragment_varying(c, NULL, -1, 0, 0); in nir_to_vir()