Home
last modified time | relevance | path

Searched refs:planeCompatibleFormat (Results 1 - 15 of 15) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrViewTests.cpp329 VkFormat planeCompatibleFormat; member
339 , planeCompatibleFormat (planeCompatibleFormat_) in TestParameters()
350 , planeCompatibleFormat (VK_FORMAT_UNDEFINED) in TestParameters()
381 spec.outputs.push_back(Symbol("result1", glu::VarType(getDataType(params.planeCompatibleFormat), glu::PRECISION_HIGHP))); in getShaderSpec()
383 const std::string sampler = getSamplerDecl(params.planeCompatibleFormat); in getShaderSpec()
390 "result1 = " + getVecType(params.planeCompatibleFormat) + "(texture(u_planeView, texCoord));\n"; in getShaderSpec()
425 checkImageFeatureSupport(context, params.planeCompatibleFormat, VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT | VK_FORMAT_FEATURE_TRANSFER_DST_BIT); in checkSupport()
476 VkFormat chooseComparisonFormat (VkFormat planeOriginalFormat, VkFormat planeCompatibleFormat) in chooseComparisonFormat() argument
479 const bool isCompatiblePadded = isPaddedFormat(planeCompatibleFormat); in chooseComparisonFormat()
483 DE_ASSERT(planeOriginalFormat == planeCompatibleFormat); in chooseComparisonFormat()
760 const auto planeCompatibleFormat = params.planeCompatibleFormat; testPlaneView() local
[all...]
H A DvktYCbCrStorageImageWriteTests.cpp74 vk::VkFormat result = formatInfo.planes[planeNdx].planeCompatibleFormat; in getPlaneCompatibleFormatForWriting()
151 vk::VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, planeNdx);
157 planeCompatibleFormat, // format;
191 const VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, planeNdx);
194 planeCompatibleFormat);
294 VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, planeNdx);
295 vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCompatibleFormat) : formatDescription;
318 auto imageView = makeVkSharedPtr(makeImageView(vkd, device, *image, VK_IMAGE_VIEW_TYPE_2D, planeCompatibleFormat, subresourceRange, transferByViews ? &imageViewUsageCreateInfo : DE_NULL));
419 vk::VkFormat planeCompatibleFormat
[all...]
H A DvktYCbCrCopyTests.cpp139 vk::VkFormat planeCompatibleFormat = getPlaneCompatibleFormat(formatDescription, planeNdx); in checkFormatSupport() local
145 planeCompatibleFormat, // format; in checkFormatSupport()
H A DvktYCbCrConversionTests.cpp649 vk::VkFormat planeCompatibleFormat = getPlaneCompatibleFormat(formatDescription, planeNdx); in checkSupport() local
655 planeCompatibleFormat, // format; in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrStorageImageWriteTests.cpp123 vk::VkFormat result = formatInfo.planes[planeNdx].planeCompatibleFormat; in getPlaneCompatibleFormatForWriting()
214 VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, planeNdx);
215 vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCompatibleFormat) : formatDescription;
231 auto imageView = makeVkSharedPtr(makeImageView(vkd, device, *image, VK_IMAGE_VIEW_TYPE_2D, planeCompatibleFormat, subresourceRange));
332 vk::VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, planeNdx);
333 vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCompatibleFormat) : formatDescription;
349 vk::VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, planeNdx);
350 vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat !
[all...]
H A DvktYCbCrViewTests.cpp327 VkFormat planeCompatibleFormat; member
337 , planeCompatibleFormat (planeCompatibleFormat_) in TestParameters()
348 , planeCompatibleFormat (VK_FORMAT_UNDEFINED) in TestParameters()
379 spec.outputs.push_back(Symbol("result1", glu::VarType(getDataType(params.planeCompatibleFormat), glu::PRECISION_HIGHP))); in getShaderSpec()
381 const std::string sampler = getSamplerDecl(params.planeCompatibleFormat); in getShaderSpec()
388 "result1 = " + getVecType(params.planeCompatibleFormat) + "(texture(u_planeView, texCoord));\n"; in getShaderSpec()
423 checkImageFeatureSupport(context, params.planeCompatibleFormat, VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT | VK_FORMAT_FEATURE_TRANSFER_DST_BIT); in checkSupport()
459 ? createTestImage(vkd, device, params.planeCompatibleFormat, planeExtent, createFlags) in testPlaneView()
520 params.planeCompatibleFormat, in testPlaneView()
687 const tcu::ConstPixelBufferAccess planeAccess (mapVkFormat(params.planeCompatibleFormat), in testPlaneView()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseResidency.cpp201 VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, planeNdx); in initPrograms() local
202 vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCompatibleFormat) : formatDescription; in initPrograms()
219 const std::string formatQualifierStr = (isAlphaOnly ? "" : ", " + getShaderImageFormatQualifier(planeCompatibleFormat)); in initPrograms()
628 VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, planeNdx); in iterate() local
629 vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCompatibleFormat) : formatDescription; in iterate()
645 auto imageView = makeVkSharedPtr(makeImageView(deviceInterface, getDevice(), *imageSparse, mapImageViewType(m_imageType), planeCompatibleFormat, subresourceRange)); in iterate()
779 vk::VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, planeNdx); in iterate() local
780 vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat ! in iterate()
803 vk::VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, planeNdx); iterate() local
[all...]
H A DvktSparseResourcesTestsUtil.cpp500 if (formatIsR64(description.planes[0].planeCompatibleFormat)) in getShaderImageType()
544 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "u64vec4" : "uvec4"); in getShaderImageDataType()
546 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "i64vec4" : "ivec4"); in getShaderImageDataType()
998 vk::VkFormat result = formatInfo.planes[planeNdx].planeCompatibleFormat;
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseResidency.cpp201 VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, planeNdx); in initPrograms() local
202 vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCompatibleFormat) : formatDescription; in initPrograms()
219 const std::string formatQualifierStr = getShaderImageFormatQualifier(planeCompatibleFormat); in initPrograms()
613 VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, planeNdx); in iterate() local
614 vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCompatibleFormat) : formatDescription; in iterate()
630 auto imageView = makeVkSharedPtr(makeImageView(deviceInterface, getDevice(), *imageSparse, mapImageViewType(m_imageType), planeCompatibleFormat, subresourceRange)); in iterate()
764 vk::VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, planeNdx); in iterate() local
765 vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat ! in iterate()
788 vk::VkFormat planeCompatibleFormat = getPlaneCompatibleFormatForWriting(formatDescription, planeNdx); iterate() local
[all...]
H A DvktSparseResourcesTestsUtil.cpp500 if (formatIsR64(description.planes[0].planeCompatibleFormat)) in getShaderImageType()
544 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "u64vec4" : "uvec4"); in getShaderImageDataType()
546 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "i64vec4" : "ivec4"); in getShaderImageDataType()
995 vk::VkFormat result = formatInfo.planes[planeNdx].planeCompatibleFormat;
H A 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()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkImageUtil.hpp118 VkFormat planeCompatibleFormat; member
H A DvkImageUtil.cpp560 // Size WDiv HDiv planeCompatibleFormat in getYCbCrPlanarFormatDescription()
579 // Size WDiv HDiv planeCompatibleFormat in getYCbCrPlanarFormatDescription()
598 // Size WDiv HDiv planeCompatibleFormat in getYCbCrPlanarFormatDescription()
617 // Size WDiv HDiv planeCompatibleFormat in getYCbCrPlanarFormatDescription()
647 // Size WDiv HDiv planeCompatibleFormat in getYCbCrPlanarFormatDescription()
666 // Size WDiv HDiv planeCompatibleFormat in getYCbCrPlanarFormatDescription()
685 // Size WDiv HDiv planeCompatibleFormat in getYCbCrPlanarFormatDescription()
704 // Size WDiv HDiv planeCompatibleFormat in getYCbCrPlanarFormatDescription()
723 // Size WDiv HDiv planeCompatibleFormat in getYCbCrPlanarFormatDescription()
742 // Size WDiv HDiv planeCompatibleFormat in getYCbCrPlanarFormatDescription()
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_format_traits.hpp6806 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::Format planeCompatibleFormat( VULKAN_HPP_NAMESPACE::Format format, uint8_t plane ) in planeCompatibleFormat() function

Completed in 25 milliseconds