/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | loop_dependence.h | 80 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/ |
D | loop_dependence.h | 80 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/ |
D | loop_dependence.h | 80 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/ |
D | esextcGeometryShaderRendering.cpp | 1884 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/ |
D | vsrc_gradients.c | 205 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/ |
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 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/ |
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 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/ |
D | vc4_qir.h | 420 struct qreg line_x, point_x, point_y; member
|
D | vc4_program.c | 1582 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/ |
D | v3d_compiler.h | 760 struct qreg line_x, point_x, point_y, primitive_id; member
|
D | nir_to_vir.c | 2429 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()
|