Searched refs:vb_desc (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_vs.c | 100 LLVMValueRef vb_desc; in load_input_vs() local 105 vb_desc = ac_get_arg(&ctx->ac, ctx->vb_descriptors[input_index]); in load_input_vs() 108 vb_desc = ac_build_load_to_sgpr(&ctx->ac, ac_get_arg(&ctx->ac, ctx->vertex_buffers), in load_input_vs() 127 fix_fetch.u.reverse, !opencode, vb_desc, vertex_index, in load_input_vs() 160 fetches[i] = ac_build_buffer_load_format(&ctx->ac, vb_desc, vertex_index, voffset, in load_input_vs()
|