Searched refs:subresourceDepth (Results 1 – 3 of 3) sorted by relevance
525 …const auto subresourceDepth = ((m_params.imageType == VK_IMAGE_TYPE_2D) ? 1u : level.dimensions.d… in iterateAspect() local526 const auto numPixels = subresourceWidth * subresourceHeight * subresourceDepth; in iterateAspect()559 … << " and dimensions " << subresourceWidth << "x" << subresourceHeight << "x" << subresourceDepth; in iterateAspect()589 …if (subresourceDepth > 1u && m_params.imageType == VK_IMAGE_TYPE_3D && subresourceLayout.depthPitc… in iterateAspect()597 … << " and dimensions " << subresourceWidth << "x" << subresourceHeight << "x" << subresourceDepth; in iterateAspect()611 for (deUint32 z = 0u; z < subresourceDepth; ++z) in iterateAspect()
4803 const VkImageSubresourceLayers subresourceDepth = in copyDepthStencilImageToBuffers() local4816 subresourceDepth, // VkImageSubresourceLayers imageSubresource; in copyDepthStencilImageToBuffers()