Home | History | Annotate | Download | only in radeonsi

Lines Matching refs:input_index

200 	unsigned input_index,
214 //struct pipe_vertex_element *velem = &rctx->vertex_elements->elements[input_index];
223 t_offset = lp_build_const_int32(base->gallivm, input_index);
248 si_shader_ctx->radeon_bld.inputs[radeon_llvm_reg_index_soa(input_index, chan)] =
256 unsigned input_index,
278 /* XXX: Is this the input_index? */
279 LLVMValueRef attr_number = lp_build_const_int32(gallivm, input_index);
326 unsigned soa_index = radeon_llvm_reg_index_soa(input_index, chan);
339 unsigned input_index,
345 declare_input_vs(si_shader_ctx, input_index, decl);
347 declare_input_fs(si_shader_ctx, input_index, decl);