Searched refs:si_buffer_load_const (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_internal.h | 209 LLVMValueRef si_buffer_load_const(struct si_shader_context *ctx, LLVMValueRef resource,
|
| H A D | si_shader_llvm_ps.c | 53 LLVMValueRef pos[4] = {si_buffer_load_const(ctx, resource, offset0), 54 si_buffer_load_const(ctx, resource, offset1), 594 row = si_buffer_load_const(ctx, desc, offset);
|
| H A D | si_shader_llvm_vs.c | 421 base_elt = si_buffer_load_const(ctx, const_resource, addr); 941 udiv_factors[j] = si_buffer_load_const(ctx, instance_divisor_constbuf,
|
| H A D | si_shader_llvm_tess.c | 586 val[i] = si_buffer_load_const(ctx, buf, LLVMConstInt(ctx->ac.i32, (offset + i) * 4, 0));
|
| H A D | si_shader_llvm.c | 270 LLVMValueRef si_buffer_load_const(struct si_shader_context *ctx, LLVMValueRef resource, function in typeref:typename:LLVMValueRef
|
Completed in 14 milliseconds