/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiFullScreenExclusiveTests.cpp | 67 void checkAllSupported (const Extensions& supportedExtensions, in checkAllSupported() argument 74 if (!isExtensionSupported(supportedExtensions, RequiredExtension(*requiredExtName))) in checkAllSupported() 80 const Extensions& supportedExtensions, in createInstanceWithWsi() argument 89 …if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_get_surface_capabilities2"… in createInstanceWithWsi() 92 checkAllSupported(supportedExtensions, extensions); in createInstanceWithWsi() 108 const Extensions& supportedExtensions, in createDeviceWithWsi() argument 128 if (!isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_swapchain"))) in createDeviceWithWsi() 132 if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_full_screen_exclusive"))) in createDeviceWithWsi() 156 const std::vector<VkExtensionProperties> supportedExtensions; member 163 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper() [all …]
|
D | vktWsiColorSpaceTests.cpp | 85 void checkAllSupported (const Extensions& supportedExtensions, const vector<string>& requiredExtens… in checkAllSupported() argument 91 if (!isExtensionSupported(supportedExtensions, RequiredExtension(*requiredExtName))) in checkAllSupported() 97 const Extensions& supportedExtensions, in createInstanceWithWsi() argument 116 if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_swapchain_colorspace"))) in createInstanceWithWsi() 119 checkAllSupported(supportedExtensions, extensions); in createInstanceWithWsi() 135 const Extensions& supportedExtensions, in createDeviceWithWsi() argument 155 if (!isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_swapchain"))) in createDeviceWithWsi() 159 if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_hdr_metadata"))) in createDeviceWithWsi() 181 const vector<VkExtensionProperties> supportedExtensions; member 186 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper() [all …]
|
D | vktWsiSurfaceTests.cpp | 199 const vector<VkExtensionProperties> supportedExtensions; member 204 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper() 214 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper() 225 const Extensions& supportedExtensions, in createDisplay() argument 234 if (isExtensionSupported(supportedExtensions, RequiredExtension(getExtensionName(wsiType))) && in createDisplay() 266 const Extensions& supportedExtensions, in NativeObjects() 269 …eDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType)) in NativeObjects() 277 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in createSurfaceTest() 286 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceCounterTest() 317 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in createSurfaceCustomAllocatorTest() [all …]
|
D | vktWsiSwapchainTests.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 118 if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_swapchain_colorspace"))) in createInstanceWithWsi() 121 checkAllSupported(supportedExtensions, extensions); in createInstanceWithWsi() 138 const Extensions& supportedExtensions, in createDeviceWithWsi() argument 168 …if (!isCoreDeviceExtension(apiVersion, extName) && !isExtensionSupported(supportedExtensions, Requ… in createDeviceWithWsi() 213 const Extensions& supportedExtensions, in createDeviceWithWsi() argument 219 …return createDeviceWithWsi(vkp, apiVersion, instance, vki, physicalDevice, supportedExtensions, ad… in createDeviceWithWsi() 224 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 | 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 | 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 | vktWsiDisplayControlTests.cpp | 102 const Extensions& supportedExtensions, in createTestDevice() argument 146 if (!isExtensionSupported(supportedExtensions, RequiredExtension(ext))) in createTestDevice()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 81 SupportedExtensions supportedExtensions; in checkSupport() local 83 …supportedExtensions.cubeMapArray = renderCtxInfoid.isExtensionSupported("GL_EXT_texture_cube_map_a… in checkSupport() 84 supportedExtensions.sRGBR8 = renderCtxInfoid.isExtensionSupported("GL_EXT_texture_sRGB_R8"); in checkSupport() 86 return supportedExtensions; in checkSupport() 159 const SupportedExtensions supportedExtensions = checkSupport(m_renderCtxInfo); in init() local 161 if ((supportedExtensions.cubeMapArray && m_format != GL_SR8_EXT) || in init() 162 (supportedExtensions.cubeMapArray && m_format == GL_SR8_EXT && supportedExtensions.sRGBR8)) in init() 180 if (supportedExtensions.cubeMapArray == false) in init() 183 if (supportedExtensions.sRGBR8 == false) in init()
|
/external/deqp/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()
|
/external/deqp/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()
|
/external/angle/src/libANGLE/ |
D | Context.cpp | 3383 Extensions supportedExtensions = mImplementation->getNativeExtensions(); in generateSupportedExtensions() local 3386 supportedExtensions.parallelShaderCompile = true; in generateSupportedExtensions() 3391 supportedExtensions.pointSizeArrayOES = true; in generateSupportedExtensions() 3392 supportedExtensions.textureCubeMapOES = true; in generateSupportedExtensions() 3393 supportedExtensions.pointSpriteOES = true; in generateSupportedExtensions() 3394 supportedExtensions.drawTextureOES = true; in generateSupportedExtensions() 3395 supportedExtensions.framebufferObjectOES = true; in generateSupportedExtensions() 3396 supportedExtensions.parallelShaderCompile = false; in generateSupportedExtensions() 3397 supportedExtensions.texture3DOES = false; in generateSupportedExtensions() 3398 supportedExtensions.clipDistanceAPPLE = false; in generateSupportedExtensions() [all …]
|
/external/deqp/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()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 1781 void checkAllSupported(const Extensions& supportedExtensions, const vector<string>& requiredExtensi… in checkAllSupported() argument 1787 if (!isExtensionSupported(supportedExtensions, RequiredExtension(*requiredExtName))) in checkAllSupported() 1793 const Extensions& supportedExtensions, in createInstanceWithWsi() argument 1812 if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_swapchain_colorspace"))) in createInstanceWithWsi() 1815 checkAllSupported(supportedExtensions, extensions); in createInstanceWithWsi() 1825 const Extensions& supportedExtensions, in createDeviceWithWsi() argument 1863 if (!isExtensionSupported(supportedExtensions, RequiredExtension(extensions[ndx]))) in createDeviceWithWsi() 1872 const vector<VkExtensionProperties> supportedExtensions; member 1877 : supportedExtensions(enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper() 1880 supportedExtensions, in InstanceHelper() [all …]
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 96 const gl::Extensions &supportedExtensions) in GetTextureSRGBOverrideSupport() argument 134 if (supportedExtensions.textureCompressionS3TCsRGB) in GetTextureSRGBOverrideSupport() 143 if (supportedExtensions.sRGBR8EXT) in GetTextureSRGBOverrideSupport() 152 if (supportedExtensions.sRGBRG8EXT) in GetTextureSRGBOverrideSupport() 161 if (supportedExtensions.textureCompressionBPTC) in GetTextureSRGBOverrideSupport()
|
/external/deqp/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()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryBuiltinTests.cpp | 4007 … const auto supportedExtensions = enumerateDeviceExtensionProperties(vki, physicalDevice, nullptr); in checkSupport() local 4009 if (!isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_robustness2"))) in checkSupport() 4027 … const auto supportedExtensions = enumerateDeviceExtensionProperties(vki, physicalDevice, nullptr); in prepareTestEnvironment() local 4041 …if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_deferred_host_operations")… in prepareTestEnvironment() 4046 … if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_buffer_device_address"))) in prepareTestEnvironment() 4053 … if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_acceleration_structure"))) in prepareTestEnvironment() 4061 if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_ray_query"))) in prepareTestEnvironment() 4068 if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_ray_tracing_pipeline"))) in prepareTestEnvironment()
|