Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_compile_cs.cpp254 uint32_t max_dispatch_width = 8u << (util_last_bit(prog_data->prog_mask) - 1); in brw_compile_cs() local
Dbrw_compile_bs.cpp83 const unsigned max_dispatch_width = 16; in compile_single_bs() local
Dbrw_compile_fs.cpp1629 unsigned max_dispatch_width = reqd_dispatch_width ? reqd_dispatch_width : 32; in brw_compile_fs() local
1908 uint32_t max_dispatch_width = 0; in brw_compile_fs() local
Dbrw_fs.h434 unsigned max_dispatch_width; member
Dbrw_compiler.h1191 uint32_t max_dispatch_width; member
/third_party/mesa3d/src/intel/compiler/elk/
Delk_fs.h407 unsigned max_dispatch_width; variable
Delk_fs.cpp6877 uint32_t max_dispatch_width = 0; in elk_compile_fs() local
7121 uint32_t max_dispatch_width = 8u << (util_last_bit(prog_data->prog_mask) - 1); in elk_compile_cs() local
Delk_compiler.h1421 uint32_t max_dispatch_width; member