Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs.cpp9186 const unsigned required_dispatch_width = in brw_compile_cs() local
9188 assert(required_dispatch_width == 8 || in brw_compile_cs()
9189 required_dispatch_width == 16 || in brw_compile_cs()
9190 required_dispatch_width == 32); in brw_compile_cs()
9191 if (required_dispatch_width < min_dispatch_width || in brw_compile_cs()
9192 required_dispatch_width > max_dispatch_width) { in brw_compile_cs()
9199 min_dispatch_width = max_dispatch_width = required_dispatch_width; in brw_compile_cs()