Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs.h371 unsigned max_dispatch_width; variable
Dbrw_fs_visitor.cpp875 this->max_dispatch_width = 32; in init()
Dbrw_fs.cpp653 max_dispatch_width = n; in limit_dispatch_width()
6839 if (v8.max_dispatch_width >= 16 && in brw_compile_fs()
7056 assert(v8->max_dispatch_width >= 32); in brw_compile_cs()
7087 assert(v16->max_dispatch_width >= 32); in brw_compile_cs()
7097 assert(!v16 || v16->max_dispatch_width >= 32); in brw_compile_cs()