Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs.cpp717 max_dispatch_width = MIN2(max_dispatch_width, n); in limit_dispatch_width()
9795 v8->max_dispatch_width >= 16 && in brw_compile_fs()
9822 v8->max_dispatch_width >= 32 && !params->use_rep_send && in brw_compile_fs()
10114 unsigned max_dispatch_width; in brw_compile_cs() local
10119 max_dispatch_width = 32; in brw_compile_cs()
10134 max_dispatch_width = 32; in brw_compile_cs()
10156 required_dispatch_width > max_dispatch_width) { in brw_compile_cs()
10161 min_dispatch_width = max_dispatch_width = required_dispatch_width; in brw_compile_cs()
10164 assert(min_dispatch_width <= max_dispatch_width); in brw_compile_cs()
10170 min_dispatch_width <= 8 && max_dispatch_width >= 8) { in brw_compile_cs()
[all …]
Dbrw_fs.h424 unsigned max_dispatch_width; variable
Dbrw_fs_visitor.cpp1140 this->max_dispatch_width = 32; in init()