Home
last modified time | relevance | path

Searched refs:si_llvm_bound_index (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_internal.h240 LLVMValueRef si_llvm_bound_index(struct si_shader_context *ctx,
Dsi_shader_nir.c623 index = si_llvm_bound_index(ctx, index, ctx->num_images); in si_nir_load_sampler_desc()
636 index = si_llvm_bound_index(ctx, index, ctx->num_samplers); in si_nir_load_sampler_desc()
Dsi_shader_tgsi_setup.c195 LLVMValueRef si_llvm_bound_index(struct si_shader_context *ctx, in si_llvm_bound_index() function
337 index = si_llvm_bound_index(ctx, index, array->range.Last - array->range.First + 1); in get_pointer_into_array()
Dsi_shader.c831 return si_llvm_bound_index(ctx, result, num); in si_get_bounded_indirect_index()
2256 index = si_llvm_bound_index(ctx, index, ctx->num_const_buffers); in load_ubo()
2270 index = si_llvm_bound_index(ctx, index, ctx->num_shader_buffers); in load_ssbo()