Home
last modified time | relevance | path

Searched defs:max_dispatch_width (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/compiler/
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
H A Dbrw_compile_bs.cpp77 const unsigned max_dispatch_width = 16; in compile_single_bs() local
H A Dbrw_compile_fs.cpp1729 uint32_t max_dispatch_width = 0; in brw_compile_fs() local
H A Dbrw_fs.h438 unsigned max_dispatch_width; member
H A Dbrw_compiler.h1306 uint32_t max_dispatch_width; member
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_fs.h407 unsigned max_dispatch_width; variable
H A Delk_fs.cpp6775 uint32_t max_dispatch_width = 0; in elk_compile_fs() local
7019 uint32_t max_dispatch_width = 8u << (util_last_bit(prog_data->prog_mask) - 1); in elk_compile_cs() local
H A Delk_compiler.h1422 uint32_t max_dispatch_width; member