Home
last modified time | relevance | path

Searched refs:nir_texop_txf_ms_mcs_intel (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/intel/blorp/
Dblorp_nir_builder.h42 tex->op = nir_texop_txf_ms_mcs_intel; in blorp_nir_txf_ms_mcs()
Dblorp_blit.c157 op == nir_texop_txf_ms_mcs_intel) { in blorp_create_nir_tex_instr()
248 blorp_create_nir_tex_instr(b, v, nir_texop_txf_ms_mcs_intel, in blorp_blit_txf_ms_mcs()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_lower_samplers_as_deref.c239 op == nir_texop_txf_ms_mcs_intel) in record_textures_used()
/third_party/mesa3d/src/compiler/nir/
Dnir.h2174 nir_texop_txf_ms_mcs_intel, /**< Multisample compression value fetch */ enumerator
2404 case nir_texop_txf_ms_mcs_intel: in nir_tex_instr_is_query()
2440 case nir_texop_txf_ms_mcs_intel: in nir_tex_instr_src_type()
Dnir_print.c1082 case nir_texop_txf_ms_mcs_intel: in print_tex_instr()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp6056 case nir_texop_txf_ms_mcs_intel: in nir_emit_texture()
6207 case nir_texop_txf_ms_mcs_intel: in nir_emit_texture()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2769 case nir_texop_txf_ms_mcs_intel: in vtn_handle_texture()