Home
last modified time | relevance | path

Searched refs:supportedExtensions (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiColorSpaceTests.cpp81 void checkAllSupported (const Extensions& supportedExtensions, const vector<string>& requiredExtens… in checkAllSupported() argument
87 if (!isExtensionSupported(supportedExtensions, RequiredExtension(*requiredExtName))) in checkAllSupported()
94 const Extensions& supportedExtensions, in createInstanceWithWsi() argument
113 if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_swapchain_colorspace"))) in createInstanceWithWsi()
116 checkAllSupported(supportedExtensions, extensions); in createInstanceWithWsi()
132 const Extensions& supportedExtensions, in createDeviceWithWsi() argument
151 if (!isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_swapchain"))) in createDeviceWithWsi()
155 if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_hdr_metadata"))) in createDeviceWithWsi()
210 const vector<VkExtensionProperties> supportedExtensions; member
215 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper()
[all …]
DvktWsiSurfaceTests.cpp174 const Extensions& supportedExtensions, in createInstanceWithWsi() argument
190 …if (!isInstanceExtensionSupported(version, supportedExtensions, RequiredExtension(*extensionName))) in createInstanceWithWsi()
202 const vector<VkExtensionProperties> supportedExtensions; member
207 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper()
211 supportedExtensions, in InstanceHelper()
219 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper()
223 supportedExtensions, in InstanceHelper()
232 const Extensions& supportedExtensions, in createDisplay() argument
241 if (isExtensionSupported(supportedExtensions, RequiredExtension(getExtensionName(wsiType))) && in createDisplay()
273 const Extensions& supportedExtensions, in NativeObjects()
[all …]
DvktWsiSwapchainTests.cpp80 void checkAllSupported (const Extensions& supportedExtensions, const vector<string>& requiredExtens… in checkAllSupported() argument
86 if (!isExtensionSupported(supportedExtensions, RequiredExtension(*requiredExtName))) in checkAllSupported()
93 const Extensions& supportedExtensions, in createInstanceWithWsi() argument
112 if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_swapchain_colorspace"))) in createInstanceWithWsi()
115 checkAllSupported(supportedExtensions, extensions); in createInstanceWithWsi()
131 const Extensions& supportedExtensions, in createDeviceWithWsi() argument
165 if (!isExtensionSupported(supportedExtensions, RequiredExtension(extensions[ndx]))) in createDeviceWithWsi()
207 const vector<VkExtensionProperties> supportedExtensions; member
212 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper()
216 supportedExtensions, in InstanceHelper()
[all …]
DvktWsiSharedPresentableImageTests.cpp70 void checkAllSupported (const Extensions& supportedExtensions, const vector<string>& requiredExtens… in checkAllSupported() argument
76 if (!isExtensionSupported(supportedExtensions, vk::RequiredExtension(*requiredExtName))) in checkAllSupported()
83 const Extensions& supportedExtensions, in createInstanceWithWsi() argument
97 checkAllSupported(supportedExtensions, extensions); in createInstanceWithWsi()
146 const Extensions& supportedExtensions, in createDeviceWithWsi() argument
186 if (!isExtensionSupported(supportedExtensions, vk::RequiredExtension(extensions[ndx]))) in createDeviceWithWsi()
194 const Extensions& supportedExtensions, in createDisplay() argument
203 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))) && in createDisplay()
DvktWsiDisplayTimingTests.cpp68 void checkAllSupported (const Extensions& supportedExtensions, const vector<string>& requiredExtens… in checkAllSupported() argument
74 if (!isExtensionSupported(supportedExtensions, vk::RequiredExtension(*requiredExtName))) in checkAllSupported()
81 const Extensions& supportedExtensions, in createInstanceWithWsi() argument
89 checkAllSupported(supportedExtensions, extensions); in createInstanceWithWsi()
138 const Extensions& supportedExtensions, in createDeviceWithWsi() argument
178 if (!isExtensionSupported(supportedExtensions, vk::RequiredExtension(extensions[ndx]))) in createDeviceWithWsi()
186 const Extensions& supportedExtensions, in createDisplay() argument
195 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))) && in createDisplay()
DvktWsiIncrementalPresentTests.cpp70 void checkAllSupported (const Extensions& supportedExtensions, const vector<string>& requiredExtens… in checkAllSupported() argument
76 if (!isExtensionSupported(supportedExtensions, vk::RequiredExtension(*requiredExtName))) in checkAllSupported()
83 const Extensions& supportedExtensions, in createInstanceWithWsi() argument
91 checkAllSupported(supportedExtensions, extensions); in createInstanceWithWsi()
140 const Extensions& supportedExtensions, in createDeviceWithWsi() argument
180 if (!isExtensionSupported(supportedExtensions, vk::RequiredExtension(extensions[ndx]))) in createDeviceWithWsi()
188 const Extensions& supportedExtensions, in createDisplay() argument
197 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))) && in createDisplay()
/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp81 SupportedExtensions supportedExtensions; in checkSupport() local
83supportedExtensions.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/
DvktProtectedMemWsiSwapchainTests.cpp71 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 …]
DvktProtectedMemUtils.cpp85 const Extensions supportedExtensions(vk::enumerateInstanceExtensionProperties(vkp, DE_NULL)); in makeProtectedMemInstance() local
107 …if (!isInstanceExtensionSupported(context.getUsedApiVersion(), supportedExtensions, vk::RequiredEx… in makeProtectedMemInstance()
157 …const Extensions supportedExtensions (vk::enumerateDeviceExtensionProperties(vkd, physicalDevi… in makeProtectedMemDevice() local
169 …if (!isDeviceExtensionSupported(apiVersion, supportedExtensions, vk::RequiredExtension(extensions[… in makeProtectedMemDevice()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp1838 void checkAllSupported(const Extensions& supportedExtensions, const vector<string>& requiredExtensi… in checkAllSupported() argument
1844 if (!isExtensionSupported(supportedExtensions, RequiredExtension(*requiredExtName))) in checkAllSupported()
1851 const Extensions& supportedExtensions, in createInstanceWithWsi() argument
1870 if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_swapchain_colorspace"))) in createInstanceWithWsi()
1873 checkAllSupported(supportedExtensions, extensions); in createInstanceWithWsi()
1883 const Extensions& supportedExtensions, in createDeviceWithWsi() argument
1919 if (!isExtensionSupported(supportedExtensions, RequiredExtension(extensions[ndx]))) in createDeviceWithWsi()
1961 const vector<VkExtensionProperties> supportedExtensions; member
1966 : supportedExtensions(enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper()
1970 supportedExtensions, in InstanceHelper()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp75 void checkAllSupported (const Extensions& supportedExtensions, const vector<string>& requiredExtens… in checkAllSupported() argument
79 if (!isExtensionSupported(supportedExtensions, RequiredExtension(*requiredExtName))) in checkAllSupported()
86 const Extensions& supportedExtensions) in createInstanceWithGetPhysicalDeviceProperties2() argument
93 checkAllSupported(supportedExtensions, extensions); in createInstanceWithGetPhysicalDeviceProperties2()
102 const Extensions& supportedExtensions, in createDeviceWithPushDescriptor() argument
139 if (!isExtensionSupported(supportedExtensions, RequiredExtension(extensions[0]))) in createDeviceWithPushDescriptor()
DvktPipelineMultisampleTests.cpp1819 …std::vector<VkExtensionProperties> supportedExtensions = enumerateDeviceExtensionProperties(contex… in SampleMaskWithDepthTestInstance() local
1821 if (!isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_post_depth_coverage"))) in SampleMaskWithDepthTestInstance()
DvktPipelineMultisampleSampleLocationsExtTests.cpp190 …const std::vector<VkExtensionProperties> supportedExtensions = enumerateDeviceExtensionProperties(… in requireExtensions() local
192 if (!isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_sample_locations"))) in requireExtensions()