Home
last modified time | relevance | path

Searched refs:samp_ptr (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c968 LLVMValueRef res_ptr, LLVMValueRef samp_ptr, in set_tex_fetch_args() argument
984 args.sampler = samp_ptr; in set_tex_fetch_args()
1155 LLVMValueRef *res_ptr, LLVMValueRef *samp_ptr, LLVMValueRef *fmask_ptr) in tex_fetch_ptrs() argument
1195 if (samp_ptr) in tex_fetch_ptrs()
1196 *samp_ptr = NULL; in tex_fetch_ptrs()
1206 if (samp_ptr) { in tex_fetch_ptrs()
1207 *samp_ptr = si_load_sampler_desc(ctx, list, index, in tex_fetch_ptrs()
1209 *samp_ptr = sici_fix_sampler_aniso(ctx, *res_ptr, *samp_ptr); in tex_fetch_ptrs()
1277 LLVMValueRef res_ptr, samp_ptr, fmask_ptr = NULL; in tex_fetch_args() local
1280 tex_fetch_ptrs(bld_base, emit_data, &res_ptr, &samp_ptr, &fmask_ptr); in tex_fetch_args()
[all …]
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c4738 LLVMValueRef res_ptr, LLVMValueRef samp_ptr, in set_tex_fetch_args() argument
4757 args->sampler = samp_ptr; in set_tex_fetch_args()
4800 LLVMValueRef *res_ptr, LLVMValueRef *samp_ptr, in tex_fetch_ptrs() argument
4807 if (samp_ptr) { in tex_fetch_ptrs()
4809 *samp_ptr = get_sampler_desc(ctx, instr->sampler, AC_DESC_SAMPLER, instr, false, false); in tex_fetch_ptrs()
4811 *samp_ptr = get_sampler_desc(ctx, instr->texture, AC_DESC_SAMPLER, instr, false, false); in tex_fetch_ptrs()
4813 *samp_ptr = sici_fix_sampler_aniso(ctx, *res_ptr, *samp_ptr); in tex_fetch_ptrs()
4838 LLVMValueRef res_ptr, samp_ptr, fmask_ptr = NULL, sample_index = NULL; in visit_tex() local
4845 tex_fetch_ptrs(ctx, instr, &res_ptr, &samp_ptr, &fmask_ptr); in visit_tex()
5137 res_ptr, samp_ptr, address, count, dmask); in visit_tex()