Searched refs:nir_tex_src_ms_index (Results 1 - 25 of 58) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_fb_read.c66 tex->src[1].src_type = nir_tex_src_ms_index;
H A Dnir_lower_input_attachments.c132 tex->src[3].src_type = nir_tex_src_ms_index;
H A Dnir_lower_tex.c1214 if (tex->src[i].src_type == nir_tex_src_ms_index)
1224 int ms_index = nir_tex_instr_src_index(tex, nir_tex_src_ms_index);
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_txf_ms.c45 int sample_index = nir_tex_instr_src_index(instr, nir_tex_src_ms_index);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_fb_read.c66 tex->src[1].src_type = nir_tex_src_ms_index;
H A Dnir.h1550 nir_tex_src_ms_index, /* MSAA sample index */ enumerator in enum:__anon3bab288a1f03
1778 case nir_tex_src_ms_index:
H A Dnir_print.c948 case nir_tex_src_ms_index:
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_txf_ms.c47 int sample_index = nir_tex_instr_src_index(instr, nir_tex_src_ms_index);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c62 case nir_tex_src_ms_index:
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_nir_lower_input_attachments.c110 tex->src[3].src_type = nir_tex_src_ms_index;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c59 case nir_tex_src_ms_index:
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_lower_tex_prefetch.c169 has_src(tex, nir_tex_src_ddy) || has_src(tex, nir_tex_src_ms_index) ||
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta.c539 tex->src[1].src_type = nir_tex_src_ms_index;
579 tex_add->src[1].src_type = nir_tex_src_ms_index;
H A Dradv_meta_fmask_expand.c80 tex->src[1].src_type = nir_tex_src_ms_index;
H A Dradv_meta_blit2d.c526 tex->src[1].src_type = is_multisampled ? nir_tex_src_ms_index : nir_tex_src_lod;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_fmask_expand.c65 tex->src[1].src_type = nir_tex_src_ms_index;
H A Dradv_meta.c626 tex->src[1].src_type = nir_tex_src_ms_index;
662 tex_add->src[1].src_type = nir_tex_src_ms_index;
H A Dradv_meta_resolve_cs.c165 tex->src[1].src_type = nir_tex_src_ms_index;
185 tex_add->src[1].src_type = nir_tex_src_ms_index;
H A Dradv_meta_resolve_fs.c358 tex->src[1].src_type = nir_tex_src_ms_index;
378 tex_add->src[1].src_type = nir_tex_src_ms_index;
H A Dradv_meta_blit2d.c499 tex->src[1].src_type = is_multisampled ? nir_tex_src_ms_index : nir_tex_src_lod;
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_blitter.c534 tex->src[1].src_type = nir_tex_src_ms_index;
567 tex->src[1].src_type = nir_tex_src_ms_index;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_emittexinstruction.cpp577 case nir_tex_src_ms_index:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c658 * nir_tex_src_ms_index: match coord
674 [nir_tex_src_ms_index] = {true, 0, nir_tex_src_coord},
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp708 tex->src[1].src_type = nir_tex_src_ms_index;
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_compile.c802 case nir_tex_src_ms_index:

Completed in 39 milliseconds

123