Lines Matching defs:width
61 const unsigned width = 8u << simd;
71 mem_ctx, "SIMD%u skipped because would spill", width);
81 if (required && required != width) {
83 mem_ctx, "SIMD%u skipped because required dispatch width is %u",
84 width, required);
89 workgroup_size <= (width / 2)) {
92 width, workgroup_size, width / 2);
96 if (DIV_ROUND_UP(workgroup_size, width) > max_threads) {
99 width, workgroup_size, max_threads);
107 if (width == 32) {
125 width, width);