Searched refs:max_dispatch_width (Results 1 – 3 of 3) sorted by relevance
717 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() local9164 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 …]
420 unsigned max_dispatch_width; variable
948 this->max_dispatch_width = 32; in init()