Home
last modified time | relevance | path

Searched refs:subresourceDepth (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageSubresourceLayoutTests.cpp511 …const auto subresourceDepth = ((m_params.imageType == VK_IMAGE_TYPE_2D) ? 1u : level.dimensions.d… in iterateAspect() local
512 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()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp4551 const VkImageSubresourceLayers subresourceDepth = in copyDepthStencilImageToBuffers() local
4564 subresourceDepth, // VkImageSubresourceLayers imageSubresource; in copyDepthStencilImageToBuffers()