Lines Matching defs:blockWidth
517 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u;
525 (parms.extent.width >> mipLevel) * blockWidth,
854 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u;
856 deUint32 rowLength = ((copyExtent.width + blockWidth-1) / blockWidth) * blockWidth;
1051 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(imageParms.format) : 1u;
1053 deUint32 rowLength = ((imageExtent.width + blockWidth-1) / blockWidth) * blockWidth;
1367 const deUint32 blockWidth = getBlockWidth(m_params.src.image.format);
1370 imageCopy.srcOffset.x *= blockWidth;
1371 imageCopy.extent.width *= blockWidth;
1383 const deUint32 blockWidth = getBlockWidth(m_params.dst.image.format);
1386 imageCopy.dstOffset.x *= blockWidth;
1822 const deUint32 blockWidth = getBlockWidth(m_params.src.image.format);
1825 imageCopy.srcOffset.x *= blockWidth;
1827 imageCopy.extent.width *= blockWidth;
1833 const deUint32 blockWidth = getBlockWidth(m_params.dst.image.format);
1836 imageCopy.dstOffset.x *= blockWidth;