Searched refs:fmask_ptr (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_nir_to_llvm.c | 4524 LLVMValueRef *samp_ptr, LLVMValueRef *fmask_ptr) in tex_fetch_ptrs() 4534 *fmask_ptr = NULL; in tex_fetch_ptrs() 4642 fmask_ptr && (instr->op == nir_texop_txf_ms || instr->op == nir_texop_samples_identical)) in tex_fetch_ptrs() 4643 *fmask_ptr = get_sampler_desc(ctx, texture_deref_instr, AC_DESC_FMASK, &instr->instr, in tex_fetch_ptrs() 4659 LLVMValueRef fmask_ptr = NULL, sample_index = NULL; in visit_tex() local 4664 tex_fetch_ptrs(ctx, instr, wctx, &args.resource, &args.sampler, &fmask_ptr); in visit_tex() 4907 args.coords[sample_chan], fmask_ptr); in visit_tex() 4522 tex_fetch_ptrs(struct ac_nir_context *ctx, nir_tex_instr *instr, struct waterfall_context *wctx, LLVMValueRef *res_ptr, LLVMValueRef *samp_ptr, LLVMValueRef *fmask_ptr) tex_fetch_ptrs() argument
|
Completed in 9 milliseconds