Home
last modified time | relevance | path

Searched refs:TEX_LOGICAL_SRC_MCS (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp3250 srcs[TEX_LOGICAL_SRC_MCS] = mcs; in emit_non_coherent_fb_read()
5794 srcs[TEX_LOGICAL_SRC_MCS] = retype(src, BRW_REGISTER_TYPE_D); in nir_emit_texture()
5813 if (srcs[TEX_LOGICAL_SRC_MCS].file == BAD_FILE && in nir_emit_texture()
5818 srcs[TEX_LOGICAL_SRC_MCS] = in nir_emit_texture()
5824 srcs[TEX_LOGICAL_SRC_MCS] = brw_imm_ud(0u); in nir_emit_texture()
5879 if (srcs[TEX_LOGICAL_SRC_MCS].file == BRW_IMMEDIATE_VALUE) { in nir_emit_texture()
5883 bld.OR(tmp, srcs[TEX_LOGICAL_SRC_MCS], in nir_emit_texture()
5884 offset(srcs[TEX_LOGICAL_SRC_MCS], bld, 1)); in nir_emit_texture()
5887 bld.CMP(dst, srcs[TEX_LOGICAL_SRC_MCS], brw_imm_ud(0u), in nir_emit_texture()
Dbrw_eu_defines.h883 TEX_LOGICAL_SRC_MCS, enumerator
Dbrw_fs.cpp796 else if (i == TEX_LOGICAL_SRC_MCS && opcode == SHADER_OPCODE_TXF_CMS_W_LOGICAL) in components_read()
5331 const fs_reg &mcs = inst->src[TEX_LOGICAL_SRC_MCS]; in lower_sampler_logical_send()
6492 inst->components_read(TEX_LOGICAL_SRC_MCS); in get_sampler_lowered_simd_width()