/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMandatoryFeatures.inl | 22 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 …]
|
D | vkQueryUtil.hpp | 117 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/ |
D | esextcTestCaseBase.cpp | 131 …isExtensionSupported("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/ |
D | es31fNegativeTestShared.cpp | 121 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()
|
D | es31fNegativeSampleVariablesTests.cpp | 98 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()
|
D | es31fNegativeAdvancedBlendEquationTests.cpp | 175 …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()
|
D | es31fShaderMultisampleInterpolationStateQueryTests.cpp | 85 …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()
|
D | es31fOpaqueTypeIndexingTests.cpp | 373 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()
|
D | es31fAndroidExtensionPackES31ATests.cpp | 66 if (!m_context.getContextInfo().isExtensionSupported("GL_ANDROID_extension_pack_es31a")) in init() 143 if (m_context.getContextInfo().isExtensionSupported(m_extension.c_str())) in iterate()
|
D | es31fAdvancedBlendTests.cpp | 249 …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()
|
D | es31fIntegerStateQueryTests.cpp | 127 …== 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()
|
D | es31fShaderMultisampleInterpolationTests.cpp | 134 …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/ |
D | glcParallelShaderCompileTests.cpp | 83 …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/ |
D | es31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp | 181 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()
|
D | es31cFramebufferNoAttachmentsTests.cpp | 238 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/ |
D | gl4cShaderBallotTests.cpp | 493 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()
|
D | gl4cSpirvExtensionsTests.cpp | 60 !m_context.getContextInfo().isExtensionSupported("GL_ARB_spirv_extensions")) in init() 66 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gl_spirv")) in init()
|
D | gl4cDirectStateAccessProgramPipelinesTests.cpp | 78 …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/ |
D | vktWsiFullScreenExclusiveTests.cpp | 74 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()
|
D | vktWsiColorSpaceTests.cpp | 91 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/ |
D | gluStateReset.cpp | 149 …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 …]
|
D | gluContextInfo.hpp | 96 bool isExtensionSupported (const char* extName) const;
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderFragDataTests.cpp | 64 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()
|
D | es3fMultiviewTests.cpp | 156 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/ |
D | vktRayTracingNullASTests.cpp | 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()
|