| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
| H A D | vktProtectedMemImageValidator.hpp | 39 tcu::Vec4 coords[4]; member
|
| /third_party/skia/third_party/externals/harfbuzz/test/api/ |
| H A D | test-ot-metrics.c | 60 float coords[] = {100.f}; in test_ot_metrics_get_var() local
|
| H A 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 }; test_advance_tt_var_comp_v() local 245 int coords[6] = {100}; test_advance_tt_var_gvar_infer() local [all...] |
| H A 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
|
| /third_party/skia/gm/ |
| H A D | dsl_processor_test.cpp | 45 Declare(coords); variable
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
| H A D | vktProtectedMemImageValidator.hpp | 39 tcu::Vec4 coords[4]; member
|
| /third_party/mesa3d/src/broadcom/compiler/ |
| H A D | v3d33_tex.c | 78 struct qreg coords[5]; in v3d33_vir_emit_tex() local [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | drawtex.c | 66 _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 D | hb-shape-fuzzer.cc | 26 int *coords = (int *) calloc (num_coords, sizeof (int)); in LLVMFuzzerTestOneInput() local
|
| H A D | hb-draw-fuzzer.cc | 128 int *coords = (int *) calloc (num_coords, sizeof (int)); in LLVMFuzzerTestOneInput() local
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_image.c | 101 unsigned coords = nir_image_intrinsic_coord_components(instr); in ir3_get_image_coords() local
|
| H A D | ir3_a6xx.c | 206 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 D | filter-trackpoint.c | 81 struct normalized_coords coords; in trackpoint_accelerator_filter() local 105 struct normalized_coords coords; in trackpoint_accelerator_filter_noop() local
|
| H A D | filter-private.h | 142 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 D | TextureFunctionHLSL.h | 51 int coords; member
|
| /third_party/skia/third_party/externals/freetype/include/freetype/ |
| H A D | ftmm.h | 194 FT_Fixed* coords; member [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-var-avar-table.hh | 52 F2DOT14 coords[2]; member
|
| H A D | hb-ot-var.cc | 274 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 D | hb-shape-plan.cc | 59 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 D | radv_acceleration_structure.h | 61 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 D | vktTessellationFractionalSpacingTests.cpp | 131 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 D | OverlayWidgets.h | 66 int32_t coords[4]; member in gl::overlay::Widget
|
| /third_party/python/Lib/turtledemo/ |
| H A D | nim.py | 104 def coords(self, row, col): member in Stick
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fShaderReturnTests.cpp | 145 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 D | vktTessellationFractionalSpacingTests.cpp | 131 verifyFractionalSpacingSingle(tcu::TestLog& log, const SpacingMode spacingMode, const float tessLevel, const std::vector<float>& coords, float* const pOutAdditionalSegmentLength, int* const pOutAdditionalSegmentLocation) verifyFractionalSpacingSingle() argument
|