Home
last modified time | relevance | path

Searched defs:coords (Results 1 – 25 of 238) sorted by relevance

12345678910

/external/harfbuzz_ng/test/api/
Dtest-ot-metrics-tt-var.c51 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
Dtest-ot-extents-cff.c142 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/
Dwarp_helpers.h34 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/
Dsparse_setter.cpp68 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/
Doverlay_widgets.json39 "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 …]
DvalidationGL3.cpp351 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/
Dftmm.c171 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/
Ddrawtex.c66 _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/
DGrQuadBuffer.h212 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/
DCachedPathIteratorFactory.java121 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/
DCachedPathIteratorFactory.java121 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/
Dentry_points_gl_3_autogen.cpp1124 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/
DNeonMeanWorkload.cpp25 …arm_compute::Coordinates coords = BuildArmComputeReductionCoordinates(aclInputInfo.num_dimensions(… in NeonMeanWorkloadValidate() local
46 …arm_compute::Coordinates coords = BuildArmComputeReductionCoordinates(input.info()->num_dimensions… in NeonMeanWorkload() local
DNeonReduceWorkload.cpp28 …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/
DClReduceWorkload.cpp27 …arm_compute::Coordinates coords = BuildArmComputeReductionCoordinates(aclInputInfo.num_dimensions(… in ClReduceWorkloadValidate() local
60 …arm_compute::Coordinates coords = BuildArmComputeReductionCoordinates(input.info()->num_dimensions… in ClReduceWorkload() local
DClMeanWorkload.cpp24 …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/
Dtpu_client.h35 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/
Dcapture_gl_3_autogen.cpp873 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 …]
Dcapture_gl_3_params.cpp223 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/
DSubTensorInfo.cpp42 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/
Dir3_a4xx.c205 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
Dir3_a6xx.c204 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/
DTensorAllocator.cpp38 …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/
Des3fShaderReturnTests.cpp145 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/
Des2fShaderReturnTests.cpp171 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

12345678910