Searched refs:max_dispatch_width (Results 1 – 15 of 15) sorted by relevance
1578 (!v8 || v8->max_dispatch_width >= 16) && in brw_compile_fs()1608 (!v8 || v8->max_dispatch_width >= 32) && in brw_compile_fs()1609 (!v16 || v16->max_dispatch_width >= 32) && !params->use_rep_send && in brw_compile_fs()1650 vbase->max_dispatch_width >= 32 && in brw_compile_fs()1670 vbase->max_dispatch_width >= 32 && in brw_compile_fs()1689 if (!multi_cfg && vbase->max_dispatch_width >= 16 && in brw_compile_fs()1729 uint32_t max_dispatch_width = 0; in brw_compile_fs() local1738 max_dispatch_width = vmulti->dispatch_width; in brw_compile_fs()1745 max_dispatch_width = 8; in brw_compile_fs()1754 max_dispatch_width = 16; in brw_compile_fs()[all …]
203 uint32_t max_dispatch_width = 8u << (util_last_bit(prog_data->prog_mask) - 1); in brw_compile_cs() local213 stats->max_dispatch_width = max_dispatch_width; in brw_compile_cs()215 max_dispatch_width = 8u << simd; in brw_compile_cs()
77 const unsigned max_dispatch_width = 16; in compile_single_bs() local78 brw_nir_apply_key(shader, compiler, &key->base, max_dispatch_width); in compile_single_bs()
456 this->max_dispatch_width = 32; in init()
606 max_dispatch_width = MIN2(max_dispatch_width, n); in limit_dispatch_width()
438 unsigned max_dispatch_width; member
1306 uint32_t max_dispatch_width; member
1481 stats->max_dispatch_width = dispatch_width; in generate_code()
598 max_dispatch_width = MIN2(max_dispatch_width, n); in limit_dispatch_width()6662 (!v8 || v8->max_dispatch_width >= 16) && in elk_compile_fs()6693 (!v8 || v8->max_dispatch_width >= 32) && in elk_compile_fs()6694 (!v16 || v16->max_dispatch_width >= 32) && !params->use_rep_send && in elk_compile_fs()6775 uint32_t max_dispatch_width = 0; in elk_compile_fs() local6782 max_dispatch_width = 8; in elk_compile_fs()6791 max_dispatch_width = 16; in elk_compile_fs()6800 max_dispatch_width = 32; in elk_compile_fs()6804 s->max_dispatch_width = max_dispatch_width; in elk_compile_fs()7019 uint32_t max_dispatch_width = 8u << (util_last_bit(prog_data->prog_mask) - 1); in elk_compile_cs() local[all …]
407 unsigned max_dispatch_width; variable
1422 uint32_t max_dispatch_width; member
918 this->max_dispatch_width = 32; in init()
2275 stats->max_dispatch_width = dispatch_width; in generate_code()
2284 stats->max_dispatch_width = 0; in generate_code()
4390 stat->value.u64 = exe->stats.max_dispatch_width; in anv_GetPipelineExecutableStatisticsKHR()