Home
last modified time | relevance | path

Searched refs:nir_texop_query_levels (Results 1 – 25 of 34) sorted by relevance

12

/external/mesa3d/src/asahi/compiler/
Dagx_nir_lower_texture.c79 tex->op != nir_texop_query_levels) in lower_tex_crawl()
99 } else if (tex->op == nir_texop_query_levels) { in lower_tex_crawl()
404 case nir_texop_query_levels: in lower_sampler_bias()
870 case nir_texop_query_levels: in agx_nir_needs_texture_crawl()
/external/mesa3d/src/amd/common/nir/
Dac_nir_lower_resinfo.c313 case nir_texop_query_levels: in lower_resinfo()
347 case nir_texop_query_levels: in lower_resinfo()
/external/mesa3d/src/compiler/nir/
Dnir_lower_readonly_images_to_tex.c120 texop = nir_texop_query_levels; in lower_readonly_image_instr_intrinsic()
Dnir_builder.c239 case nir_texop_query_levels: in nir_build_tex_deref_instr()
Dnir.c3196 case nir_texop_query_levels: in nir_tex_instr_need_sampler()
3241 case nir_texop_query_levels: in nir_tex_instr_result_size()
3276 case nir_texop_query_levels: in nir_tex_instr_is_query()
Dnir_lower_tex.c1688 tex->op != nir_texop_query_levels && in nir_lower_tex_block()
1718 tex->op == nir_texop_txl || tex->op == nir_texop_query_levels)) { in nir_lower_tex_block()
Dnir_gather_info.c906 case nir_texop_query_levels: in gather_tex_info()
Dnir_validate.c836 case nir_texop_query_levels: in validate_tex_src_texture_deref()
Dnir_print.c1734 case nir_texop_query_levels: in print_tex_instr()
/external/mesa3d/src/nouveau/compiler/
Dnak_nir_lower_tex.c287 case nir_texop_query_levels: in lower_txq()
555 case nir_texop_query_levels: in lower_tex_instr()
/external/mesa3d/src/intel/vulkan_hasvk/
Danv_nir_lower_ycbcr_textures.c223 tex->op == nir_texop_query_levels || in anv_nir_lower_ycbcr_textures_instr()
/external/mesa3d/src/vulkan/runtime/
Dvk_nir_convert_ycbcr.c317 tex->op == nir_texop_query_levels || in lower_ycbcr_tex_instr()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.cpp393 case nir_texop_query_levels: in from_nir()
865 case nir_texop_query_levels: in get_opcode()
/external/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_nir_lower_descriptors.c715 if (tex->op == nir_texop_txs || tex->op == nir_texop_query_levels || in lower_tex()
729 case nir_texop_query_levels: in lower_tex()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dnir_to_rc.c1662 case nir_texop_query_levels: in ntr_emit_texture()
1732 if (instr->op == nir_texop_query_levels) in ntr_emit_texture()
1770 if (instr->op == nir_texop_query_levels) in ntr_emit_texture()
/external/mesa3d/src/intel/compiler/elk/
Delk_vec4_nir.cpp1978 case nir_texop_query_levels: opcode = ELK_SHADER_OPCODE_TXS; break; in nir_emit_texture()
2156 if (instr->op == nir_texop_query_levels) { in nir_emit_texture()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c2403 if (instr->op == nir_texop_query_levels) in visit_txs()
2410 &sizes_out[instr->op == nir_texop_query_levels ? 3 : 0]); in visit_txs()
2506 instr->op == nir_texop_query_levels || in visit_tex()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2798 case nir_texop_query_levels: in ntt_emit_texture()
2868 if (instr->op == nir_texop_query_levels) in ntt_emit_texture()
2904 if (instr->op == nir_texop_query_levels) in ntt_emit_texture()
Dtgsi_to_nir.c1448 qlv->op = nir_texop_query_levels; in ttn_txq()
/external/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp573 case nir_texop_query_levels: in getOperation()
3099 case nir_texop_query_levels: in visit()
3224 case nir_texop_query_levels: in visit()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp7429 case nir_texop_query_levels: in fs_nir_emit_texture()
7498 if (instr->op != nir_texop_tg4 && instr->op != nir_texop_query_levels) { in fs_nir_emit_texture()
7564 if (instr->op != nir_texop_query_levels && !instr->is_sparse && in fs_nir_emit_texture()
7579 if (instr->op == nir_texop_query_levels) { in fs_nir_emit_texture()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp2563 op = nir_texop_query_levels; in visit()
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c3856 tex->op == nir_texop_query_levels); in emit_tex()
3918 case nir_texop_query_levels: { in emit_tex()
/external/mesa3d/src/freedreno/vulkan/
Dtu_shader.cc572 tex->op == nir_texop_query_levels || in lower_tex_ycbcr()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c3225 texop = nir_texop_query_levels; in vtn_handle_texture()
3276 case nir_texop_query_levels: in vtn_handle_texture()

12