Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h895 TEX_LOGICAL_SRC_COORD_COMPONENTS, enumerator
Dbrw_fs_visitor.cpp48 srcs[TEX_LOGICAL_SRC_COORD_COMPONENTS] = brw_imm_d(components); in emit_mcs_fetch()
Dbrw_fs_nir.cpp3253 srcs[TEX_LOGICAL_SRC_COORD_COMPONENTS] = brw_imm_ud(3); in emit_non_coherent_fb_read()
4229 srcs[TEX_LOGICAL_SRC_COORD_COMPONENTS] = brw_imm_d(0); in nir_emit_intrinsic()
5828 srcs[TEX_LOGICAL_SRC_COORD_COMPONENTS] = brw_imm_d(instr->coord_components); in nir_emit_texture()
Dbrw_fs.cpp783 assert(src[TEX_LOGICAL_SRC_COORD_COMPONENTS].file == IMM && in components_read()
787 return src[TEX_LOGICAL_SRC_COORD_COMPONENTS].ud; in components_read()
5337 assert(inst->src[TEX_LOGICAL_SRC_COORD_COMPONENTS].file == IMM); in lower_sampler_logical_send()
5338 const unsigned coord_components = inst->src[TEX_LOGICAL_SRC_COORD_COMPONENTS].ud; in lower_sampler_logical_send()