Home
last modified time | relevance | path

Searched defs:first_index (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_nir.h44 uint32_t first_index; member
92 uint32_t first_index; member
96 uint32_t first_index; member
Ddzn_cmd_buffer.c2573 uint32_t *first_index) in dzn_cmd_buffer_triangle_fan_rewrite_index()
/third_party/mesa3d/src/compiler/nir/
Dnir_group_loads.c164 uint32_t first_index; member
/third_party/ffmpeg/libavformat/
Dimg2dec.c114 int range, last_index, range1, first_index; in find_image_range() local
185 int first_index = 1, last_index = 1; in ff_img_read_header() local
/third_party/flutter/skia/src/shaders/gradients/
DSk4fGradientBase.cpp193 const int first_index = reverse ? count - 1 : 0; in init() local
/third_party/skia/src/shaders/gradients/
DSk4fGradientBase.cpp193 const int first_index = reverse ? count - 1 : 0; in init() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c679bool first_index, /**< whether search for first (t) or last (f) index */ in ecma_builtin_helper_string_find_index()
/third_party/mesa3d/src/compiler/glsl/
Dlink_uniform_blocks.cpp244 unsigned first_index) in process_block_array()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dos2_table.cc502 void OS2Table::Builder::SetUsFirstCharIndex(int32_t first_index) { in SetUsFirstCharIndex()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dos2_table.cc502 void OS2Table::Builder::SetUsFirstCharIndex(int32_t first_index) { in SetUsFirstCharIndex()
/third_party/mesa3d/src/intel/vulkan/
DgenX_query.c661 uint32_t first_index, uint32_t num_queries) in emit_zero_queries()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device_generated_commands.c877 nir_ssa_def *first_index = nir_channel(&b, draw_data0, 2); in build_dgc_prepare_shader() local
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc333 int first_index = proto_file.find_first_of("/", start_index); in GeneratedMetadataFileName() local
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlrender.c121 guint first_index; member
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_cmd_buffer.c4611 uint32_t first_index, in pvr_emit_vdm_index_list()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cComputeShaderTests.cpp3783 GLuint first_index[4]; in Run() member
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cComputeShaderTests.cpp4123 GLuint first_index[4]; in Run() member
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc4236 uint32_t first_index = 1; in MakeAccessChain() local
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_private.h595 unsigned first_index; member
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs5261 let mut first_index = 0; localVariable