Searched refs:formatRgba10x6WithoutYCbCrSampler (Results 1 - 13 of 13) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageSamplingInstance.cpp | 346 bool formatRgba10x6WithoutYCbCrSampler = context.getRGBA10X6FormatsFeaturesEXT().formatRgba10x6WithoutYCbCrSampler; in checkSupportImageSamplingInstance() local 348 bool formatRgba10x6WithoutYCbCrSampler = VK_FALSE; in checkSupportImageSamplingInstance() local 351 if ((params.imageFormat == VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16) && (params.subresourceRange.levelCount > 1) && (formatRgba10x6WithoutYCbCrSampler == VK_FALSE)) in checkSupportImageSamplingInstance() 353 TCU_THROW(NotSupportedError, "formatRgba10x6WithoutYCbCrSampler not supported"); in checkSupportImageSamplingInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImageSamplingInstance.cpp | 344 bool formatRgba10x6WithoutYCbCrSampler = context.getRGBA10X6FormatsFeaturesEXT().formatRgba10x6WithoutYCbCrSampler; in checkSupportImageSamplingInstance() local 346 bool formatRgba10x6WithoutYCbCrSampler = VK_FALSE; in checkSupportImageSamplingInstance() local 349 if ((params.imageFormat == VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16) && (params.subresourceRange.levelCount > 1) && (formatRgba10x6WithoutYCbCrSampler == VK_FALSE)) in checkSupportImageSamplingInstance() 351 TCU_THROW(NotSupportedError, "formatRgba10x6WithoutYCbCrSampler not supported"); in checkSupportImageSamplingInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureFilteringTests.cpp | 112 if (testParameters.format == VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16 && context.getRGBA10X6FormatsFeaturesEXT().formatRgba10x6WithoutYCbCrSampler == VK_FALSE) in checkTextureSupport() 113 TCU_THROW(NotSupportedError, "formatRgba10x6WithoutYCbCrSampler not supported"); in checkTextureSupport() 132 if (testParameters.format == VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16 && mipmaps && context.getRGBA10X6FormatsFeaturesEXT().formatRgba10x6WithoutYCbCrSampler == VK_FALSE) in checkTextureSupport() 133 TCU_THROW(NotSupportedError, "formatRgba10x6WithoutYCbCrSampler not supported"); in checkTextureSupport() 144 if (testParameters.format == VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16 && context.getRGBA10X6FormatsFeaturesEXT().formatRgba10x6WithoutYCbCrSampler == VK_FALSE) in checkTextureSupport() 145 TCU_THROW(NotSupportedError, "formatRgba10x6WithoutYCbCrSampler not supported"); in checkTextureSupport() 153 if (testParameters.format == VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16 && context.getRGBA10X6FormatsFeaturesEXT().formatRgba10x6WithoutYCbCrSampler == VK_FALSE) in checkTextureSupport() 154 TCU_THROW(NotSupportedError, "formatRgba10x6WithoutYCbCrSampler not supported"); in checkTextureSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureFilteringTests.cpp | 112 if (testParameters.format == VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16 && context.getRGBA10X6FormatsFeaturesEXT().formatRgba10x6WithoutYCbCrSampler == VK_FALSE) in checkTextureSupport() 113 TCU_THROW(NotSupportedError, "formatRgba10x6WithoutYCbCrSampler not supported"); in checkTextureSupport() 131 if (testParameters.format == VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16 && testParameters.mipmaps && context.getRGBA10X6FormatsFeaturesEXT().formatRgba10x6WithoutYCbCrSampler == VK_FALSE) in checkTextureSupport() 132 TCU_THROW(NotSupportedError, "formatRgba10x6WithoutYCbCrSampler not supported"); in checkTextureSupport() 143 if (testParameters.format == VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16 && context.getRGBA10X6FormatsFeaturesEXT().formatRgba10x6WithoutYCbCrSampler == VK_FALSE) in checkTextureSupport() 144 TCU_THROW(NotSupportedError, "formatRgba10x6WithoutYCbCrSampler not supported"); in checkTextureSupport() 152 if (testParameters.format == VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16 && context.getRGBA10X6FormatsFeaturesEXT().formatRgba10x6WithoutYCbCrSampler == VK_FALSE) in checkTextureSupport() 153 TCU_THROW(NotSupportedError, "formatRgba10x6WithoutYCbCrSampler not supported"); in checkTextureSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 3735 return !rgba10x6features.formatRgba10x6WithoutYCbCrSampler; in requiresYCbCrConversion()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 3765 return !rgba10x6features.formatRgba10x6WithoutYCbCrSampler; in requiresYCbCrConversion()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 49692 VULKAN_HPP_NAMESPACE::Bool32 formatRgba10x6WithoutYCbCrSampler = {}; global() member [all...] |
H A D | vulkan_core.h | 12602 VkBool32 formatRgba10x6WithoutYCbCrSampler; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 13778 VkBool32 formatRgba10x6WithoutYCbCrSampler; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 12775 VkBool32 formatRgba10x6WithoutYCbCrSampler; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 16402 VkBool32 formatRgba10x6WithoutYCbCrSampler; member
|
H A D | vulkan_hash.hpp | 10577 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceRGBA10X6FormatsFeaturesEXT.formatRgba10x6WithoutYCbCrSampler );
|
H A D | vulkan_structs.hpp | [all...] |
Completed in 325 milliseconds