Searched refs:si_load_sampler_desc (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_resources.c | 207 static LLVMValueRef si_load_sampler_desc(struct si_shader_context *ctx, LLVMValueRef list, function in typeref:typename:LLVMValueRef 274 * wraparound and si_load_sampler_desc assumes there isn't any, 281 return si_load_sampler_desc(ctx, list, ctx->ac.i32_0, desc_type); 329 return si_load_sampler_desc(ctx, list, index, desc_type);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_internal.h | 303 LLVMValueRef si_load_sampler_desc(struct si_shader_context *ctx,
|
| H A D | si_shader_nir.c | 1015 * wraparound and si_load_sampler_desc assumes there isn't any, 1022 return si_load_sampler_desc(ctx, list, ctx->i32_0, desc_type); 1055 return si_load_sampler_desc(ctx, list, index, desc_type);
|
| H A D | si_shader_tgsi_mem.c | 1058 LLVMValueRef si_load_sampler_desc(struct si_shader_context *ctx, function in typeref:typename:LLVMValueRef 1166 * wraparound and si_load_sampler_desc assumes there isn't any, 1176 *res_ptr = si_load_sampler_desc(ctx, list, index, AC_DESC_BUFFER); 1178 *res_ptr = si_load_sampler_desc(ctx, list, index, AC_DESC_IMAGE); 1188 *fmask_ptr = si_load_sampler_desc(ctx, list, index, 1192 *samp_ptr = si_load_sampler_desc(ctx, list, index,
|
Completed in 7 milliseconds