Home
last modified time | relevance | path

Searched defs:coords (Results 1 - 25 of 168) sorted by relevance

1234567

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemImageValidator.hpp39 tcu::Vec4 coords[4]; member
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-ot-metrics.c60 float coords[] = {100.f}; in test_ot_metrics_get_var() local
H A 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 }; test_advance_tt_var_comp_v() local
245 int coords[6] = {100}; test_advance_tt_var_gvar_infer() local
[all...]
H A 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
/third_party/skia/gm/
H A Ddsl_processor_test.cpp45 Declare(coords); variable
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemImageValidator.hpp39 tcu::Vec4 coords[4]; member
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d33_tex.c78 struct qreg coords[5]; in v3d33_vir_emit_tex() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Ddrawtex.c66 _mesa_DrawTexfvOES(const GLfloat *coords) in _mesa_DrawTexfvOES() argument
83 _mesa_DrawTexivOES(const GLint *coords) in _mesa_DrawTexivOES() argument
101 _mesa_DrawTexsvOES(const GLshort *coords) _mesa_DrawTexsvOES() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
H A Dhb-shape-fuzzer.cc26 int *coords = (int *) calloc (num_coords, sizeof (int)); in LLVMFuzzerTestOneInput() local
H A Dhb-draw-fuzzer.cc128 int *coords = (int *) calloc (num_coords, sizeof (int)); in LLVMFuzzerTestOneInput() local
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_image.c101 unsigned coords = nir_image_intrinsic_coord_components(instr); in ir3_get_image_coords() local
H A Dir3_a6xx.c206 struct ir3_instruction *const *coords = ir3_get_src(ctx, &intr->src[1]); in emit_intrinsic_load_image() local
231 struct ir3_instruction *const *coords = ir3_get_src(ctx, &intr->src[1]); in emit_intrinsic_store_image() local
259 struct ir3_instruction *const *coords = ir3_get_src(ctx, &intr->src[1]); in emit_intrinsic_atomic_image() local
/third_party/libinput/src/
H A Dfilter-trackpoint.c81 struct normalized_coords coords; in trackpoint_accelerator_filter() local
105 struct normalized_coords coords; in trackpoint_accelerator_filter_noop() local
H A Dfilter-private.h142 normalize_for_dpi(const struct device_float_coords *coords, int dpi) in normalize_for_dpi() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTextureFunctionHLSL.h51 int coords; member
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftmm.h194 FT_Fixed* coords; member
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-var-avar-table.hh52 F2DOT14 coords[2]; member
H A Dhb-ot-var.cc274 hb_ot_var_normalize_variations(hb_face_t *face, const hb_variation_t *variations, unsigned int variations_length, int *coords, unsigned int coords_length) hb_ot_var_normalize_variations() argument
H A Dhb-shape-plan.cc59 init(bool copy, hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const int *coords, unsigned int num_coords, const char * const *shaper_list) init() argument
219 hb_shape_plan_create2(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const int *coords, unsigned int num_coords, const char * const *shaper_list) hb_shape_plan_create2() argument
515 hb_shape_plan_create_cached2(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const int *coords, unsigned int num_coords, const char * const *shaper_list) hb_shape_plan_create_cached2() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_acceleration_structure.h61 float coords[3][3]; member
101 uint32_t coords[4][3]; member
106 float coords[4][2][3]; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationFractionalSpacingTests.cpp131 verifyFractionalSpacingSingle(tcu::TestLog& log, const SpacingMode spacingMode, const float tessLevel, const std::vector<float>& coords, float* const pOutAdditionalSegmentLength, int* const pOutAdditionalSegmentLocation) verifyFractionalSpacingSingle() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DOverlayWidgets.h66 int32_t coords[4]; member in gl::overlay::Widget
/third_party/python/Lib/turtledemo/
H A Dnim.py104 def coords(self, row, col): member in Stick
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderReturnTests.cpp145 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeConditionalReturnInFuncCase() local
201 const char* coords = isVertex ? "a_coords" : "v_coords"; makeOutputWriteReturnCase() local
247 const char* coords = isVertex ? "a_coords" : "v_coords"; makeReturnInLoopCase() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationFractionalSpacingTests.cpp131 verifyFractionalSpacingSingle(tcu::TestLog& log, const SpacingMode spacingMode, const float tessLevel, const std::vector<float>& coords, float* const pOutAdditionalSegmentLength, int* const pOutAdditionalSegmentLocation) verifyFractionalSpacingSingle() argument

Completed in 11 milliseconds

1234567