/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiFullScreenExclusiveTests.cpp | 69 void checkAllSupported (const Extensions& supportedExtensions, in checkAllSupported() argument 76 if (!isExtensionSupported(supportedExtensions, RequiredExtension(*requiredExtName))) in checkAllSupported() 82 const Extensions& supportedExtensions, in createInstanceWithWsi() argument 91 …if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_get_surface_capabilities2"… in createInstanceWithWsi() 94 checkAllSupported(supportedExtensions, extensions); in createInstanceWithWsi() 110 const Extensions& supportedExtensions, in createDeviceWithWsi() argument 130 if (!isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_swapchain"))) in createDeviceWithWsi() 134 if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_full_screen_exclusive"))) in createDeviceWithWsi() 158 const std::vector<VkExtensionProperties> supportedExtensions; member 165 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper() [all …]
|
D | vktNativeObjectsUtil.cpp | 39 const NativeObjects::Extensions& supportedExtensions, in createDisplay() argument 48 …if (vk::isExtensionSupported(supportedExtensions, vk::RequiredExtension(vk::wsi::getExtensionName(… in createDisplay() 75 const Extensions& supportedExtensions, in NativeObjects() argument 79 …eDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType)) in NativeObjects()
|
D | vktWsiColorSpaceTests.cpp | 86 void checkAllSupported (const Extensions& supportedExtensions, const vector<string>& requiredExtens… in checkAllSupported() argument 92 if (!isExtensionSupported(supportedExtensions, RequiredExtension(*requiredExtName))) in checkAllSupported() 98 const Extensions& supportedExtensions, in createInstanceWithWsi() argument 117 if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_swapchain_colorspace"))) in createInstanceWithWsi() 120 checkAllSupported(supportedExtensions, extensions); in createInstanceWithWsi() 136 const Extensions& supportedExtensions, in createDeviceWithWsi() argument 156 if (!isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_swapchain"))) in createDeviceWithWsi() 160 if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_hdr_metadata"))) in createDeviceWithWsi() 182 const vector<VkExtensionProperties> supportedExtensions; member 187 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper() [all …]
|
D | vktWsiSurfaceTests.cpp | 200 const vector<VkExtensionProperties> supportedExtensions; member 205 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper() 215 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper() 228 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in createSurfaceTest() 237 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceCounterTest() 268 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in createSurfaceCustomAllocatorTest() 314 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in createSurfaceSimulateOOMTest() 366 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceSupportTest() 400 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in queryPresentationSupportTest() 495 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceCapabilitiesTest() [all …]
|
D | vktNativeObjectsUtil.hpp | 46 const Extensions& supportedExtensions, 60 const Extensions& supportedExtensions,
|
D | vktWsiSwapchainTests.cpp | 87 void checkAllSupported (const Extensions& supportedExtensions, const vector<string>& requiredExtens… in checkAllSupported() argument 93 if (!isExtensionSupported(supportedExtensions, RequiredExtension(*requiredExtName))) in checkAllSupported() 99 const Extensions& supportedExtensions, in createInstanceWithWsi() argument 119 if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_swapchain_colorspace"))) in createInstanceWithWsi() 122 checkAllSupported(supportedExtensions, extensions); in createInstanceWithWsi() 139 const Extensions& supportedExtensions, in createDeviceWithWsi() argument 169 …if (!isCoreDeviceExtension(apiVersion, extName) && !isExtensionSupported(supportedExtensions, Requ… in createDeviceWithWsi() 214 const Extensions& supportedExtensions, in createDeviceWithWsi() argument 220 …return createDeviceWithWsi(vkp, apiVersion, instance, vki, physicalDevice, supportedExtensions, ad… in createDeviceWithWsi() 225 const vector<VkExtensionProperties> supportedExtensions; member [all …]
|
D | vktWsiSharedPresentableImageTests.cpp | 72 void checkAllSupported (const Extensions& supportedExtensions, const vector<string>& requiredExtens… in checkAllSupported() argument 78 if (!isExtensionSupported(supportedExtensions, vk::RequiredExtension(*requiredExtName))) in checkAllSupported() 84 const Extensions& supportedExtensions, in createInstanceWithWsi() argument 99 checkAllSupported(supportedExtensions, extensions); in createInstanceWithWsi() 115 const Extensions& supportedExtensions, in createDeviceWithWsi() argument 156 if (!isExtensionSupported(supportedExtensions, vk::RequiredExtension(extensions[ndx]))) in createDeviceWithWsi() 164 const Extensions& supportedExtensions, in createDisplay() argument 173 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))) && in createDisplay()
|
D | vktWsiDisplayTimingTests.cpp | 70 void checkAllSupported (const Extensions& supportedExtensions, const vector<string>& requiredExtens… in checkAllSupported() argument 76 if (!isExtensionSupported(supportedExtensions, vk::RequiredExtension(*requiredExtName))) in checkAllSupported() 82 const Extensions& supportedExtensions, in createInstanceWithWsi() argument 90 checkAllSupported(supportedExtensions, extensions); in createInstanceWithWsi() 106 const Extensions& supportedExtensions, in createDeviceWithWsi() argument 147 if (!isExtensionSupported(supportedExtensions, vk::RequiredExtension(extensions[ndx]))) in createDeviceWithWsi() 155 const Extensions& supportedExtensions, in createDisplay() argument 164 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))) && in createDisplay()
|
D | vktWsiIncrementalPresentTests.cpp | 72 void checkAllSupported (const Extensions& supportedExtensions, const vector<string>& requiredExtens… in checkAllSupported() argument 78 if (!isExtensionSupported(supportedExtensions, vk::RequiredExtension(*requiredExtName))) in checkAllSupported() 84 const Extensions& supportedExtensions, in createInstanceWithWsi() argument 92 checkAllSupported(supportedExtensions, extensions); in createInstanceWithWsi() 108 const Extensions& supportedExtensions, in createDeviceWithWsi() argument 149 if (!isExtensionSupported(supportedExtensions, vk::RequiredExtension(extensions[ndx]))) in createDeviceWithWsi() 157 const Extensions& supportedExtensions, in createDisplay() argument 166 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))) && in createDisplay()
|
D | vktWsiPresentIdWaitTests.cpp | 145 const vector<vk::VkExtensionProperties> supportedExtensions; member 150 …: supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), nullpt… in InstanceHelper() 372 …const NativeObjects native (m_context, instHelper.supportedExtensions, m_wsiType, 1u, tc… in iterate() 891 …const NativeObjects native (m_context, instHelper.supportedExtensions, m_wsiType, 2u, tc… in iterate()
|
D | vktWsiDisplayControlTests.cpp | 102 const Extensions& supportedExtensions, in createTestDevice() argument 146 if (!isExtensionSupported(supportedExtensions, RequiredExtension(ext))) in createTestDevice()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 82 SupportedExtensions supportedExtensions; in checkSupport() local 84 …supportedExtensions.cubeMapArray = renderCtxInfoid.isExtensionSupported("GL_EXT_texture_cube_map_a… in checkSupport() 85 supportedExtensions.sRGBR8 = renderCtxInfoid.isExtensionSupported("GL_EXT_texture_sRGB_R8"); in checkSupport() 86 supportedExtensions.sRGBRG8 = renderCtxInfoid.isExtensionSupported("GL_EXT_texture_sRGB_RG8"); in checkSupport() 88 return supportedExtensions; in checkSupport() 161 const SupportedExtensions supportedExtensions = checkSupport(m_renderCtxInfo); in init() local 163 if ((supportedExtensions.cubeMapArray && m_format != GL_SR8_EXT && m_format != GL_SRG8_EXT) || in init() 164 (supportedExtensions.cubeMapArray && m_format == GL_SR8_EXT && supportedExtensions.sRGBR8) || in init() 165 (supportedExtensions.cubeMapArray && m_format == GL_SRG8_EXT && supportedExtensions.sRGBRG8)) in init() 183 if (supportedExtensions.cubeMapArray == false) in init() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemWsiSwapchainTests.cpp | 71 void checkAllSupported (const Extensions& supportedExtensions, const std::vector<std::string>& requ… in checkAllSupported() argument 77 if (!isExtensionSupported(supportedExtensions, vk::RequiredExtension(*requiredExtName))) in checkAllSupported() 82 std::vector<std::string> getRequiredWsiExtensions (const Extensions& supportedExtensions, in getRequiredWsiExtensions() argument 100 …if (isExtensionSupported(supportedExtensions, vk::RequiredExtension("VK_EXT_swapchain_colorspace")… in getRequiredWsiExtensions() 108 …if (isExtensionSupported(supportedExtensions, vk::RequiredExtension("VK_KHR_surface_protected_capa… in getRequiredWsiExtensions() 114 checkAllSupported(supportedExtensions, extensions); in getRequiredWsiExtensions() 120 const Extensions& supportedExtensions, in createDisplay() argument 129 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))) && in createDisplay() 161 const Extensions& supportedExtensions, in NativeObjects() 164 …eDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType)) in NativeObjects() [all …]
|
D | vktProtectedMemUtils.cpp | 56 const Extensions supportedExtensions(vk::enumerateInstanceExtensionProperties(vkp, DE_NULL)); in makeProtectedMemInstance() local 65 for (const auto& e : supportedExtensions) in makeProtectedMemInstance() 145 …const Extensions supportedExtensions (vk::enumerateDeviceExtensionProperties(vkd, physicalDevi… in makeProtectedMemDevice() local 158 …if (notInCore && !isExtensionSupported(supportedExtensions.begin(), supportedExtensions.end(), Req… in makeProtectedMemDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingNullASTests.cpp | 296 const auto supportedExtensions = enumerateDeviceExtensionProperties(vki, physicalDevice, nullptr); in checkSupport() local 298 if (!isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_ray_tracing_pipeline"))) in checkSupport() 302 if (!isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_acceleration_structure"))) in checkSupport() 306 …if (!isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_deferred_host_operations"… in checkSupport() 310 if (!isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_buffer_device_address"))) in checkSupport() 313 if (!isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_robustness2"))) in checkSupport()
|
D | vktRayTracingPipelineLibraryTests.cpp | 262 const auto supportedExtensions = enumerateDeviceExtensionProperties(vki, physicalDevice, nullptr); in checkSupport() local 264 if (!isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_ray_tracing_pipeline"))) in checkSupport() 269 if (!isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_pipeline_library"))) in checkSupport() 273 if (!isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_acceleration_structure"))) in checkSupport() 277 …if (!isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_deferred_host_operations"… in checkSupport() 281 if (!isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_buffer_device_address"))) in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiVersionCheck.cpp | 306 vector<VkExtensionProperties> supportedExtensions; in getSupportedInstanceExtensions() local 311 supportedExtensions.push_back(enumeratedExtensions[extNdx]); in getSupportedInstanceExtensions() 314 return filterMultiAuthorExtensions(supportedExtensions); in getSupportedInstanceExtensions() 320 vector<VkExtensionProperties> supportedExtensions; in getSupportedDeviceExtensions() local 325 supportedExtensions.push_back(enumeratedExtensions[extNdx]); in getSupportedDeviceExtensions() 328 return filterMultiAuthorExtensions(supportedExtensions); in getSupportedDeviceExtensions()
|
D | vktApiBufferMemoryRequirementsTests.cpp | 324 …const std::vector<VkExtensionProperties> supportedExtensions = enumerateDeviceExtensionProperties… in checkSupport() local 405 … && !isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_acceleration_structure"))) in checkSupport() 417 … && !isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_buffer_device_address"))) in checkSupport()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context.cpp | 3441 Extensions supportedExtensions = mImplementation->getNativeExtensions(); in generateSupportedExtensions() local 3444 supportedExtensions.parallelShaderCompileKHR = true; in generateSupportedExtensions() 3449 supportedExtensions.pointSizeArrayOES = true; in generateSupportedExtensions() 3450 supportedExtensions.textureCubeMapOES = true; in generateSupportedExtensions() 3451 supportedExtensions.pointSpriteOES = true; in generateSupportedExtensions() 3452 supportedExtensions.drawTextureOES = true; in generateSupportedExtensions() 3453 supportedExtensions.framebufferObjectOES = true; in generateSupportedExtensions() 3454 supportedExtensions.parallelShaderCompileKHR = false; in generateSupportedExtensions() 3455 supportedExtensions.texture3DOES = false; in generateSupportedExtensions() 3456 supportedExtensions.clipDistanceAPPLE = false; in generateSupportedExtensions() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 1793 void checkAllSupported(const Extensions& supportedExtensions, const vector<string>& requiredExtensi… in checkAllSupported() argument 1799 if (!isExtensionSupported(supportedExtensions, RequiredExtension(*requiredExtName))) in checkAllSupported() 1805 const Extensions& supportedExtensions, in createInstanceWithWsi() argument 1824 if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_swapchain_colorspace"))) in createInstanceWithWsi() 1827 checkAllSupported(supportedExtensions, extensions); in createInstanceWithWsi() 1837 const Extensions& supportedExtensions, in createDeviceWithWsi() argument 1875 if (!isExtensionSupported(supportedExtensions, RequiredExtension(extensions[ndx]))) in createDeviceWithWsi() 1884 const vector<VkExtensionProperties> supportedExtensions; member 1889 : supportedExtensions(enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper() 1892 supportedExtensions, in InstanceHelper() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context.cpp | 3221 Extensions supportedExtensions = mImplementation->getNativeExtensions(); in generateSupportedExtensions() local 3224 supportedExtensions.parallelShaderCompile = true; in generateSupportedExtensions() 3229 supportedExtensions.pointSizeArray = true; in generateSupportedExtensions() 3230 supportedExtensions.textureCubeMap = true; in generateSupportedExtensions() 3231 supportedExtensions.pointSprite = true; in generateSupportedExtensions() 3232 supportedExtensions.drawTexture = true; in generateSupportedExtensions() 3233 supportedExtensions.parallelShaderCompile = false; in generateSupportedExtensions() 3234 supportedExtensions.texture3DOES = false; in generateSupportedExtensions() 3240 supportedExtensions.colorBufferFloat = false; in generateSupportedExtensions() 3241 supportedExtensions.eglImageExternalEssl3 = false; in generateSupportedExtensions() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 106 const gl::Extensions &supportedExtensions) in GetTextureSRGBOverrideSupport() argument 144 if (supportedExtensions.textureCompressionS3tcSrgbEXT) in GetTextureSRGBOverrideSupport() 153 if (supportedExtensions.textureSRGBR8EXT) in GetTextureSRGBOverrideSupport() 162 if (supportedExtensions.textureSRGBRG8EXT) in GetTextureSRGBOverrideSupport() 171 if (supportedExtensions.textureCompressionBptcEXT) in GetTextureSRGBOverrideSupport()
|
/third_party/typescript/src/compiler/ |
D | utilities.ts | 6847 …sWithJsonIfResolveJsonModule(options: CompilerOptions | undefined, supportedExtensions: readonly s… 6848 if (!options || !options.resolveJsonModule) { return supportedExtensions; } 6849 … if (supportedExtensions === allSupportedExtensions) { return allSupportedExtensionsWithJson; } 6850 if (supportedExtensions === supportedTSExtensions) { return supportedTSExtensionsWithJson; } 6851 return [...supportedExtensions, Extension.Json]; 6869 const supportedExtensions = getSupportedExtensions(compilerOptions, extraFileExtensions); constant 6870 …sion of getSuppoertedExtensionsWithJsonIfResolveJsonModule(compilerOptions, supportedExtensions)) { 6903 …export function getExtensionPriority(path: string, supportedExtensions: readonly string[]): Extens… 6904 for (let i = supportedExtensions.length - 1; i >= 0; i--) { 6905 if (fileExtensionIs(path, supportedExtensions[i])) { [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushDescriptorTests.cpp | 86 void checkAllSupported (const Extensions& supportedExtensions, const vector<string>& requiredExtens… in checkAllSupported() argument 90 if (!isExtensionSupported(supportedExtensions, RequiredExtension(requiredExtName))) in checkAllSupported() 96 const Extensions& supportedExtensions) in createInstanceWithGetPhysicalDeviceProperties2() argument 99 checkAllSupported(supportedExtensions, requiredExtensions); in createInstanceWithGetPhysicalDeviceProperties2() 114 const Extensions& supportedExtensions, in createDeviceWithPushDescriptor() argument 134 checkAllSupported(supportedExtensions, requiredExtensionsStr); in createDeviceWithPushDescriptor()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryBuiltinTests.cpp | 4005 … const auto supportedExtensions = enumerateDeviceExtensionProperties(vki, physicalDevice, nullptr); in checkSupport() local 4007 if (!isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_robustness2"))) in checkSupport() 4025 … const auto supportedExtensions = enumerateDeviceExtensionProperties(vki, physicalDevice, nullptr); in prepareTestEnvironment() local 4039 …if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_deferred_host_operations")… in prepareTestEnvironment() 4044 … if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_buffer_device_address"))) in prepareTestEnvironment() 4051 … if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_acceleration_structure"))) in prepareTestEnvironment() 4059 if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_ray_query"))) in prepareTestEnvironment() 4066 if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_ray_tracing_pipeline"))) in prepareTestEnvironment()
|