Searched refs:buf_index (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_ps.c | 44 LLVMValueRef buf_index = LLVMConstInt(ctx->ac.i32, SI_PS_CONST_SAMPLE_POSITIONS, 0); local in function:load_sample_position 45 LLVMValueRef resource = ac_build_load_to_sgpr(&ctx->ac, desc, buf_index);
|
| H A D | si_shader_llvm_vs.c | 926 LLVMValueRef buf_index = LLVMConstInt(ctx->ac.i32, SI_VS_CONST_INSTANCE_DIVISORS, 0); local in function:si_llvm_build_vs_prolog 927 instance_divisor_constbuf = ac_build_load_to_sgpr(&ctx->ac, list, buf_index);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 1981 LLVMValueRef buf_index = LLVMConstInt(ctx->i32, SI_PS_CONST_SAMPLE_POSITIONS, 0); local in function:load_sample_position 1982 LLVMValueRef resource = ac_build_load_to_sgpr(&ctx->ac, desc, buf_index); 7203 LLVMValueRef buf_index = local in function:si_build_vs_prolog_function 7206 ac_build_load_to_sgpr(&ctx->ac, list, buf_index);
|
Completed in 14 milliseconds