Searched refs:subresourceDepth (Results 1 – 2 of 2) sorted by relevance
511 …const auto subresourceDepth = ((m_params.imageType == VK_IMAGE_TYPE_2D) ? 1u : level.dimensions.d… in iterateAspect() local512 const auto numPixels = subresourceWidth * subresourceHeight * subresourceDepth; in iterateAspect()545 … << " and dimensions " << subresourceWidth << "x" << subresourceHeight << "x" << subresourceDepth; in iterateAspect()575 …if (subresourceDepth > 1u && m_params.imageType == VK_IMAGE_TYPE_3D && subresourceLayout.depthPitc… in iterateAspect()583 … << " and dimensions " << subresourceWidth << "x" << subresourceHeight << "x" << subresourceDepth; in iterateAspect()597 for (deUint32 z = 0u; z < subresourceDepth; ++z) in iterateAspect()
4551 const VkImageSubresourceLayers subresourceDepth = in copyDepthStencilImageToBuffers() local4564 subresourceDepth, // VkImageSubresourceLayers imageSubresource; in copyDepthStencilImageToBuffers()