Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/elk/
Delk_fs.h410 unsigned max_dispatch_width; variable
Delk_fs.cpp7708 uint32_t max_dispatch_width = 0; in elk_compile_fs() local
7962 uint32_t max_dispatch_width = 8u << (util_last_bit(prog_data->prog_mask) - 1); in elk_compile_cs() local
Delk_compiler.h1527 uint32_t max_dispatch_width; member
/external/mesa3d/src/intel/compiler/
Dbrw_fs.h390 unsigned max_dispatch_width; variable
Dbrw_fs.cpp3700 uint32_t max_dispatch_width = 0; in brw_compile_fs() local
3949 uint32_t max_dispatch_width = 8u << (util_last_bit(prog_data->prog_mask) - 1); in brw_compile_cs() local
4013 const unsigned max_dispatch_width = 16; in compile_single_bs() local
Dbrw_compiler.h1309 uint32_t max_dispatch_width; member