Searched refs:t_list (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_nir_to_llvm.c | 683 LLVMValueRef t_list; local in function:load_vs_input 736 t_list = ac_build_load_to_sgpr(&ctx->ac, t_list_ptr, t_offset); 763 &ctx->ac, t_list, chan_index, LLVMConstInt(ctx->ac.i32, chan_offset, false), 779 &ctx->ac, t_list, buffer_index, LLVMConstInt(ctx->ac.i32, attrib_offset, false),
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_nir_to_llvm.c | 2166 LLVMValueRef t_list; local in function:handle_vs_input_decl 2242 t_list = ac_build_load_to_sgpr(&ctx->ac, t_list_ptr, t_offset); 2244 input = ac_build_struct_tbuffer_load(&ctx->ac, t_list,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 547 LLVMValueRef t_list; local in function:si_llvm_load_input_vs 556 t_list = ac_build_load_to_sgpr(&ctx->ac, t_list_ptr, t_offset); 605 input[i] = ac_build_buffer_load_format(&ctx->ac, t_list,
|
Completed in 38 milliseconds