Lines Matching defs:width
166 uint32_t width = u_minify(layout->width0, args->base_miplevel);
170 * format, we need width/height in blocks, and vice-versa. In vulkan this
176 width = util_format_get_nblocksx(layout->format, width);
179 width *= util_format_get_blockwidth(args->format);
252 view->descriptor[1] = A6XX_TEX_CONST_1_WIDTH(width) | A6XX_TEX_CONST_1_HEIGHT(height);
314 A6XX_TEX_CONST_10_FLAG_BUFFER_LOGW(util_logbase2_ceil(DIV_ROUND_UP(width, block_width))) |
340 A6XX_SP_PS_2D_SRC_SIZE_WIDTH(width) |
398 view->width = width;