Home
last modified time | relevance | path

Searched refs:in_idx (Results 1 - 15 of 15) sorted by relevance

/third_party/mesa3d/src/util/indices/
H A Du_unfilled_indices.c138 unsigned in_idx; in u_unfilled_translator() local
145 in_idx = in_size_idx(in_index_size); in u_unfilled_translator()
173 *out_translate = translate_line[in_idx][out_idx][prim]; in u_unfilled_translator()
H A Du_indices.c134 unsigned in_idx; in u_index_translator() local
144 in_idx = in_size_idx(in_index_size); in u_index_translator()
163 *out_translate = translate[in_idx][out_idx][in_pv][out_pv][prim_restart][prim]; in u_index_translator()
/third_party/spirv-tools/source/opt/
H A Deliminate_dead_output_stores_pass.cpp139 uint32_t in_idx = kOpAccessChainIdx0InIdx; in KillAllDeadStoresOfBuiltinRef() local
146 ++in_idx; in KillAllDeadStoresOfBuiltinRef()
150 auto member_idx_id = ref->GetSingleWordInOperand(in_idx); in KillAllDeadStoresOfBuiltinRef()
H A Deliminate_dead_members_pass.h128 // Add all of the members of the type of the operand |in_idx| in |inst| and
130 void MarkOperandTypeAsFullyUsed(const Instruction* inst, uint32_t in_idx);
H A Deliminate_dead_io_components_pass.cpp174 const unsigned in_idx = skip_first_index ? kAccessChainIndex1InIdx in FindMaxIndex()
176 const unsigned idx_id = use->GetSingleWordInOperand(in_idx); in FindMaxIndex()
H A Deliminate_dead_members_pass.cpp258 const Instruction* inst, uint32_t in_idx) { in MarkOperandTypeAsFullyUsed()
259 uint32_t op_id = inst->GetSingleWordInOperand(in_idx); in MarkOperandTypeAsFullyUsed()
257 MarkOperandTypeAsFullyUsed( const Instruction* inst, uint32_t in_idx) MarkOperandTypeAsFullyUsed() argument
/third_party/ffmpeg/libavfilter/
H A Dqsvvpp.c686 if (crop->in_idx > avctx->nb_inputs) { in ff_qsvvpp_create()
690 s->frame_infos[crop->in_idx].CropX = crop->x; in ff_qsvvpp_create()
691 s->frame_infos[crop->in_idx].CropY = crop->y; in ff_qsvvpp_create()
692 s->frame_infos[crop->in_idx].CropW = crop->w; in ff_qsvvpp_create()
693 s->frame_infos[crop->in_idx].CropH = crop->h; in ff_qsvvpp_create()
H A Dqsvvpp.h80 int in_idx; ///< Input index member
H A Daf_afwtdn.c722 int shift = 0, buff_idx = 0, in_idx = 0; in conv_up() local
731 if (in_idx < in_length) { in conv_up()
732 buffer[buff_idx] = low[in_idx]; in conv_up()
733 buffer2[buff_idx] = high[in_idx++]; in conv_up()
H A Dvf_vpp_qsv.c358 crop.in_idx = 0; in config_output()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Deliminate_dead_members_pass.h128 // Add all of the members of the type of the operand |in_idx| in |inst| and
130 void MarkOperandTypeAsFullyUsed(const Instruction* inst, uint32_t in_idx);
H A Deliminate_dead_members_pass.cpp258 const Instruction* inst, uint32_t in_idx) { in MarkOperandTypeAsFullyUsed()
259 uint32_t op_id = inst->GetSingleWordInOperand(in_idx); in MarkOperandTypeAsFullyUsed()
257 MarkOperandTypeAsFullyUsed( const Instruction* inst, uint32_t in_idx) MarkOperandTypeAsFullyUsed() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Deliminate_dead_members_pass.h128 // Add all of the members of the type of the operand |in_idx| in |inst| and
130 void MarkOperandTypeAsFullyUsed(const Instruction* inst, uint32_t in_idx);
H A Deliminate_dead_members_pass.cpp258 const Instruction* inst, uint32_t in_idx) { in MarkOperandTypeAsFullyUsed()
259 uint32_t op_id = inst->GetSingleWordInOperand(in_idx); in MarkOperandTypeAsFullyUsed()
257 MarkOperandTypeAsFullyUsed( const Instruction* inst, uint32_t in_idx) MarkOperandTypeAsFullyUsed() argument
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c1181 unsigned in_idx = ctx->two_side_idx[i]; in emit_twoside() local
1187 decl.Semantic.Index = info->input_semantic_index[in_idx]; in emit_twoside()
1189 decl.Interp.Interpolate = info->input_interpolate[in_idx]; in emit_twoside()
1190 decl.Interp.Location = info->input_interpolate_loc[in_idx]; in emit_twoside()

Completed in 12 milliseconds