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