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.cpp717 max_dispatch_width = n; in limit_dispatch_width()
8853 v8->max_dispatch_width >= 16 && in brw_compile_fs()
8878 v8->max_dispatch_width >= 32 && !use_rep_send && in brw_compile_fs()
9159 unsigned max_dispatch_width; in brw_compile_cs() local
9164 max_dispatch_width = 32; in brw_compile_cs()
9179 max_dispatch_width = 32; 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()
9202 assert(min_dispatch_width <= max_dispatch_width); in brw_compile_cs()
9208 min_dispatch_width <= 8 && max_dispatch_width >= 8) { in brw_compile_cs()
[all …]
Dbrw_fs.h420 unsigned max_dispatch_width; variable
Dbrw_fs_visitor.cpp948 this->max_dispatch_width = 32; in init()