Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h861 FB_WRITE_LOGICAL_SRC_COMPONENTS, /* REQUIRED */ enumerator
Dbrw_fs_visitor.cpp650 assert(ARRAY_SIZE(sources) - 1 == FB_WRITE_LOGICAL_SRC_COMPONENTS); in emit_single_fb_write()
Dbrw_lower_logical_sends.cpp156 assert(inst->src[FB_WRITE_LOGICAL_SRC_COMPONENTS].file == IMM); in lower_fb_write_logical_send()
166 inst->src[FB_WRITE_LOGICAL_SRC_COMPONENTS].ud; in lower_fb_write_logical_send()
Dbrw_fs.cpp674 assert(src[FB_WRITE_LOGICAL_SRC_COMPONENTS].file == IMM); in components_read()
677 return src[FB_WRITE_LOGICAL_SRC_COMPONENTS].ud; in components_read()