Home
last modified time | relevance | path

Searched refs:si_load_sampler_desc (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_internal.h310 LLVMValueRef si_load_sampler_desc(struct si_shader_context *ctx,
Dsi_shader_tgsi_mem.c1089 LLVMValueRef si_load_sampler_desc(struct si_shader_context *ctx, in si_load_sampler_desc() function
1191 *res_ptr = si_load_sampler_desc(ctx, list, index, AC_DESC_BUFFER); in tex_fetch_ptrs()
1193 *res_ptr = si_load_sampler_desc(ctx, list, index, AC_DESC_IMAGE); in tex_fetch_ptrs()
1203 *fmask_ptr = si_load_sampler_desc(ctx, list, index, in tex_fetch_ptrs()
1207 *samp_ptr = si_load_sampler_desc(ctx, list, index, in tex_fetch_ptrs()
Dsi_shader_nir.c641 return si_load_sampler_desc(ctx, list, index, desc_type); in si_nir_load_sampler_desc()