Home
last modified time | relevance | path

Searched refs:planeCompatibleFormat (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp152 vk::VkFormat result = formatInfo.planes[planeNdx].planeCompatibleFormat; in getPlaneCompatibleFormatForWriting()
243 …VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, plane… in testStorageImageWrite() local
244 …ription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPl… in testStorageImageWrite()
260 …aredPtr(makeImageView(vkd, device, *image, VK_IMAGE_VIEW_TYPE_2D, planeCompatibleFormat, subresour… in testStorageImageWrite()
362 …vk::VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, pla… in testStorageImageWrite() local
363 …ription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPl… in testStorageImageWrite()
379 …vk::VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, p… in testStorageImageWrite() local
380 …ription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPl… in testStorageImageWrite()
637 …VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, plane… in initPrograms() local
638 …ription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPl… in initPrograms()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageSparseResidency.cpp201 …VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, plane… in initPrograms() local
202 …ription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPl… in initPrograms()
219 const std::string formatQualifierStr = getShaderImageFormatQualifier(planeCompatibleFormat); in initPrograms()
613 …VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, plane… in iterate() local
614 …ription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPl… in iterate()
630 …erface, getDevice(), *imageSparse, mapImageViewType(m_imageType), planeCompatibleFormat, subresour… in iterate()
764 …vk::VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, pla… in iterate() local
765 …ription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPl… in iterate()
788 …vk::VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, pl… in iterate() local
789 …ription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPl… in iterate()
DvktSparseResourcesTestsUtil.cpp529 if (formatIsR64(description.planes[0].planeCompatibleFormat)) in getShaderImageType()
573 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "u64vec4" : "uvec4"); in getShaderImageDataType()
575 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "i64vec4" : "ivec4"); in getShaderImageDataType()
1024 vk::VkFormat result = formatInfo.planes[planeNdx].planeCompatibleFormat; in getPlaneCompatibleFormatForWriting()
DvktSparseResourcesShaderIntrinsicsBase.cpp94 … return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "%type_uint64" : "%type_uint"); in getImageComponentTypeName()
96 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "%type_int64" : "%type_int"); in getImageComponentTypeName()
131 …return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "%type_u64vec4" : "%type_uvec4"… in getImageComponentVec4TypeName()
133 …return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "%type_i64vec4" : "%type_ivec4"… in getImageComponentVec4TypeName()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp106 VkFormat planeCompatibleFormat; member
DvkImageUtil.cpp2533 return formatInfo.planes[planeNdx].planeCompatibleFormat; in getPlaneCompatibleFormat()