Home
last modified time | relevance | path

Searched refs:isExtensionSupported (Results 1 – 25 of 214) sorted by relevance

123456789

/external/deqp/external/vulkancts/framework/vulkan/
DvkMandatoryFeatures.inl22 if ( isExtensionSupported(deviceExtensions, RequiredExtension("VK_KHR_16bit_storage")) )
32 if ( isExtensionSupported(deviceExtensions, RequiredExtension("VK_EXT_4444_formats")) )
42 if ( isExtensionSupported(deviceExtensions, RequiredExtension("VK_KHR_8bit_storage")) )
52 if ( isExtensionSupported(deviceExtensions, RequiredExtension("VK_KHR_acceleration_structure")) )
62 …if ( isExtensionSupported(deviceExtensions, RequiredExtension("VK_KHR_buffer_device_address")) || …
72 if ( isExtensionSupported(deviceExtensions, RequiredExtension("VK_EXT_color_write_enable")) )
82 if ( isExtensionSupported(deviceExtensions, RequiredExtension("VK_EXT_conditional_rendering")) )
92 if ( isExtensionSupported(deviceExtensions, RequiredExtension("VK_EXT_depth_clip_enable")) )
102 …if ( isExtensionSupported(deviceExtensions, RequiredExtension("VK_EXT_descriptor_indexing")) || co…
112 if ( isExtensionSupported(deviceExtensions, RequiredExtension("VK_EXT_extended_dynamic_state2")) )
[all …]
DvkQueryUtil.hpp117 bool isExtensionSupported (ExtensionIterator begin, ExtensionIterator end, const Requi…
118 bool isExtensionSupported (const std::vector<VkExtensionProperties>& extensions, const…
321 bool isExtensionSupported (ExtensionIterator begin, ExtensionIterator end, const RequiredExtension&… in isExtensionSupported() function
/external/deqp/external/openglcts/modules/glesext/
DesextcTestCaseBase.cpp131isExtensionSupported("GL_OES_geometry_point_size") || isExtensionSupported("GL_EXT_geometry_point_… in initExtensions()
132 …m_is_tessellation_shader_point_size_supported = isExtensionSupported("GL_OES_tessellation_point_si… in initExtensions()
133 isExtensionSupported("GL_EXT_tessellation_point_size"); in initExtensions()
134 m_is_viewport_array_supported = isExtensionSupported("GL_OES_viewport_array"); in initExtensions()
152 m_is_geometry_shader_extension_supported = isExtensionSupported("GL_OES_geometry_shader"); in initExtensions()
153 m_is_geometry_shader_point_size_supported = isExtensionSupported("GL_OES_geometry_point_size"); in initExtensions()
154 m_is_gpu_shader5_supported = isExtensionSupported("GL_OES_gpu_shader5"); in initExtensions()
155 m_is_tessellation_shader_supported = isExtensionSupported("GL_OES_tessellation_shader"); in initExtensions()
156 …m_is_tessellation_shader_point_size_supported = isExtensionSupported("GL_OES_tessellation_point_si… in initExtensions()
157 m_is_texture_cube_map_array_supported = isExtensionSupported("GL_OES_texture_cube_map_array"); in initExtensions()
[all …]
/external/deqp/modules/gles31/functional/
Des31fNegativeTestShared.cpp121 return getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"); in isShaderSupported()
124 return getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"); in isShaderSupported()
130 bool NegativeTestContext::isExtensionSupported (std::string extension) in isExtensionSupported() function in deqp::gles31::Functional::NegativeTestShared::NegativeTestContext
132 return getContextInfo().isExtensionSupported(extension.c_str()); in isExtensionSupported()
Des31fNegativeSampleVariablesTests.cpp98 if (!isES32orGL45 && !ctx.isExtensionSupported("GL_OES_sample_variables")) in checkSupported()
143 …if ((!ctx.isExtensionSupported("GL_EXT_tessellation_shader") && !ctx.isExtensionSupported("GL_OES_… in access_built_in_types_inside_other_shaders()
144 …(!ctx.isExtensionSupported("GL_EXT_geometry_shader") && !ctx.isExtensionSupported("GL_OES_geometry… in access_built_in_types_inside_other_shaders()
Des31fNegativeAdvancedBlendEquationTests.cpp175 …ctx.isExtensionSupported("GL_KHR_blend_equation_advanced") || contextSupports(ctx.getRenderContext… in blend_qualifier_mismatch()
222 …ctx.isExtensionSupported("GL_KHR_blend_equation_advanced") || contextSupports(ctx.getRenderContext… in attachment_advanced_equation()
259 if (ctx.isExtensionSupported("GL_NVX_blend_equation_advanced_multi_draw_buffers")) in attachment_advanced_equation()
Des31fShaderMultisampleInterpolationStateQueryTests.cpp85 …if (!isES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_i… in init()
135 …if (!isES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_i… in init()
Des31fOpaqueTypeIndexingTests.cpp373 m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"), in init()
378 m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"), in init()
383 m_context.getContextInfo().isExtensionSupported("GL_EXT_gpu_shader5"), in init()
392 m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_cube_map_array"), in init()
750 m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"), in init()
755 m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"), in init()
760 m_context.getContextInfo().isExtensionSupported("GL_EXT_gpu_shader5"), in init()
1000 m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"), in init()
1005 m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"), in init()
1010 m_context.getContextInfo().isExtensionSupported("GL_EXT_gpu_shader5"), in init()
Des31fAndroidExtensionPackES31ATests.cpp66 if (!m_context.getContextInfo().isExtensionSupported("GL_ANDROID_extension_pack_es31a")) in init()
143 if (m_context.getContextInfo().isExtensionSupported(m_extension.c_str())) in iterate()
Des31fAdvancedBlendTests.cpp249 …m_coherentExtensionSupported = m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equat… in init()
252 if (!m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equation_advanced")) in init()
617 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_ble… in iterate()
681 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_ble… in iterate()
738 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_ble… in iterate()
739 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_dra… in iterate()
Des31fIntegerStateQueryTests.cpp127 …== GL_TEXTURE_2D_MULTISAMPLE_ARRAY && !m_context.getContextInfo().isExtensionSupported("GL_OES_tex… in init()
129 …if (m_texTarget == GL_TEXTURE_CUBE_MAP_ARRAY && !m_context.getContextInfo().isExtensionSupported("… in init()
131 …if (m_texTarget == GL_TEXTURE_BUFFER && !m_context.getContextInfo().isExtensionSupported("GL_EXT_t… in init()
628 if (m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader")) in iterate()
635 else if (m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) in iterate()
685 if (m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader")) in iterate()
692 else if (m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) in iterate()
741 if (m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader")) in iterate()
748 else if (m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) in iterate()
Des31fShaderMultisampleInterpolationTests.cpp134 …if (!checkSupport(m_context) && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_mu… in init()
675 …if (!checkSupport(m_context) && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_mu… in init()
786 …if (!checkSupport(m_context) && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_mu… in init()
965 …if (!checkSupport(m_context) && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_mu… in init()
967 …if (!checkSupport(m_context) && !m_context.getContextInfo().isExtensionSupported("GL_OES_sample_va… in init()
1238 …if (!checkSupport(m_context) && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_mu… in init()
1369 …if (!checkSupport(m_context) && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_mu… in init()
1371 …if (!checkSupport(m_context) && !m_context.getContextInfo().isExtensionSupported("GL_OES_sample_va… in init()
1489 …if (!checkSupport(m_context) && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_mu… in init()
/external/deqp/external/openglcts/modules/common/
DglcParallelShaderCompileTests.cpp83 …const bool supportParallel = (isGL && contextInfo.isExtensionSupported("GL_ARB_parallel_shader_… in iterate()
84 contextInfo.isExtensionSupported("GL_KHR_parallel_shader_compile"); in iterate()
173 …const bool supportParallel = (isGL && contextInfo.isExtensionSupported("GL_ARB_parallel_shader_… in iterate()
174 contextInfo.isExtensionSupported("GL_KHR_parallel_shader_compile"); in iterate()
236 …const bool supportParallel = (isGL && contextInfo.isExtensionSupported("GL_ARB_parallel_shader_… in iterate()
237 contextInfo.isExtensionSupported("GL_KHR_parallel_shader_compile"); in iterate()
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp181 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate()
367 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate()
454 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate()
552 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate()
693 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate()
818 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate()
952 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate()
1076 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate()
1161 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate()
Des31cFramebufferNoAttachmentsTests.cpp238 if (m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader") || in iterate()
239 m_context.getContextInfo().isExtensionSupported("GL_OES_geometry_shader")) in iterate()
246 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader") && in iterate()
247 !m_context.getContextInfo().isExtensionSupported("GL_OES_geometry_shader")) in iterate()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderBallotTests.cpp493 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") || in iterate()
494 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64")) in iterate()
569 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") || in iterate()
570 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64")) in iterate()
645 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") || in iterate()
646 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64")) in iterate()
718 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") || in iterate()
719 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64")) in iterate()
Dgl4cSpirvExtensionsTests.cpp60 !m_context.getContextInfo().isExtensionSupported("GL_ARB_spirv_extensions")) in init()
66 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gl_spirv")) in init()
Dgl4cDirectStateAccessProgramPipelinesTests.cpp78 …bool is_arb_direct_state_access = m_context.getContextInfo().isExtensionSupported("GL_ARB_direct_s… in iterate()
199 …bool is_arb_direct_state_access = m_context.getContextInfo().isExtensionSupported("GL_ARB_direct_s… in iterate()
411 …bool is_arb_direct_state_access = m_context.getContextInfo().isExtensionSupported("GL_ARB_direct_s… in iterate()
504 …bool is_arb_direct_state_access = m_context.getContextInfo().isExtensionSupported("GL_ARB_direct_s… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiFullScreenExclusiveTests.cpp74 if (!isExtensionSupported(supportedExtensions, RequiredExtension(*requiredExtName))) in checkAllSupported()
89 …if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_get_surface_capabilities2"… in createInstanceWithWsi()
128 if (!isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_swapchain"))) in createDeviceWithWsi()
132 if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_full_screen_exclusive"))) in createDeviceWithWsi()
212 if (isExtensionSupported(supportedExtensions, RequiredExtension(getExtensionName(wsiType))) && in createDisplay()
346 if (!isExtensionSupported(deviceExtensions, RequiredExtension("VK_EXT_full_screen_exclusive"))) in fullScreenExclusiveTest()
DvktWsiColorSpaceTests.cpp91 if (!isExtensionSupported(supportedExtensions, RequiredExtension(*requiredExtName))) in checkAllSupported()
116 if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_swapchain_colorspace"))) in createInstanceWithWsi()
155 if (!isExtensionSupported(supportedExtensions, RequiredExtension("VK_KHR_swapchain"))) in createDeviceWithWsi()
159 if (isExtensionSupported(supportedExtensions, RequiredExtension("VK_EXT_hdr_metadata"))) in createDeviceWithWsi()
235 if (isExtensionSupported(supportedExtensions, RequiredExtension(getExtensionName(wsiType))) && in createDisplay()
684 if (checkHdr && !isExtensionSupported(deviceExtensions, RequiredExtension("VK_EXT_hdr_metadata"))) in surfaceFormatRenderTest()
/external/deqp/framework/opengl/
DgluStateReset.cpp149 …const bool supportsBorderClamp = ctxInfo.isExtensionSupported("GL_EXT_texture_border_clamp") || co… in resetStateES()
285 if (ctxInfo.isExtensionSupported("GL_OES_texture_storage_multisample_2d_array")) in resetStateES()
296 if (ctxInfo.isExtensionSupported("GL_EXT_texture_cube_map_array")) in resetStateES()
334 if (ctxInfo.isExtensionSupported("GL_EXT_draw_buffers_indexed")) in resetStateES()
372 if (ctxInfo.isExtensionSupported("GL_EXT_sRGB_write_control")) in resetStateES()
576 …if (contextSupports(type, ApiType::es(3,1)) && ctxInfo.isExtensionSupported("GL_OES_sample_shading… in resetStateES()
585 if (ctxInfo.isExtensionSupported("GL_KHR_debug")) in resetStateES()
614 if (ctxInfo.isExtensionSupported("GL_EXT_primitive_bounding_box")) in resetStateES()
621 if (ctxInfo.isExtensionSupported("GL_EXT_tessellation_shader")) in resetStateES()
628 if (ctxInfo.isExtensionSupported("GL_KHR_blend_equation_advanced_coherent")) in resetStateES()
[all …]
DgluContextInfo.hpp96 bool isExtensionSupported (const char* extName) const;
/external/deqp/modules/gles3/functional/
Des3fShaderFragDataTests.cpp64 static bool isExtensionSupported (const glu::RenderContext& renderCtx, const std::string& extension) in isExtensionSupported() function
251 …if(!isExtensionSupported(renderCtx, "GL_EXT_draw_buffers") && !isExtensionSupported(renderCtx, "GL… in iterate()
Des3fMultiviewTests.cpp156 bool mvsupported = contextInfo.isExtensionSupported("GL_OVR_multiview"); in init()
164 …bool msaasupported = contextInfo.isExtensionSupported("GL_OVR_multiview_multisampled_render_to_tex… in init()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingNullASTests.cpp298 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()

123456789