Searched refs:si_llvm_bound_index (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_resources.c33 static LLVMValueRef si_llvm_bound_index(struct si_shader_context *ctx, LLVMValueRef index, function in typeref:typename:LLVMValueRef
102 index = si_llvm_bound_index(ctx, index, ctx->num_const_buffers);
120 index = si_llvm_bound_index(ctx, index, ctx->num_shader_buffers);
302 index = si_llvm_bound_index(ctx, index, num_slots);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_internal.h232 LLVMValueRef si_llvm_bound_index(struct si_shader_context *ctx,
H A Dsi_shader_tgsi_setup.c149 LLVMValueRef si_llvm_bound_index(struct si_shader_context *ctx, function in typeref:typename:LLVMValueRef
290 index = si_llvm_bound_index(ctx, index, array->range.Last - array->range.First + 1);
H A Dsi_shader_nir.c1043 index = si_llvm_bound_index(ctx, index, num_slots);
H A Dsi_shader.c822 return si_llvm_bound_index(ctx, result, num);
2359 index = si_llvm_bound_index(ctx, index, ctx->num_const_buffers);
2373 index = si_llvm_bound_index(ctx, index, ctx->num_shader_buffers);

Completed in 17 milliseconds