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 D | si_shader_llvm_resources.c | 33 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 D | si_shader_internal.h | 232 LLVMValueRef si_llvm_bound_index(struct si_shader_context *ctx,
|
| H A D | si_shader_tgsi_setup.c | 149 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 D | si_shader_nir.c | 1043 index = si_llvm_bound_index(ctx, index, num_slots);
|
| H A D | si_shader.c | 822 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