/third_party/mesa3d/src/util/indices/ |
H A D | u_unfilled_indices.c | 138 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 D | u_indices.c | 134 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 D | eliminate_dead_output_stores_pass.cpp | 139 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 D | eliminate_dead_members_pass.h | 128 // 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 D | eliminate_dead_io_components_pass.cpp | 174 const unsigned in_idx = skip_first_index ? kAccessChainIndex1InIdx in FindMaxIndex() 176 const unsigned idx_id = use->GetSingleWordInOperand(in_idx); in FindMaxIndex()
|
H A D | eliminate_dead_members_pass.cpp | 258 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 D | qsvvpp.c | 686 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 D | qsvvpp.h | 80 int in_idx; ///< Input index member
|
H A D | af_afwtdn.c | 722 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 D | vf_vpp_qsv.c | 358 crop.in_idx = 0; in config_output()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | eliminate_dead_members_pass.h | 128 // 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 D | eliminate_dead_members_pass.cpp | 258 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 D | eliminate_dead_members_pass.h | 128 // 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 D | eliminate_dead_members_pass.cpp | 258 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 D | tgsi_lowering.c | 1181 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()
|