Home
last modified time | relevance | path

Searched refs:t_offset (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c565 LLVMValueRef t_offset; in si_llvm_load_input_vs() local
573 t_offset = LLVMConstInt(ctx->i32, input_index, 0); in si_llvm_load_input_vs()
575 t_list = ac_build_load_to_sgpr(&ctx->ac, t_list_ptr, t_offset); in si_llvm_load_input_vs()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c5343 LLVMValueRef t_offset; in handle_vs_input_decl() local
5367 t_offset = LLVMConstInt(ctx->ac.i32, index + i, false); in handle_vs_input_decl()
5369 t_list = ac_build_load_to_sgpr(&ctx->ac, t_list_ptr, t_offset); in handle_vs_input_decl()