Home
last modified time | relevance | path

Searched refs:first_index (Results 1 - 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_nir.h44 uint32_t first_index; member
92 uint32_t first_index; member
96 uint32_t first_index; member
H A Ddzn_cmd_buffer.c2573 uint32_t *first_index) in dzn_cmd_buffer_triangle_fan_rewrite_index()
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()
2571 dzn_cmd_buffer_triangle_fan_rewrite_index(struct dzn_cmd_buffer *cmdbuf, uint32_t *index_count, uint32_t *first_index) dzn_cmd_buffer_triangle_fan_rewrite_index() argument
/third_party/ffmpeg/libavformat/
H A Dimg2dec.c118 int range, last_index, range1, first_index; in find_image_range() local
121 for (first_index = start_index; first_index < start_index + start_index_range; first_index++) { in find_image_range()
122 if (av_get_frame_filename(buf, sizeof(buf), path, first_index) < 0) { in find_image_range()
132 if (first_index == start_index + start_index_range) in find_image_range()
136 last_index = first_index; in find_image_range()
159 *pfirst_index = first_index; in find_image_range()
189 int first_index = 1, last_index = 1; in ff_img_read_header() local
274 first_index in ff_img_read_header()
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-register-optimizer.cc493 int first_index = reg_list.first_register().index(); in RegisterListAllocateEvent() local
494 GrowRegisterMap(Register(first_index + reg_list.register_count() - 1)); in RegisterListAllocateEvent()
496 AllocateRegister(GetRegisterInfo(Register(first_index + i))); in RegisterListAllocateEvent()
502 int first_index = reg_list.first_register().index(); in RegisterListFreeEvent() local
504 GetRegisterInfo(Register(first_index + i))->set_allocated(false); in RegisterListFreeEvent()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_group_loads.c164 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/skia/src/shaders/gradients/
H A DSk4fGradientBase.cpp193 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/
H A Dlink_uniform_blocks.cpp233 * \param first_index Value of \c block_index for the first element of the
244 unsigned first_index) in process_block_array()
258 binding_stride, consts, prog, first_index); in process_block_array()
263 *block_index - first_index, consts, prog); in process_block_array()
237 process_block_array(struct uniform_block_array_elements *ub_array, char **name, size_t name_length, gl_uniform_block *blocks, ubo_visitor *parcel, gl_uniform_buffer_variable *variables, const struct link_uniform_block_active *const b, unsigned *block_index, unsigned binding_offset, const struct gl_constants *consts, struct gl_shader_program *prog, unsigned first_index) process_block_array() argument
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc86 MemOperand MemoryOperand(AddressingMode* mode, size_t* first_index) { in MemoryOperand() argument
87 const size_t index = *first_index; in MemoryOperand()
93 *first_index += 1; in MemoryOperand()
96 *first_index += 2; in MemoryOperand()
99 *first_index += 2; in MemoryOperand()
102 *first_index += 3; in MemoryOperand()
110 size_t first_index = 0) { in MemoryOperand()
111 return MemoryOperand(mode, &first_index); in MemoryOperand()
348 size_t first_index = (fi); \
349 mem = i.MemoryOperand(&mode, &first_index); \
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_query.c661 uint32_t first_index, uint32_t num_queries) in emit_zero_queries()
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()
659 emit_zero_queries(struct anv_cmd_buffer *cmd_buffer, struct mi_builder *b, struct anv_query_pool *pool, uint32_t first_index, uint32_t num_queries) emit_zero_queries() argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers.c679 bool first_index, /**< whether search for first (t) or last (f) index */ in ecma_builtin_helper_string_find_index()
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()
677 ecma_builtin_helper_string_find_index(ecma_string_t *original_str_p, ecma_string_t *search_str_p, bool first_index, ecma_length_t start_pos, ecma_length_t *ret_index_p) ecma_builtin_helper_string_find_index() argument
H A Decma-builtin-helpers.h60 ecma_builtin_helper_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/
H A Dphp_generator.cc333 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/
H A Dos2_table.cc502 void OS2Table::Builder::SetUsFirstCharIndex(int32_t first_index) { in SetUsFirstCharIndex() argument
503 InternalWriteData()->WriteUShort(Offset::kUsFirstCharIndex, first_index); in SetUsFirstCharIndex()
H A Dos2_table.h382 void SetUsFirstCharIndex(int32_t first_index);
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc54 Operand InputOperand2(size_t first_index) { in InputOperand2() argument
55 const size_t index = first_index; in InputOperand2()
86 MemOperand InputOffset(size_t* first_index) { in InputOffset() argument
87 const size_t index = *first_index; in InputOffset()
101 *first_index += 3; in InputOffset()
105 *first_index += 2; in InputOffset()
108 *first_index += 2; in InputOffset()
111 *first_index += 1; in InputOffset()
117 MemOperand InputOffset(size_t first_index = 0) { in InputOffset()
118 return InputOffset(&first_index); in InputOffset()
161 NeonInputOperand(size_t first_index) NeonInputOperand() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc608 int first_index = instruction_block->first_instruction_index(); in PrintSchedule() local
612 LifetimePosition::GapFromInstructionIndex(first_index).value()); in PrintSchedule()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc108 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() argument
109 const size_t index = *first_index; in MemoryOperand()
114 *first_index += 1; in MemoryOperand()
117 *first_index += 2; in MemoryOperand()
120 *first_index += 2; in MemoryOperand()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc91 MemOperand MemoryOperand(AddressingMode* mode, size_t* first_index) { in MemoryOperand() argument
92 const size_t index = *first_index; in MemoryOperand()
99 *first_index += 2; in MemoryOperand()
102 *first_index += 2; in MemoryOperand()
109 size_t first_index = 0) { in MemoryOperand()
110 return MemoryOperand(mode, &first_index); in MemoryOperand()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc4236 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/
H A Dpanvk_private.h595 unsigned first_index;
H A Dpanvk_vX_cmd_buffer.c885 .first_index = firstIndex, in CmdDrawIndexed()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device_generated_commands.c877 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/
H A Dpvr_cmd_buffer.c4611 uint32_t first_index, in pvr_emit_vdm_index_list()
4661 state->index_buffer_binding.offset + first_index * index_stride); in pvr_emit_vdm_index_list()
4606 pvr_emit_vdm_index_list(struct pvr_cmd_buffer *cmd_buffer, struct pvr_sub_cmd_gfx *const sub_cmd, VkPrimitiveTopology topology, uint32_t first_vertex, uint32_t vertex_count, uint32_t first_index, uint32_t index_count, uint32_t instance_count) pvr_emit_vdm_index_list() argument
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc110 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() argument
111 const size_t index = *first_index; in MemoryOperand()
116 *first_index += 2; in MemoryOperand()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc108 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() argument
109 const size_t index = *first_index; in MemoryOperand()
114 *first_index += 2; in MemoryOperand()

Completed in 64 milliseconds

12