Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_visitor.cpp431 assert(ARRAY_SIZE(sources) - 1 == FB_WRITE_LOGICAL_SRC_COMPONENTS); in emit_single_fb_write()
Dbrw_fs.cpp689 assert(src[FB_WRITE_LOGICAL_SRC_COMPONENTS].file == IMM); in components_read()
692 return src[FB_WRITE_LOGICAL_SRC_COMPONENTS].ud; in components_read()
2503 } else if (i != FB_WRITE_LOGICAL_SRC_COMPONENTS) { in opt_sampler_eot()
3575 assert(inst->src[FB_WRITE_LOGICAL_SRC_COMPONENTS].file == IMM); in lower_fb_write_logical_send()
3585 inst->src[FB_WRITE_LOGICAL_SRC_COMPONENTS].ud; in lower_fb_write_logical_send()
Dbrw_defines.h1406 FB_WRITE_LOGICAL_SRC_COMPONENTS, /* REQUIRED */ enumerator