Searched refs:fmask_ptr (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_mem.c35 LLVMValueRef *fmask_ptr);
1131 LLVMValueRef *fmask_ptr)
1182 if (fmask_ptr)
1183 *fmask_ptr = NULL;
1187 if (fmask_ptr)
1188 *fmask_ptr = si_load_sampler_desc(ctx, list, index,
1365 LLVMValueRef fmask_ptr = NULL; local in function:build_tex_intrinsic
1367 tex_fetch_ptrs(bld_base, emit_data, &args.resource, &args.sampler, &fmask_ptr);
1575 ac_apply_fmask_to_sample(&ctx->ac, fmask_ptr, args.coords,
1721 LLVMValueRef res_ptr, samp_ptr, fmask_ptr local in function:si_llvm_emit_txqs
1128 tex_fetch_ptrs(struct lp_build_tgsi_context * bld_base,struct lp_build_emit_data * emit_data,LLVMValueRef * res_ptr,LLVMValueRef * samp_ptr,LLVMValueRef * fmask_ptr) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_nir_to_llvm.c3607 LLVMValueRef *fmask_ptr)
3649 if (fmask_ptr && (instr->op == nir_texop_txf_ms ||
3651 *fmask_ptr = get_sampler_desc(ctx, texture_deref_instr, AC_DESC_FMASK, &instr->instr, false, false);
3667 LLVMValueRef fmask_ptr = NULL, sample_index = NULL; local in function:visit_tex
3671 tex_fetch_ptrs(ctx, instr, &args.resource, &args.sampler, &fmask_ptr);
3866 txf_args.resource = fmask_ptr;
3881 args.coords[sample_chan], fmask_ptr);
3604 tex_fetch_ptrs(struct ac_nir_context * ctx,nir_tex_instr * instr,LLVMValueRef * res_ptr,LLVMValueRef * samp_ptr,LLVMValueRef * fmask_ptr) argument
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c4471 LLVMValueRef *samp_ptr, LLVMValueRef *fmask_ptr)
4532 if (fmask_ptr && (instr->op == nir_texop_txf_ms || instr->op == nir_texop_samples_identical))
4533 *fmask_ptr = get_sampler_desc(ctx, texture_deref_instr, AC_DESC_FMASK, &instr->instr,
4549 LLVMValueRef fmask_ptr = NULL, sample_index = NULL; local in function:visit_tex
4554 tex_fetch_ptrs(ctx, instr, wctx, &args.resource, &args.sampler, &fmask_ptr);
4779 txf_args.resource = fmask_ptr;
4795 args.coords[sample_chan], fmask_ptr);
4469 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) argument

Completed in 17 milliseconds