Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp3367 srcs[TEX_LOGICAL_SRC_MCS] = mcs; in emit_non_coherent_fb_read()
6388 srcs[TEX_LOGICAL_SRC_MCS] = retype(src, BRW_REGISTER_TYPE_D); in nir_emit_texture()
6396 if (srcs[TEX_LOGICAL_SRC_MCS].file == BAD_FILE && in nir_emit_texture()
6401 srcs[TEX_LOGICAL_SRC_MCS] = in nir_emit_texture()
6407 srcs[TEX_LOGICAL_SRC_MCS] = brw_imm_ud(0u); in nir_emit_texture()
6469 if (srcs[TEX_LOGICAL_SRC_MCS].file == BRW_IMMEDIATE_VALUE) { in nir_emit_texture()
6473 bld.OR(tmp, srcs[TEX_LOGICAL_SRC_MCS], in nir_emit_texture()
6474 offset(srcs[TEX_LOGICAL_SRC_MCS], bld, 1)); in nir_emit_texture()
6477 bld.CMP(dst, srcs[TEX_LOGICAL_SRC_MCS], brw_imm_ud(0u), in nir_emit_texture()
Dbrw_eu_defines.h879 TEX_LOGICAL_SRC_MCS, enumerator
Dbrw_lower_logical_sends.cpp1252 const fs_reg &mcs = inst->src[TEX_LOGICAL_SRC_MCS]; in lower_sampler_logical_send()
Dbrw_fs.cpp710 else if (i == TEX_LOGICAL_SRC_MCS) { in components_read()
4791 inst->components_read(TEX_LOGICAL_SRC_MCS); in get_sampler_lowered_simd_width()