Searched refs:isCombinedType (Results 1 – 2 of 2) sorted by relevance
338 …const bool isCombinedType = tcu::isCombinedDepthStencilType(mapVkFormat(m_format).type) && … in draw() local342 if (isCombinedType) in draw()347 …const VkImageAspectFlagBits aspectBits = (VkImageAspectFlagBits)(isCombinedType ? VK_IMAGE_ASP… in draw()
296 bool isCombinedType = isCombinedDepthStencilType(vk::mapVkFormat(m_format).type); in readUsingBuffer() local299 if (!isCombinedType) in readUsingBuffer()303 if (isCombinedType) in readUsingBuffer()697 bool isCombinedType = isCombinedDepthStencilType(vk::mapVkFormat(m_format).type); in uploadUsingBuffer() local699 if (!isCombinedType) in uploadUsingBuffer()701 if (isCombinedType) in uploadUsingBuffer()