/external/deqp-deps/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;
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/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;
|
/external/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;
|
/external/pdfium/core/fxge/ |
D | cfx_pathdata.cpp | 44 float point_y; in UpdateLineEndPoints() local 46 point_y = end_pos.y - hw; in UpdateLineEndPoints() 48 point_y = end_pos.y + hw; in UpdateLineEndPoints() 50 rect->UpdateRect(CFX_PointF(end_pos.x + hw, point_y)); in UpdateLineEndPoints() 51 rect->UpdateRect(CFX_PointF(end_pos.x - hw, point_y)); in UpdateLineEndPoints() 97 float point_y = mid_pos.y + half_width * start_dir; in UpdateLineJoinPoints() local 98 rect->UpdateRect(CFX_PointF(mid_pos.x + half_width, point_y)); in UpdateLineJoinPoints() 99 rect->UpdateRect(CFX_PointF(mid_pos.x - half_width, point_y)); in UpdateLineJoinPoints()
|
/external/libchrome/ui/gfx/geometry/ |
D | rect_f.cc | 83 bool RectF::Contains(float point_x, float point_y) const { in Contains() 84 return point_x >= x() && point_x < right() && point_y >= y() && in Contains() 85 point_y < bottom(); in Contains()
|
D | rect.cc | 160 bool Rect::Contains(int point_x, int point_y) const { in Contains() 161 return (point_x >= x()) && (point_x < right()) && (point_y >= y()) && in Contains() 162 (point_y < bottom()); in Contains()
|
D | rect_f.h | 113 bool Contains(float point_x, float point_y) const;
|
D | rect.h | 153 bool Contains(int point_x, int point_y) const;
|
D | rect_unittest.cc | 29 int point_y; in TEST() member 46 EXPECT_EQ(value.contained, rect.Contains(value.point_x, value.point_y)); in TEST()
|
/external/deqp/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 …]
|
/external/rust/crates/ring/src/ec/suite_b/ |
D | private_key.rs | 163 let y = ops.common.point_y(p); in affine_from_jacobian()
|
D | ops.rs | 146 pub fn point_y(&self, p: &Point) -> Elem<R> { in point_y() method 1014 let actual_y = &cops.point_y(&actual_point); in assert_point_actual_equals_expected()
|
/external/rust/crates/ring/src/ec/ |
D | suite_b.rs | 58 let y = ops.point_y(p); in verify_jacobian_point_is_on_the_curve()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qir.h | 424 struct qreg line_x, point_x, point_y; member
|
D | vc4_program.c | 1614 c->inputs[loc * 4 + 1] = c->point_y; in ntq_setup_inputs() 2238 c->point_y = emit_fragment_varying(c, ~0, 0); in vc4_shader_ntq()
|
/external/mesa3d/src/broadcom/compiler/ |
D | v3d_compiler.h | 607 struct qreg line_x, point_x, point_y; member
|
D | nir_to_vir.c | 1779 c->inputs[loc * 4 + 1] = c->point_y; in ntq_setup_fs_inputs() 3130 c->point_y = emit_fragment_varying(c, NULL, -1, 0, 0); in nir_to_vir()
|