| /external/harfbuzz_ng/test/api/ |
| D | test-ot-metrics-tt-var.c | 51 float coords[1] = { 500.0f }; in test_extents_tt_var() local 85 float coords[1] = { 500.0f }; in test_advance_tt_var_nohvar() local 121 float coords[1] = { 700.0f }; in test_advance_tt_var_hvarvvar() local 155 float coords[1] = { 500.0f }; in test_advance_tt_var_anchor() local 179 float coords[1] = { 800.0f }; in test_extents_tt_var_comp() local 220 float coords[1] = { 800.0f }; in test_advance_tt_var_comp_v() local 245 int coords[6] = {100}; in test_advance_tt_var_gvar_infer() local
|
| D | test-ot-extents-cff.c | 142 float coords[2] = { 600.0f, 50.0f }; in test_extents_cff2() local 166 float coords[2] = { 800.0f, 50.0f }; in test_extents_cff2_vsindex() local
|
| /external/ComputeLibrary/src/core/CL/cl_kernels/ |
| D | warp_helpers.h | 34 inline const float8 clamp_to_border_with_size(float8 coords, const float width, const float height,… in clamp_to_border_with_size() 48 inline const float8 clamp_to_border(float8 coords, const float width, const float height) in clamp_to_border() 58 inline const VEC_DATA_TYPE(DATA_TYPE, 4) read_texels4(const Image *in, const int8 coords) in read_texels4() 88 …PE(DATA_TYPE, 4) bilinear_interpolate_with_border(const Image *in, const float8 coords, const floa… in bilinear_interpolate_with_border() 129 inline const VEC_DATA_TYPE(DATA_TYPE, 4) bilinear_interpolate(const Image *in, const float8 coords,… in bilinear_interpolate()
|
| /external/eigen/bench/ |
| D | sparse_setter.cpp | 68 Coordinates coords; in main() local 194 EIGEN_DONT_INLINE Scalar* setinnerrand_eigen(const Coordinates& coords, const Values& vals) in setinnerrand_eigen() 208 EIGEN_DONT_INLINE Scalar* setrand_eigen_dynamic(const Coordinates& coords, const Values& vals) in setrand_eigen_dynamic() 222 EIGEN_DONT_INLINE Scalar* setrand_eigen_sumeq(const Coordinates& coords, const Values& vals) in setrand_eigen_sumeq() 241 EIGEN_DONT_INLINE Scalar* setrand_eigen_compact(const Coordinates& coords, const Values& vals) in setrand_eigen_compact() 255 EIGEN_DONT_INLINE Scalar* setrand_eigen_gnu_hash(const Coordinates& coords, const Values& vals) in setrand_eigen_gnu_hash() 271 EIGEN_DONT_INLINE Scalar* setrand_eigen_google_dense(const Coordinates& coords, const Values& vals) in setrand_eigen_google_dense() 284 EIGEN_DONT_INLINE Scalar* setrand_eigen_google_sparse(const Coordinates& coords, const Values& vals) in setrand_eigen_google_sparse() 405 EIGEN_DONT_INLINE Scalar* setrand_scipy(const Coordinates& coords, const Values& vals) in setrand_scipy() 425 EIGEN_DONT_INLINE Scalar* setrand_ublas_mapped(const Coordinates& coords, const Values& vals) in setrand_ublas_mapped() [all …]
|
| /external/angle/src/libANGLE/ |
| D | overlay_widgets.json | 39 "coords": [10, 10], array 48 "coords": [10, -10], array 57 "coords": [10, "VulkanLastValidationMessage.top.adjacent"], array 66 "coords": [10, 100], array 71 … "coords": ["VulkanRenderPassCount.left.align", "VulkanRenderPassCount.top.adjacent"], array 81 "coords": [-50, 100], array 86 "coords": ["VulkanSecondaryCommandBufferPoolWaste.left.align", array 97 "coords": [10, 220], array 102 …"coords": ["VulkanWriteDescriptorSetCount.left.align", "VulkanWriteDescriptorSetCount.top.adjacent… array 112 "coords": [0, 250], array [all …]
|
| D | validationGL3.cpp | 351 GLuint coords) in ValidateMultiTexCoordP1ui() 360 const GLuint *coords) in ValidateMultiTexCoordP1uiv() 369 GLuint coords) in ValidateMultiTexCoordP2ui() 378 const GLuint *coords) in ValidateMultiTexCoordP2uiv() 387 GLuint coords) in ValidateMultiTexCoordP3ui() 396 const GLuint *coords) in ValidateMultiTexCoordP3uiv() 405 GLuint coords) in ValidateMultiTexCoordP4ui() 414 const GLuint *coords) in ValidateMultiTexCoordP4uiv() 422 GLuint coords) in ValidateNormalP3ui() 430 const GLuint *coords) in ValidateNormalP3uiv() [all …]
|
| /external/freetype/src/base/ |
| D | ftmm.c | 171 FT_Long* coords ) in FT_Set_MM_Design_Coordinates() 267 FT_Fixed* coords ) in FT_Set_Var_Design_Coordinates() 315 FT_Fixed* coords ) in FT_Get_Var_Design_Coordinates() 343 FT_Fixed* coords ) in FT_Set_MM_Blend_Coordinates() 394 FT_Fixed* coords ) in FT_Set_Var_Blend_Coordinates() 442 FT_Fixed* coords ) in FT_Get_MM_Blend_Coordinates() 473 FT_Fixed* coords ) in FT_Get_Var_Blend_Coordinates()
|
| /external/mesa3d/src/mesa/main/ |
| D | drawtex.c | 66 _mesa_DrawTexfvOES(const GLfloat *coords) in _mesa_DrawTexfvOES() 83 _mesa_DrawTexivOES(const GLint *coords) in _mesa_DrawTexivOES() 101 _mesa_DrawTexsvOES(const GLshort *coords) in _mesa_DrawTexsvOES() 123 _mesa_DrawTexxv(const GLfixed *coords) in _mesa_DrawTexxv()
|
| /external/skia/src/gpu/ganesh/geometry/ |
| D | GrQuadBuffer.h | 212 inline float* coords(char* entry) { in coords() function 215 inline const float* coords(const char* entry) const { in coords() function 234 float* GrQuadBuffer<T>::packQuad(const GrQuad& quad, float* coords) { in packQuad() 248 const float* GrQuadBuffer<T>::unpackQuad(GrQuad::Type type, const float* coords, GrQuad* quad) cons… in unpackQuad() 284 float* coords = this->coords(entry); in append() local 342 const float* coords = fBuffer->coords(fCurrentEntry); in next() local
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | CachedPathIteratorFactory.java | 121 private static void quadCurveSegment(float[] coords, float t0, float t1) { in quadCurveSegment() 144 private static void cubicCurveSegment(float[] coords, float t0, float t1) { in cubicCurveSegment() 182 private static void getShapeEndPoint(int type, float[] coords, float[] point) { in getShapeEndPoint() 237 int type, float[] coords, float lastX, float lastY, float t, float[] point) { in getPointAtLength() 366 public int currentSegment(float[] coords) { in currentSegment() 372 public int currentSegment(double[] coords) { in currentSegment() 429 public int currentSegment(float[] coords, float length) { in currentSegment()
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | CachedPathIteratorFactory.java | 121 private static void quadCurveSegment(float[] coords, float t0, float t1) { in quadCurveSegment() 144 private static void cubicCurveSegment(float[] coords, float t0, float t1) { in cubicCurveSegment() 182 private static void getShapeEndPoint(int type, float[] coords, float[] point) { in getShapeEndPoint() 237 int type, float[] coords, float lastX, float lastY, float t, float[] point) { in getPointAtLength() 366 public int currentSegment(float[] coords) { in currentSegment() 372 public int currentSegment(double[] coords) { in currentSegment() 429 public int currentSegment(float[] coords, float length) { in currentSegment()
|
| /external/angle/src/libGLESv2/ |
| D | entry_points_gl_3_autogen.cpp | 1124 void GL_APIENTRY GL_MultiTexCoordP1ui(GLenum texture, GLenum type, GLuint coords) in GL_MultiTexCoordP1ui() 1154 void GL_APIENTRY GL_MultiTexCoordP1uiv(GLenum texture, GLenum type, const GLuint *coords) in GL_MultiTexCoordP1uiv() 1185 void GL_APIENTRY GL_MultiTexCoordP2ui(GLenum texture, GLenum type, GLuint coords) in GL_MultiTexCoordP2ui() 1215 void GL_APIENTRY GL_MultiTexCoordP2uiv(GLenum texture, GLenum type, const GLuint *coords) in GL_MultiTexCoordP2uiv() 1246 void GL_APIENTRY GL_MultiTexCoordP3ui(GLenum texture, GLenum type, GLuint coords) in GL_MultiTexCoordP3ui() 1276 void GL_APIENTRY GL_MultiTexCoordP3uiv(GLenum texture, GLenum type, const GLuint *coords) in GL_MultiTexCoordP3uiv() 1307 void GL_APIENTRY GL_MultiTexCoordP4ui(GLenum texture, GLenum type, GLuint coords) in GL_MultiTexCoordP4ui() 1337 void GL_APIENTRY GL_MultiTexCoordP4uiv(GLenum texture, GLenum type, const GLuint *coords) in GL_MultiTexCoordP4uiv() 1368 void GL_APIENTRY GL_NormalP3ui(GLenum type, GLuint coords) in GL_NormalP3ui() 1396 void GL_APIENTRY GL_NormalP3uiv(GLenum type, const GLuint *coords) in GL_NormalP3uiv() [all …]
|
| /external/armnn/src/backends/neon/workloads/ |
| D | NeonMeanWorkload.cpp | 25 …arm_compute::Coordinates coords = BuildArmComputeReductionCoordinates(aclInputInfo.num_dimensions(… in NeonMeanWorkloadValidate() local 46 …arm_compute::Coordinates coords = BuildArmComputeReductionCoordinates(input.info()->num_dimensions… in NeonMeanWorkload() local
|
| D | NeonReduceWorkload.cpp | 28 …arm_compute::Coordinates coords = BuildArmComputeReductionCoordinates(aclInputInfo.num_dimensions(… in NeonReduceWorkloadValidate() local 61 …arm_compute::Coordinates coords = BuildArmComputeReductionCoordinates(input.info()->num_dimensions… in NeonReduceWorkload() local
|
| /external/armnn/src/backends/cl/workloads/ |
| D | ClReduceWorkload.cpp | 27 …arm_compute::Coordinates coords = BuildArmComputeReductionCoordinates(aclInputInfo.num_dimensions(… in ClReduceWorkloadValidate() local 60 …arm_compute::Coordinates coords = BuildArmComputeReductionCoordinates(input.info()->num_dimensions… in ClReduceWorkload() local
|
| D | ClMeanWorkload.cpp | 24 …arm_compute::Coordinates coords = BuildArmComputeReductionCoordinates(aclInputInfo.num_dimensions(… in ClMeanValidate() local 46 …arm_compute::Coordinates coords = BuildArmComputeReductionCoordinates(input.info()->num_dimensions… in ClMeanWorkload() local
|
| /external/tensorflow/tensorflow/compiler/xla/pjrt/ |
| D | tpu_client.h | 35 int process_index, const std::array<int, 3>& coords, in PjRtTpuDevice() 55 const std::array<int, 3>& coords() const { return coords_; } in coords() function
|
| /external/angle/src/libANGLE/capture/ |
| D | capture_gl_3_autogen.cpp | 873 GLuint coords) in CaptureMultiTexCoordP1ui() 888 const GLuint *coords) in CaptureMultiTexCoordP1uiv() 917 GLuint coords) in CaptureMultiTexCoordP2ui() 932 const GLuint *coords) in CaptureMultiTexCoordP2uiv() 961 GLuint coords) in CaptureMultiTexCoordP3ui() 976 const GLuint *coords) in CaptureMultiTexCoordP3uiv() 1005 GLuint coords) in CaptureMultiTexCoordP4ui() 1020 const GLuint *coords) in CaptureMultiTexCoordP4uiv() 1045 CallCapture CaptureNormalP3ui(const State &glState, bool isCallValid, GLenum type, GLuint coords) in CaptureNormalP3ui() 1058 const GLuint *coords) in CaptureNormalP3uiv() [all …]
|
| D | capture_gl_3_params.cpp | 223 const GLuint *coords, in CaptureMultiTexCoordP1uiv_coords() 232 const GLuint *coords, in CaptureMultiTexCoordP2uiv_coords() 241 const GLuint *coords, in CaptureMultiTexCoordP3uiv_coords() 250 const GLuint *coords, in CaptureMultiTexCoordP4uiv_coords() 258 const GLuint *coords, in CaptureNormalP3uiv_coords() 274 const GLuint *coords, in CaptureTexCoordP1uiv_coords() 282 const GLuint *coords, in CaptureTexCoordP2uiv_coords() 290 const GLuint *coords, in CaptureTexCoordP3uiv_coords() 298 const GLuint *coords, in CaptureTexCoordP4uiv_coords()
|
| /external/ComputeLibrary/src/core/ |
| D | SubTensorInfo.cpp | 42 TensorShape extend_parent_shape(TensorShape parent_shape, TensorShape shape, Coordinates coords) in extend_parent_shape() 63 SubTensorInfo::SubTensorInfo(ITensorInfo *parent, TensorShape tensor_shape, Coordinates coords, boo… in SubTensorInfo()
|
| /external/mesa3d/src/freedreno/ir3/ |
| D | ir3_a4xx.c | 205 struct ir3_instruction * const *coords, bool byteoff) in get_image_offset() 255 struct ir3_instruction * const *coords = ir3_get_src(ctx, &intr->src[1]); in emit_intrinsic_store_image() local 292 struct ir3_instruction * const *coords = ir3_get_src(ctx, &intr->src[1]); in emit_intrinsic_atomic_image() local
|
| D | ir3_a6xx.c | 204 struct ir3_instruction * const *coords = ir3_get_src(ctx, &intr->src[1]); in emit_intrinsic_load_image() local 228 struct ir3_instruction * const *coords = ir3_get_src(ctx, &intr->src[1]); in emit_intrinsic_store_image() local 255 struct ir3_instruction * const *coords = ir3_get_src(ctx, &intr->src[1]); in emit_intrinsic_atomic_image() local
|
| /external/ComputeLibrary/src/runtime/ |
| D | TensorAllocator.cpp | 38 …ensor_shape(const TensorInfo &parent_info, const TensorInfo &child_info, const Coordinates &coords) in validate_subtensor_shape() 107 void TensorAllocator::init(const TensorAllocator &allocator, const Coordinates &coords, TensorInfo … in init()
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fShaderReturnTests.cpp | 145 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeConditionalReturnInFuncCase() local 201 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeOutputWriteReturnCase() local 247 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeReturnInLoopCase() local
|
| /external/deqp/modules/gles2/functional/ |
| D | es2fShaderReturnTests.cpp | 171 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeConditionalReturnInFuncCase() local 226 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeOutputWriteReturnCase() local 271 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeReturnInLoopCase() local
|