Searched refs:nir_tex_instr_need_sampler (Results 1 – 19 of 19) sorted by relevance
234 unsigned sampler_idx = nir_tex_instr_need_sampler(instr) ? in v3d_vir_emit_tex()310 bool non_default_p1_config = nir_tex_instr_need_sampler(instr) || in v3d_vir_emit_tex()335 if (nir_tex_instr_need_sampler(instr)) { in v3d_vir_emit_tex()
600 int sampler_index = nir_tex_instr_need_sampler(tex) ? in lower_tex_packing_cb()
49 if (!nir_tex_instr_need_sampler(tex)) { in lower_tex()
29 if (!nir_tex_instr_need_sampler(tex)) in lower_sampler()
50 .. c:autofunction:: nir_tex_instr_need_sampler
312 if (nir_tex_instr_need_sampler(tex)) in lower_textures_cb()
426 if (!nir_tex_instr_need_sampler(tex) || nir_tex_instr_is_query(tex)) in lower()
1529 if (nir_tex_instr_need_sampler(tex)) { in nir_lower_tex_block()
1863 if (nir_tex_instr_need_sampler(instr) && !has_sampler_deref) { in print_tex_instr()
3097 nir_tex_instr_need_sampler(const nir_tex_instr *instr) in nir_tex_instr_need_sampler() function
2560 bool nir_tex_instr_need_sampler(const nir_tex_instr *instr);
2246 if (!nir_tex_instr_need_sampler(instr)) in emit_texop_native()
715 assert(nir_tex_instr_need_sampler(instr)); in lower_sampler()
1277 if (!nir_tex_instr_need_sampler(tex)) in redirect_sampler_derefs()
5575 if (nir_tex_instr_need_sampler(instr)) { in emit_tex()5590 if (nir_tex_instr_need_sampler(instr)) in emit_tex()
133 instructions for which nir_tex_instr_need_sampler returns true. Drivers must
3966 if (!nir_tex_instr_need_sampler(instr) && b->shader->arch < 9) in bi_emit_tex()
3715 if (nir_tex_instr_need_sampler(tex)) { in get_texture_load()
277 - nir: add nir_tex_instr_need_sampler helper