Home
last modified time | relevance | path

Searched refs:min_dispatch_width (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/compiler/
H A Dbrw_fs.cpp8965 unsigned min_dispatch_width; in brw_compile_cs() local
8970 min_dispatch_width = 8; in brw_compile_cs()
8983 min_dispatch_width = util_next_power_of_two( in brw_compile_cs()
8985 assert(min_dispatch_width <= 32); in brw_compile_cs()
8998 if (required_dispatch_width < min_dispatch_width || in brw_compile_cs()
9006 min_dispatch_width = max_dispatch_width = required_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()
9040 min_dispatch_width <= 16 && max_dispatch_width >= 16) { in brw_compile_cs()
9088 min_dispatch_width <= 32 && max_dispatch_width >= 32) { in brw_compile_cs()
/dports/lang/clover/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs.cpp10114 unsigned min_dispatch_width; in brw_compile_cs() local
10119 min_dispatch_width = 8; in brw_compile_cs()
10132 min_dispatch_width = util_next_power_of_two( in brw_compile_cs()
10134 assert(min_dispatch_width <= 32); in brw_compile_cs()
10156 if (required_dispatch_width < min_dispatch_width || in brw_compile_cs()
10162 min_dispatch_width = max_dispatch_width = required_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()
10195 min_dispatch_width <= 16 && max_dispatch_width >= 16) { in brw_compile_cs()
10241 min_dispatch_width <= 32 && max_dispatch_width >= 32) { in brw_compile_cs()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs.cpp10114 unsigned min_dispatch_width; in brw_compile_cs() local
10119 min_dispatch_width = 8; in brw_compile_cs()
10132 min_dispatch_width = util_next_power_of_two( in brw_compile_cs()
10134 assert(min_dispatch_width <= 32); in brw_compile_cs()
10156 if (required_dispatch_width < min_dispatch_width || in brw_compile_cs()
10162 min_dispatch_width = max_dispatch_width = required_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()
10195 min_dispatch_width <= 16 && max_dispatch_width >= 16) { in brw_compile_cs()
10241 min_dispatch_width <= 32 && max_dispatch_width >= 32) { in brw_compile_cs()
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs.cpp10114 unsigned min_dispatch_width; in brw_compile_cs() local
10119 min_dispatch_width = 8; in brw_compile_cs()
10132 min_dispatch_width = util_next_power_of_two( in brw_compile_cs()
10134 assert(min_dispatch_width <= 32); in brw_compile_cs()
10156 if (required_dispatch_width < min_dispatch_width || in brw_compile_cs()
10162 min_dispatch_width = max_dispatch_width = required_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()
10195 min_dispatch_width <= 16 && max_dispatch_width >= 16) { in brw_compile_cs()
10241 min_dispatch_width <= 32 && max_dispatch_width >= 32) { in brw_compile_cs()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs.cpp10114 unsigned min_dispatch_width; in brw_compile_cs() local
10119 min_dispatch_width = 8; in brw_compile_cs()
10132 min_dispatch_width = util_next_power_of_two( in brw_compile_cs()
10134 assert(min_dispatch_width <= 32); in brw_compile_cs()
10156 if (required_dispatch_width < min_dispatch_width || in brw_compile_cs()
10162 min_dispatch_width = max_dispatch_width = required_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()
10195 min_dispatch_width <= 16 && max_dispatch_width >= 16) { in brw_compile_cs()
10241 min_dispatch_width <= 32 && max_dispatch_width >= 32) { in brw_compile_cs()
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs.cpp10114 unsigned min_dispatch_width; in brw_compile_cs() local
10119 min_dispatch_width = 8; in brw_compile_cs()
10132 min_dispatch_width = util_next_power_of_two( in brw_compile_cs()
10134 assert(min_dispatch_width <= 32); in brw_compile_cs()
10156 if (required_dispatch_width < min_dispatch_width || in brw_compile_cs()
10162 min_dispatch_width = max_dispatch_width = required_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()
10195 min_dispatch_width <= 16 && max_dispatch_width >= 16) { in brw_compile_cs()
10241 min_dispatch_width <= 32 && max_dispatch_width >= 32) { in brw_compile_cs()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs.cpp10114 unsigned min_dispatch_width; in brw_compile_cs() local
10119 min_dispatch_width = 8; in brw_compile_cs()
10132 min_dispatch_width = util_next_power_of_two( in brw_compile_cs()
10134 assert(min_dispatch_width <= 32); in brw_compile_cs()
10156 if (required_dispatch_width < min_dispatch_width || in brw_compile_cs()
10162 min_dispatch_width = max_dispatch_width = required_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()
10195 min_dispatch_width <= 16 && max_dispatch_width >= 16) { in brw_compile_cs()
10241 min_dispatch_width <= 32 && max_dispatch_width >= 32) { in brw_compile_cs()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs.cpp10114 unsigned min_dispatch_width; in brw_compile_cs() local
10119 min_dispatch_width = 8; in brw_compile_cs()
10132 min_dispatch_width = util_next_power_of_two( in brw_compile_cs()
10134 assert(min_dispatch_width <= 32); in brw_compile_cs()
10156 if (required_dispatch_width < min_dispatch_width || in brw_compile_cs()
10162 min_dispatch_width = max_dispatch_width = required_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()
10195 min_dispatch_width <= 16 && max_dispatch_width >= 16) { in brw_compile_cs()
10241 min_dispatch_width <= 32 && max_dispatch_width >= 32) { in brw_compile_cs()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs.cpp10114 unsigned min_dispatch_width; in brw_compile_cs() local
10119 min_dispatch_width = 8; in brw_compile_cs()
10132 min_dispatch_width = util_next_power_of_two( in brw_compile_cs()
10134 assert(min_dispatch_width <= 32); in brw_compile_cs()
10156 if (required_dispatch_width < min_dispatch_width || in brw_compile_cs()
10162 min_dispatch_width = max_dispatch_width = required_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()
10195 min_dispatch_width <= 16 && max_dispatch_width >= 16) { in brw_compile_cs()
10241 min_dispatch_width <= 32 && max_dispatch_width >= 32) { in brw_compile_cs()
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs.cpp10114 unsigned min_dispatch_width; in brw_compile_cs() local
10119 min_dispatch_width = 8; in brw_compile_cs()
10132 min_dispatch_width = util_next_power_of_two( in brw_compile_cs()
10134 assert(min_dispatch_width <= 32); in brw_compile_cs()
10156 if (required_dispatch_width < min_dispatch_width || in brw_compile_cs()
10162 min_dispatch_width = max_dispatch_width = required_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()
10195 min_dispatch_width <= 16 && max_dispatch_width >= 16) { in brw_compile_cs()
10241 min_dispatch_width <= 32 && max_dispatch_width >= 32) { in brw_compile_cs()
/dports/lang/clover/mesa-21.3.6/docs/relnotes/
H A D20.2.0.rst1039 - intel/fs: Remove min_dispatch_width spilling decision from RA
/dports/graphics/libosmesa-gallium/mesa-21.3.6/docs/relnotes/
H A D20.2.0.rst1039 - intel/fs: Remove min_dispatch_width spilling decision from RA
/dports/graphics/libosmesa/mesa-21.3.6/docs/relnotes/
H A D20.2.0.rst1039 - intel/fs: Remove min_dispatch_width spilling decision from RA
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/docs/relnotes/
H A D20.2.0.rst1039 - intel/fs: Remove min_dispatch_width spilling decision from RA
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/docs/relnotes/
H A D20.2.0.rst1039 - intel/fs: Remove min_dispatch_width spilling decision from RA
/dports/graphics/mesa-gallium-va/mesa-21.3.6/docs/relnotes/
H A D20.2.0.rst1039 - intel/fs: Remove min_dispatch_width spilling decision from RA
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/docs/relnotes/
H A D20.2.0.rst1039 - intel/fs: Remove min_dispatch_width spilling decision from RA
/dports/graphics/mesa-libs/mesa-21.3.6/docs/relnotes/
H A D20.2.0.rst1039 - intel/fs: Remove min_dispatch_width spilling decision from RA
/dports/graphics/mesa-dri/mesa-21.3.6/docs/relnotes/
H A D20.2.0.rst1039 - intel/fs: Remove min_dispatch_width spilling decision from RA
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/docs/relnotes/
H A D20.2.0.rst1039 - intel/fs: Remove min_dispatch_width spilling decision from RA
/dports/graphics/mesa-dri-classic/mesa-20.2.3/docs/relnotes/
H A D20.2.0.rst1043 - intel/fs: Remove min_dispatch_width spilling decision from RA