Home
last modified time | relevance | path

Searched refs:nir_tex_instr_is_query (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c1046 tex->op != nir_texop_txf && !nir_tex_instr_is_query(tex)) { in nir_lower_tex_block()
1097 !nir_tex_instr_is_query(tex) && in nir_lower_tex_block()
1105 !nir_tex_instr_is_query(tex) && !tex->is_shadow) { in nir_lower_tex_block()
Dnir.h2361 nir_tex_instr_is_query(const nir_tex_instr *instr) in nir_tex_instr_is_query() function
/external/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c999 nir_tex_instr_is_query(tex) || in lower_gen7_tex_swizzle()
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c2442 if ((ctx->astc_srgb & (1 << tex->texture_index)) && !nir_tex_instr_is_query(tex)) { in emit_tex()