Searched refs:subresourceHeight (Results 1 – 1 of 1) sorted by relevance
510 const auto subresourceHeight = level.dimensions.height; in iterateAspect() local512 const auto numPixels = subresourceWidth * subresourceHeight * subresourceDepth; in iterateAspect()545 … << " and dimensions " << subresourceWidth << "x" << subresourceHeight << "x" << subresourceDepth; in iterateAspect()550 if (subresourceHeight > 1u && subresourceLayout.rowPitch < pixelSize * subresourceWidth) in iterateAspect()570 … << " bytes in pixel size and layer dimensions " << subresourceWidth << "x" << subresourceHeight; in iterateAspect()575 …K_IMAGE_TYPE_3D && subresourceLayout.depthPitch < pixelSize * subresourceWidth * subresourceHeight) in iterateAspect()583 … << " and dimensions " << subresourceWidth << "x" << subresourceHeight << "x" << subresourceDepth; in iterateAspect()596 for (deUint32 y = 0u; y < subresourceHeight; ++y) in iterateAspect()599 …const auto bufferPixelOffset = (z * subresourceWidth * subresourceHeight + y * subresourceWidth + … in iterateAspect()