Searched refs:samp_ptr (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_mem.c34 LLVMValueRef *res_ptr, LLVMValueRef *samp_ptr,
1130 LLVMValueRef *res_ptr, LLVMValueRef *samp_ptr,
1180 if (samp_ptr)
1181 *samp_ptr = NULL;
1191 if (samp_ptr) {
1192 *samp_ptr = si_load_sampler_desc(ctx, list, index,
1194 *samp_ptr = sici_fix_sampler_aniso(ctx, *res_ptr, *samp_ptr);
1721 LLVMValueRef res_ptr, samp_ptr, fmask_ptr = NULL; local in function:si_llvm_emit_txqs
1723 tex_fetch_ptrs(bld_base, emit_data, &res_ptr, &samp_ptr,
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.c3606 LLVMValueRef *res_ptr, LLVMValueRef *samp_ptr,
3644 if (samp_ptr) {
3645 *samp_ptr = get_sampler_desc(ctx, sampler_deref_instr, AC_DESC_SAMPLER, &instr->instr, false, false);
3647 *samp_ptr = sici_fix_sampler_aniso(ctx, *res_ptr, *samp_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)
4526 if (samp_ptr) {
4527 *samp_ptr = get_sampler_desc(ctx, sampler_deref_instr, AC_DESC_SAMPLER, &instr->instr,
4530 *samp_ptr = sici_fix_sampler_aniso(ctx, *res_ptr, *samp_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
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp9022 tex_fetch_ptrs(isel_context* ctx, nir_tex_instr* instr, Temp* res_ptr, Temp* samp_ptr, argument
9058 if (samp_ptr) {
9059 *samp_ptr = get_sampler_desc(ctx, sampler_deref_instr, ACO_DESC_SAMPLER, instr, false);
9073 Definition(samp[2]), Definition(samp[3]), *samp_ptr);
9078 *samp_ptr = bld.pseudo(aco_opcode::p_create_vector, bld.def(s4), samp[0], samp[1], samp[2],

Completed in 35 milliseconds