Searched refs:samp_ptr (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_mem.c | 34 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 D | ac_nir_to_llvm.c | 3606 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 D | ac_nir_to_llvm.c | 4471 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 D | aco_instruction_selection.cpp | 9022 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