Searched refs:fmask_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 4044 if (fmask_ptr && (instr->op == nir_texop_txf_ms || instr->op == nir_texop_samples_identical)) in tex_fetch_ptrs() 4045 *fmask_ptr = get_sampler_desc(ctx, texture_deref_instr, AC_DESC_FMASK, &instr->instr, in tex_fetch_ptrs() 4061 LLVMValueRef fmask_ptr = NULL, sample_index = NULL; in visit_tex() local 4066 tex_fetch_ptrs(ctx, instr, wctx, &args.resource, &args.sampler, &fmask_ptr); in visit_tex() 4286 txf_args.resource = fmask_ptr; in visit_tex() 4302 args.coords[sample_chan], fmask_ptr); in visit_tex()
|
/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 8522 if (fmask_ptr && (instr->op == nir_texop_txf_ms || in tex_fetch_ptrs() 8524 *fmask_ptr = get_sampler_desc(ctx, texture_deref_instr, ACO_DESC_FMASK, instr, false, false); in tex_fetch_ptrs() 8658 Temp resource, sampler, fmask_ptr, bias = Temp(), compare = Temp(), sample_index = Temp(), in visit_tex() local 8666 tex_fetch_ptrs(ctx, instr, &resource, &sampler, &fmask_ptr, &stype); in visit_tex() 8866 resource = fmask_ptr; in visit_tex() 8877 sample_index = adjust_sample_index_using_fmask(ctx, da, coords, op, fmask_ptr); in visit_tex()
|