Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c564 LLVMValueRef t_list_ptr; in si_llvm_load_input_vs() local
571 t_list_ptr = LLVMGetParam(ctx->main_fn, ctx->param_vertex_buffers); 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.c5342 LLVMValueRef t_list_ptr = ctx->vertex_buffers; in handle_vs_input_decl() local
5369 t_list = ac_build_load_to_sgpr(&ctx->ac, t_list_ptr, t_offset); in handle_vs_input_decl()