Searched refs:buffer_load_const (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 1878 static LLVMValueRef buffer_load_const(struct si_shader_context *ctx, in buffer_load_const() function 1898 buffer_load_const(ctx, resource, offset0), in load_sample_position() 1899 buffer_load_const(ctx, resource, offset1), in load_sample_position() 2108 val[i] = buffer_load_const(ctx, buf, in si_load_system_value() 2365 LLVMValueRef result = buffer_load_const(ctx, desc, addr); in fetch_constant() 2384 return bitcast(bld_base, type, buffer_load_const(ctx, bufp, addr)); in fetch_constant() 2664 base_elt = buffer_load_const(ctx, const_resource, in si_llvm_emit_clipvertex() 5131 row = buffer_load_const(ctx, desc, offset); in si_llvm_emit_polygon_stipple() 7222 divisor = buffer_load_const(ctx, instance_divisor_constbuf, in si_build_vs_prolog_function()
|