Searched refs:samp_ptr (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 3983 LLVMValueRef *samp_ptr, LLVMValueRef *fmask_ptr) in tex_fetch_ptrs() argument 4038 if (samp_ptr) { in tex_fetch_ptrs() 4039 *samp_ptr = get_sampler_desc(ctx, sampler_deref_instr, AC_DESC_SAMPLER, &instr->instr, in tex_fetch_ptrs() 4042 *samp_ptr = sici_fix_sampler_aniso(ctx, *res_ptr, *samp_ptr); in tex_fetch_ptrs()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 8457 Temp *res_ptr, Temp *samp_ptr, Temp *fmask_ptr, in tex_fetch_ptrs() argument 8497 if (samp_ptr) { in tex_fetch_ptrs() 8498 *samp_ptr = get_sampler_desc(ctx, sampler_deref_instr, ACO_DESC_SAMPLER, instr, false, false); in tex_fetch_ptrs() 8512 Definition(samp[2]), Definition(samp[3]), *samp_ptr); in tex_fetch_ptrs() 8518 *samp_ptr = bld.pseudo(aco_opcode::p_create_vector, bld.def(s4), in tex_fetch_ptrs()
|