Home
last modified time | relevance | path

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

12

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/compiler/
H A Dbrw_fs.cpp714 max_dispatch_width = n; in limit_dispatch_width()
8661 v8->max_dispatch_width >= 16 && in brw_compile_fs()
8686 v8->max_dispatch_width >= 32 && !use_rep_send && in brw_compile_fs()
8966 unsigned max_dispatch_width; in brw_compile_cs() local
8971 max_dispatch_width = 32; in brw_compile_cs()
8986 max_dispatch_width = 32; in brw_compile_cs()
8999 required_dispatch_width > max_dispatch_width) { in brw_compile_cs()
9009 assert(min_dispatch_width <= max_dispatch_width); in brw_compile_cs()
9015 min_dispatch_width <= 8 && max_dispatch_width >= 8) { in brw_compile_cs()
9029 assert(v8->max_dispatch_width >= 32); in brw_compile_cs()
[all …]
H A Dbrw_fs.h425 unsigned max_dispatch_width; variable
H A Dbrw_fs_visitor.cpp949 this->max_dispatch_width = 32; in init()
/dports/lang/clover/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs.cpp717 max_dispatch_width = MIN2(max_dispatch_width, n); in limit_dispatch_width()
9796 v8->max_dispatch_width >= 16 && in brw_compile_fs()
10115 unsigned max_dispatch_width; in brw_compile_cs() local
10120 max_dispatch_width = 32; in brw_compile_cs()
10135 max_dispatch_width = 32; in brw_compile_cs()
10157 required_dispatch_width > max_dispatch_width) { in brw_compile_cs()
10165 assert(min_dispatch_width <= max_dispatch_width); in brw_compile_cs()
10171 min_dispatch_width <= 8 && max_dispatch_width >= 8) { in brw_compile_cs()
10184 assert(v8->max_dispatch_width >= 32); in brw_compile_cs()
10220 assert(v16->max_dispatch_width >= 32); in brw_compile_cs()
[all …]
H A Dbrw_fs.h424 unsigned max_dispatch_width; variable
H A Dbrw_fs_visitor.cpp1140 this->max_dispatch_width = 32; in init()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs.cpp717 max_dispatch_width = MIN2(max_dispatch_width, n); in limit_dispatch_width()
9796 v8->max_dispatch_width >= 16 && in brw_compile_fs()
10115 unsigned max_dispatch_width; in brw_compile_cs() local
10120 max_dispatch_width = 32; in brw_compile_cs()
10135 max_dispatch_width = 32; in brw_compile_cs()
10157 required_dispatch_width > max_dispatch_width) { in brw_compile_cs()
10165 assert(min_dispatch_width <= max_dispatch_width); in brw_compile_cs()
10171 min_dispatch_width <= 8 && max_dispatch_width >= 8) { in brw_compile_cs()
10184 assert(v8->max_dispatch_width >= 32); in brw_compile_cs()
10220 assert(v16->max_dispatch_width >= 32); in brw_compile_cs()
[all …]
H A Dbrw_fs.h424 unsigned max_dispatch_width; variable
H A Dbrw_fs_visitor.cpp1140 this->max_dispatch_width = 32; in init()
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs.cpp717 max_dispatch_width = MIN2(max_dispatch_width, n); in limit_dispatch_width()
9796 v8->max_dispatch_width >= 16 && in brw_compile_fs()
10115 unsigned max_dispatch_width; in brw_compile_cs() local
10120 max_dispatch_width = 32; in brw_compile_cs()
10135 max_dispatch_width = 32; in brw_compile_cs()
10157 required_dispatch_width > max_dispatch_width) { in brw_compile_cs()
10165 assert(min_dispatch_width <= max_dispatch_width); in brw_compile_cs()
10171 min_dispatch_width <= 8 && max_dispatch_width >= 8) { in brw_compile_cs()
10184 assert(v8->max_dispatch_width >= 32); in brw_compile_cs()
10220 assert(v16->max_dispatch_width >= 32); in brw_compile_cs()
[all …]
H A Dbrw_fs.h424 unsigned max_dispatch_width; variable
H A Dbrw_fs_visitor.cpp1140 this->max_dispatch_width = 32; in init()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs.cpp717 max_dispatch_width = MIN2(max_dispatch_width, n); in limit_dispatch_width()
9796 v8->max_dispatch_width >= 16 && in brw_compile_fs()
10115 unsigned max_dispatch_width; in brw_compile_cs() local
10120 max_dispatch_width = 32; in brw_compile_cs()
10135 max_dispatch_width = 32; in brw_compile_cs()
10157 required_dispatch_width > max_dispatch_width) { in brw_compile_cs()
10165 assert(min_dispatch_width <= max_dispatch_width); in brw_compile_cs()
10171 min_dispatch_width <= 8 && max_dispatch_width >= 8) { in brw_compile_cs()
10184 assert(v8->max_dispatch_width >= 32); in brw_compile_cs()
10220 assert(v16->max_dispatch_width >= 32); in brw_compile_cs()
[all …]
H A Dbrw_fs.h424 unsigned max_dispatch_width; variable
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs.cpp717 max_dispatch_width = MIN2(max_dispatch_width, n); in limit_dispatch_width()
9796 v8->max_dispatch_width >= 16 && in brw_compile_fs()
10115 unsigned max_dispatch_width; in brw_compile_cs() local
10120 max_dispatch_width = 32; in brw_compile_cs()
10135 max_dispatch_width = 32; in brw_compile_cs()
10157 required_dispatch_width > max_dispatch_width) { in brw_compile_cs()
10165 assert(min_dispatch_width <= max_dispatch_width); in brw_compile_cs()
10171 min_dispatch_width <= 8 && max_dispatch_width >= 8) { in brw_compile_cs()
10184 assert(v8->max_dispatch_width >= 32); in brw_compile_cs()
10220 assert(v16->max_dispatch_width >= 32); in brw_compile_cs()
[all …]
H A Dbrw_fs.h424 unsigned max_dispatch_width; variable
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs.cpp717 max_dispatch_width = MIN2(max_dispatch_width, n); in limit_dispatch_width()
9796 v8->max_dispatch_width >= 16 && in brw_compile_fs()
10115 unsigned max_dispatch_width; in brw_compile_cs() local
10120 max_dispatch_width = 32; in brw_compile_cs()
10135 max_dispatch_width = 32; in brw_compile_cs()
10157 required_dispatch_width > max_dispatch_width) { in brw_compile_cs()
10165 assert(min_dispatch_width <= max_dispatch_width); in brw_compile_cs()
10171 min_dispatch_width <= 8 && max_dispatch_width >= 8) { in brw_compile_cs()
10184 assert(v8->max_dispatch_width >= 32); in brw_compile_cs()
10220 assert(v16->max_dispatch_width >= 32); in brw_compile_cs()
[all …]
H A Dbrw_fs.h424 unsigned max_dispatch_width; variable
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs.cpp717 max_dispatch_width = MIN2(max_dispatch_width, n); in limit_dispatch_width()
9796 v8->max_dispatch_width >= 16 && in brw_compile_fs()
10115 unsigned max_dispatch_width; in brw_compile_cs() local
10120 max_dispatch_width = 32; in brw_compile_cs()
10135 max_dispatch_width = 32; in brw_compile_cs()
10157 required_dispatch_width > max_dispatch_width) { in brw_compile_cs()
10165 assert(min_dispatch_width <= max_dispatch_width); in brw_compile_cs()
10171 min_dispatch_width <= 8 && max_dispatch_width >= 8) { in brw_compile_cs()
10184 assert(v8->max_dispatch_width >= 32); in brw_compile_cs()
10220 assert(v16->max_dispatch_width >= 32); in brw_compile_cs()
[all …]
H A Dbrw_fs.h424 unsigned max_dispatch_width; variable
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs.cpp717 max_dispatch_width = MIN2(max_dispatch_width, n); in limit_dispatch_width()
9796 v8->max_dispatch_width >= 16 && in brw_compile_fs()
10115 unsigned max_dispatch_width; in brw_compile_cs() local
10120 max_dispatch_width = 32; in brw_compile_cs()
10135 max_dispatch_width = 32; in brw_compile_cs()
10157 required_dispatch_width > max_dispatch_width) { in brw_compile_cs()
10165 assert(min_dispatch_width <= max_dispatch_width); in brw_compile_cs()
10171 min_dispatch_width <= 8 && max_dispatch_width >= 8) { in brw_compile_cs()
10184 assert(v8->max_dispatch_width >= 32); in brw_compile_cs()
10220 assert(v16->max_dispatch_width >= 32); in brw_compile_cs()
[all …]
H A Dbrw_fs.h424 unsigned max_dispatch_width; variable
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs.cpp717 max_dispatch_width = MIN2(max_dispatch_width, n); in limit_dispatch_width()
9796 v8->max_dispatch_width >= 16 && in brw_compile_fs()
10115 unsigned max_dispatch_width; in brw_compile_cs() local
10120 max_dispatch_width = 32; in brw_compile_cs()
10135 max_dispatch_width = 32; in brw_compile_cs()
10157 required_dispatch_width > max_dispatch_width) { in brw_compile_cs()
10165 assert(min_dispatch_width <= max_dispatch_width); in brw_compile_cs()
10171 min_dispatch_width <= 8 && max_dispatch_width >= 8) { in brw_compile_cs()
10184 assert(v8->max_dispatch_width >= 32); in brw_compile_cs()
10220 assert(v16->max_dispatch_width >= 32); in brw_compile_cs()
[all …]
H A Dbrw_fs.h424 unsigned max_dispatch_width; variable
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/compiler/
H A Dbrw_fs.h424 unsigned max_dispatch_width; variable

12