Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_compile_fs.cpp1578 (!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() local
1738 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 …]
H A Dbrw_compile_cs.cpp203 uint32_t max_dispatch_width = 8u << (util_last_bit(prog_data->prog_mask) - 1); in brw_compile_cs() local
213 stats->max_dispatch_width = max_dispatch_width; in brw_compile_cs()
215 max_dispatch_width = 8u << simd; in brw_compile_cs()
H A Dbrw_compile_bs.cpp77 const unsigned max_dispatch_width = 16; in compile_single_bs() local
78 brw_nir_apply_key(shader, compiler, &key->base, max_dispatch_width); in compile_single_bs()
H A Dbrw_fs_visitor.cpp456 this->max_dispatch_width = 32; in init()
H A Dbrw_fs.cpp606 max_dispatch_width = MIN2(max_dispatch_width, n); in limit_dispatch_width()
H A Dbrw_fs.h438 unsigned max_dispatch_width; member
H A Dbrw_compiler.h1306 uint32_t max_dispatch_width; member
H A Dbrw_fs_generator.cpp1481 stats->max_dispatch_width = dispatch_width; in generate_code()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_fs.cpp598 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() local
6782 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 …]
H A Delk_fs.h407 unsigned max_dispatch_width; variable
H A Delk_compiler.h1422 uint32_t max_dispatch_width; member
H A Delk_fs_visitor.cpp918 this->max_dispatch_width = 32; in init()
H A Delk_fs_generator.cpp2275 stats->max_dispatch_width = dispatch_width; in generate_code()
H A Delk_vec4_generator.cpp2284 stats->max_dispatch_width = 0; in generate_code()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c4390 stat->value.u64 = exe->stats.max_dispatch_width; in anv_GetPipelineExecutableStatisticsKHR()