Searched refs:nir_tex_instr_is_query (Results 1 – 16 of 16) sorted by relevance
56 .. c:autofunction:: nir_tex_instr_is_query
1560 if (nir_tex_instr_is_query(tex)) in nir_lower_tex_block()1662 !nir_tex_instr_is_query(tex) && in nir_lower_tex_block()1670 !nir_tex_instr_is_query(tex) && !tex->is_shadow) { in nir_lower_tex_block()
252 assert(!nir_tex_instr_is_query(tex)); in nir_build_tex_deref_instr()
887 if (!nir_tex_instr_is_query(instr) && in gather_tex_info()
3177 nir_tex_instr_is_query(const nir_tex_instr *instr) in nir_tex_instr_is_query() function
2587 nir_tex_instr_is_query(const nir_tex_instr *instr);
198 if (nir_tex_instr_is_query(tex) && tex->op != nir_texop_lod) in lower_regular_texture()
1081 nir_tex_instr_is_query(tex) || in lower_gfx7_tex_swizzle()
426 if (!nir_tex_instr_need_sampler(tex) || nir_tex_instr_is_query(tex)) in lower()
1309 if (ctx->dev_info->cls_eng3d < VOLTA_A && nir_tex_instr_is_query(tex)) { in lower_tex()
3790 !nir_tex_instr_is_query(tex)) { in emit_tex()
3882 if (nir_tex_instr_is_query(tex)) in emit_tex()
5606 nir_tex_instr_is_query(instr) || in emit_tex()
5118 nir_tex_instr_is_query(tex)) in type_sampler_vars()
3099 - nir: Handle texop_*_nv in nir_tex_instr_is_query
1771 - nir: Add more opcodes to nir_tex_instr_is_query()