/third_party/ffmpeg/libavformat/ |
D | img2dec.c | 114 int range, last_index, range1, first_index; in find_image_range() local 117 for (first_index = start_index; first_index < start_index + start_index_range; first_index++) { in find_image_range() 118 if (av_get_frame_filename(buf, sizeof(buf), path, first_index) < 0) { in find_image_range() 128 if (first_index == start_index + start_index_range) in find_image_range() 132 last_index = first_index; in find_image_range() 155 *pfirst_index = first_index; in find_image_range() 185 int first_index = 1, last_index = 1; in ff_img_read_header() local 270 first_index = 0; in ff_img_read_header() 276 if (find_image_range(s1->pb, &first_index, &last_index, s->path, in ff_img_read_header() 290 first_index = 0; in ff_img_read_header() [all …]
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_nir.h | 44 uint32_t first_index; member 92 uint32_t first_index; member 96 uint32_t first_index; member
|
D | dzn_cmd_buffer.c | 2573 uint32_t *first_index) in dzn_cmd_buffer_triangle_fan_rewrite_index() argument 2609 .first_index = *first_index, in dzn_cmd_buffer_triangle_fan_rewrite_index() 2639 *first_index = 0; in dzn_cmd_buffer_triangle_fan_rewrite_index() 3914 .first_index = firstIndex, in dzn_CmdDrawIndexed()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_group_loads.c | 164 uint32_t first_index; member 174 src->ssa->parent_instr->index < state->first_index; in has_only_sources_less_than() 219 state.first_index = first->index; in group_loads()
|
/third_party/flutter/skia/src/shaders/gradients/ |
D | Sk4fGradientBase.cpp | 193 const int first_index = reverse ? count - 1 : 0; in init() local 194 const int last_index = count - 1 - first_index; in init() 203 const Sk4f clamp_color = pack_color(xformedColors.fColors[first_index], in init()
|
/third_party/skia/src/shaders/gradients/ |
D | Sk4fGradientBase.cpp | 193 const int first_index = reverse ? count - 1 : 0; in init() local 194 const int last_index = count - 1 - first_index; in init() 203 const Sk4f clamp_color = pack_color(xformedColors.fColors[first_index], in init()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | link_uniform_blocks.cpp | 244 unsigned first_index) in process_block_array() argument 258 binding_stride, consts, prog, first_index); in process_block_array() 263 *block_index - first_index, consts, prog); in process_block_array()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_query.c | 661 uint32_t first_index, uint32_t num_queries) in emit_zero_queries() argument 673 anv_query_address(pool, first_index + i); in emit_zero_queries() 689 anv_query_address(pool, first_index + i); in emit_zero_queries() 699 mi_memset(b, khr_perf_query_data_address(pool, first_index + i, p, false), in emit_zero_queries() 702 … khr_perf_query_availability_address(pool, first_index + i, p), in emit_zero_queries() 713 anv_query_address(pool, first_index + i); in emit_zero_queries()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | gstttmlrender.c | 121 guint first_index; member 1591 range->first_index = start_index; in gst_ttml_render_get_line_char_ranges() 1605 range->first_index, range->last_index); in gst_ttml_render_get_line_char_ranges() 1629 range->first_index, range->last_index); in gst_ttml_render_get_line_char_ranges() 1631 pango_layout_index_to_pos (render->layout, range->first_index, &rect); in gst_ttml_render_get_line_char_ranges() 1649 if (end_index > range->first_index) { in gst_ttml_render_get_line_char_ranges() 1651 new_range->first_index = end_index + 1; in gst_ttml_render_get_line_char_ranges() 1655 new_range->first_index, new_range->last_index); in gst_ttml_render_get_line_char_ranges() 1660 "end:%u", range->first_index, range->last_index); in gst_ttml_render_get_line_char_ranges() 1856 GST_CAT_LOG (ttmlrender_debug, "range start:%u end:%u", range->first_index, in gst_ttml_render_split_block() [all …]
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-helpers.c | 679 … bool first_index, /**< whether search for first (t) or last (f) index */ in ecma_builtin_helper_string_find_index() argument 692 *ret_index_p = first_index ? start_pos : original_len; in ecma_builtin_helper_string_find_index() 749 if (first_index) in ecma_builtin_helper_string_find_index()
|
D | ecma-builtin-helpers.h | 60 …er_string_find_index (ecma_string_t *original_str_p, ecma_string_t *search_str_p, bool first_index,
|
/third_party/protobuf/src/google/protobuf/compiler/php/ |
D | php_generator.cc | 333 int first_index = proto_file.find_first_of("/", start_index); in GeneratedMetadataFileName() local 365 while (first_index != string::npos) { in GeneratedMetadataFileName() 367 file_no_suffix.substr(start_index, first_index - start_index), true); in GeneratedMetadataFileName() 369 start_index = first_index + 1; in GeneratedMetadataFileName() 370 first_index = file_no_suffix.find_first_of("/", start_index); in GeneratedMetadataFileName() 382 file_no_suffix.substr(file_name_start, first_index - file_name_start), true); in GeneratedMetadataFileName()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
D | os2_table.cc | 502 void OS2Table::Builder::SetUsFirstCharIndex(int32_t first_index) { in SetUsFirstCharIndex() argument 503 InternalWriteData()->WriteUShort(Offset::kUsFirstCharIndex, first_index); in SetUsFirstCharIndex()
|
D | os2_table.h | 382 void SetUsFirstCharIndex(int32_t first_index);
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
D | os2_table.cc | 502 void OS2Table::Builder::SetUsFirstCharIndex(int32_t first_index) { in SetUsFirstCharIndex() argument 503 InternalWriteData()->WriteUShort(Offset::kUsFirstCharIndex, first_index); in SetUsFirstCharIndex()
|
D | os2_table.h | 382 void SetUsFirstCharIndex(int32_t first_index);
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | function.cc | 4236 uint32_t first_index = 1; in MakeAccessChain() local 4255 def_use_mgr_->GetDef(inst.GetSingleWordInOperand(first_index)); in MakeAccessChain() 4296 first_index = first_index + 1; in MakeAccessChain() 4332 for (uint32_t index = first_index; index < num_in_operands; ++index) { in MakeAccessChain() 4342 << " is invalid after following " << (index - first_index) in MakeAccessChain()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_private.h | 595 unsigned first_index; member
|
D | panvk_vX_cmd_buffer.c | 885 .first_index = firstIndex, in panvk_per_arch()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device_generated_commands.c | 877 nir_ssa_def *first_index = nir_channel(&b, draw_data0, 2); in build_dgc_prepare_shader() local 885 dgc_emit_draw_indexed(&b, &cmd_buf, first_index, index_count, in build_dgc_prepare_shader()
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_cmd_buffer.c | 4611 uint32_t first_index, in pvr_emit_vdm_index_list() argument 4661 state->index_buffer_binding.offset + first_index * index_stride); in pvr_emit_vdm_index_list()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cComputeShaderTests.cpp | 3783 GLuint first_index[4]; in Run() member
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cComputeShaderTests.cpp | 4123 GLuint first_index[4]; in Run() member
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_execute.c | 2690 draw.start = (state->index_offset / state->index_size) + cmd->u.draw_indexed.first_index; in handle_draw_indexed()
|
/third_party/rust/crates/memchr/bench/data/code/ |
D | rust-library.rs | 5261 let mut first_index = 0; localVariable 5266 Match(a, b) | Reject(a, b) if a <= b && a == first_index => { 5267 first_index = b; 5280 if first_index != haystack.len() {
|