Searched refs:planeCompatibleFormat (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrStorageImageWriteTests.cpp | 152 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 …]
|
D | vktYCbCrViewTests.cpp | 325 VkFormat planeCompatibleFormat; member 335 , planeCompatibleFormat (planeCompatibleFormat_) in TestParameters() 346 , planeCompatibleFormat (VK_FORMAT_UNDEFINED) in TestParameters() 367 const std::string sampler = getSamplerDecl(params.planeCompatibleFormat); in getShaderSpec() 420 checkImageUsageSupport(context, params.planeCompatibleFormat, usage); in checkSupport() 440 ? createTestImage(vkd, device, params.planeCompatibleFormat, planeExtent, createFlags) in testPlaneView() 501 params.planeCompatibleFormat, in testPlaneView() 668 const tcu::ConstPixelBufferAccess planeAccess (mapVkFormat(params.planeCompatibleFormat), in testPlaneView() 729 …name << "_compatible_format_" << de::toLower(de::toString(params.planeCompatibleFormat).substr(10)… in addPlaneViewCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageSparseResidency.cpp | 201 …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()
|
D | vktSparseResourcesTestsUtil.cpp | 529 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()
|
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 94 … 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()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 111 VkFormat planeCompatibleFormat; member
|
D | vkImageUtil.cpp | 2601 return formatInfo.planes[planeNdx].planeCompatibleFormat; in getPlaneCompatibleFormat()
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_enums.hpp | 11075 … planeCompatibleFormat( VULKAN_HPP_NAMESPACE::Format format, uint8_t plane ) in planeCompatibleFormat() function
|