Lines Matching refs:mapVkFormat
90 if (tcu::hasDepthComponent(mapVkFormat(format).order)) in getImageAspectTestMode()
93 if (tcu::hasStencilComponent(mapVkFormat(format).order)) in getImageAspectTestMode()
274 return getAspectFlags(mapVkFormat(format)); in getAspectFlags()
280 …return (getBlockSizeInBytes(format) == 8) ? mapVkFormat(VK_FORMAT_R16G16B16A16_UINT) : mapVkFormat… in getSizeCompatibleTcuTextureFormat()
282 return mapVkFormat(format); in getSizeCompatibleTcuTextureFormat()
380 …m_texture = createTestTexture(mapVkFormat(m_imageFormat), m_imageViewType, m_imageSize, m_layerCou… in setup()
902 …m_texture = createTestTexture(mapVkFormat(m_imageFormat), m_imageViewType, m_imageSize, m_layerCou… in setup()
973 imageViewParams.subresourceRange.aspectMask = getImageAspectFlags(mapVkFormat(m_imageFormat)); in setup()
1680 DE_ASSERT(!tcu::hasDepthComponent(mapVkFormat(imageFormat).order) && in getImageSamplingInstanceParams()
1681 !tcu::hasStencilComponent(mapVkFormat(imageFormat).order)); in getImageSamplingInstanceParams()
1687 DE_ASSERT(tcu::hasDepthComponent(mapVkFormat(imageFormat).order)); in getImageSamplingInstanceParams()
1693 DE_ASSERT(tcu::hasStencilComponent(mapVkFormat(imageFormat).order)); in getImageSamplingInstanceParams()
1861 : mapVkFormat(vkFormat); in initPrograms()
2364 … = !isCompressed && tcu::hasDepthComponent(mapVkFormat(format).order) && tcu::hasStencilComponent(… in createAttachmentFeedbackLoopLayoutSamplerTests()
2388 …(tcu::hasDepthComponent(mapVkFormat(format).order) || tcu::hasStencilComponent(mapVkFormat(format)… in createAttachmentFeedbackLoopLayoutSamplerTests()