Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawDepthClampTests.cpp338 …const bool isCombinedType = tcu::isCombinedDepthStencilType(mapVkFormat(m_format).type) && … in draw() local
342 if (isCombinedType) in draw()
347 …const VkImageAspectFlagBits aspectBits = (VkImageAspectFlagBits)(isCombinedType ? VK_IMAGE_ASP… in draw()
DvktDrawImageObjectUtil.cpp296 bool isCombinedType = isCombinedDepthStencilType(vk::mapVkFormat(m_format).type); in readUsingBuffer() local
299 if (!isCombinedType) in readUsingBuffer()
303 if (isCombinedType) in readUsingBuffer()
697 bool isCombinedType = isCombinedDepthStencilType(vk::mapVkFormat(m_format).type); in uploadUsingBuffer() local
699 if (!isCombinedType) in uploadUsingBuffer()
701 if (isCombinedType) in uploadUsingBuffer()