Home
last modified time | relevance | path

Searched refs:contextSupports (Results 1 – 25 of 187) sorted by relevance

12345678

/third_party/vk-gl-cts/framework/opengl/
DgluStateReset.cpp75 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
81 if (contextSupports(type, ApiType::es(3,1))) in resetStateES()
89 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
103 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
118 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
130 if (contextSupports(type, ApiType::es(3,1))) in resetStateES()
149 …amp = ctxInfo.isExtensionSupported("GL_EXT_texture_border_clamp") || contextSupports(type, ApiType… in resetStateES()
165 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
179 if (contextSupports(type, ApiType::es(3,1))) in resetStateES()
198 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
[all …]
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkMandatoryFeatures.inl820 if ( context.contextSupports(vk::ApiVersion(0, 1, 2, 0)) )
831 …if ( context.contextSupports(vk::ApiVersion(0, 1, 2, 0)) || context.contextSupports(vk::ApiVersion…
842 if ( context.contextSupports(vk::ApiVersion(0, 1, 3, 0)) )
1114 …if ( context.contextSupports(vk::ApiVersion(0, 1, 1, 0)) && isExtensionStructSupported(deviceExten…
1123 …if ( context.contextSupports(vk::ApiVersion(0, 1, 1, 0)) && isExtensionStructSupported(deviceExten…
1132 …if ( context.contextSupports(vk::ApiVersion(0, 1, 1, 0)) && isExtensionStructSupported(deviceExten…
1141 …if ( context.contextSupports(vk::ApiVersion(0, 1, 1, 0)) && isExtensionStructSupported(deviceExten…
1150 …if ( context.contextSupports(vk::ApiVersion(0, 1, 1, 0)) && isExtensionStructSupported(deviceExten…
1159 …if ( context.contextSupports(vk::ApiVersion(0, 1, 1, 0)) && isExtensionStructSupported(deviceExten…
1168 …if ( context.contextSupports(vk::ApiVersion(0, 1, 1, 0)) && isExtensionStructSupported(deviceExten…
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cCommonBugsTests.cpp216 if (!glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(3, 1))) in iterate()
882 if (glu::contextSupports(context_type, glu::ApiType::core(3, 2))) in iterate()
887 if (glu::contextSupports(context_type, glu::ApiType::core(4, 0))) in iterate()
916 if (!glu::contextSupports(context_type, current_iteration_min_context_type)) in iterate()
1503 bool expected_outcome = glu::contextSupports(context_type, glu::ApiType::core(4, 4)); in iterate()
1513 const char* cs_body_parts[] = { (!glu::contextSupports(context_type, glu::ApiType::core(4, 3))) ? in iterate()
1516 (!glu::contextSupports(context_type, glu::ApiType::core(4, 4))) ? in iterate()
1892 const bool include_cull_distance = glu::contextSupports(context_type, glu::ApiType::core(4, 5)); in getTestIterationProperties()
2332 if (glu::contextSupports(context_type, glu::ApiType::core(3, 2))) in getTestIterationProperties()
2337 if (glu::contextSupports(context_type, glu::ApiType::core(4, 0))) in getTestIterationProperties()
[all …]
Dgl4cSpirvExtensionsTests.cpp59 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) && in init()
65 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) && in init()
Dgl4cDirectStateAccessProgramPipelinesTests.cpp77 …bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in iterate()
198 …bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in iterate()
410 …bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in iterate()
503 …bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
DesextcTestCaseBase.cpp97 if (glu::contextSupports(context_type, glu::ApiType::core(4, 0))) in initExtensions()
107 …m_is_shader_image_atomic_supported = glu::contextSupports(context_type, glu::ApiType::core(4, … in initExtensions()
109 glu::contextSupports(context_type, glu::ApiType::core(4, 3)); in initExtensions()
110 …m_is_framebuffer_no_attachments_supported = glu::contextSupports(context_type, glu::ApiType::core… in initExtensions()
111 …m_is_program_interface_query_supported = glu::contextSupports(context_type, glu::ApiType::core(4,… in initExtensions()
112 …m_is_texture_storage_multisample_supported = glu::contextSupports(context_type, glu::ApiType::core… in initExtensions()
113 …m_is_shader_image_load_store_supported = glu::contextSupports(context_type, glu::ApiType::core(4,… in initExtensions()
114 m_is_viewport_array_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 1)); in initExtensions()
116 else if (glu::contextSupports(context_type, glu::ApiType::es(3, 2))) in initExtensions()
140 DE_ASSERT(glu::contextSupports(context_type, glu::ApiType::es(3, 1))); in initExtensions()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderMultisampleInterpolationStateQueryTests.cpp82 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in init()
83 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in init()
140 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in init()
141 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in init()
Des31fSampleVariableTests.cpp280 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in init()
281 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)); in init()
317 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in genFragmentSource()
318 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)); in genFragmentSource()
399 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in genFragmentSource()
400 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)); in genFragmentSource()
488 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in genFragmentSource()
489 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)); in genFragmentSource()
663 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in genFragmentSource()
664 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)); in genFragmentSource()
[all …]
Des31fNegativePreciseTests.cpp65 …const bool supportsES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in generateShaderSource()
162 contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in checkSupport()
163 contextSupports(ctx.getRenderContext().getType(), glu::ApiType::core(4, 5)); in checkSupport()
Des31fNegativeAdvancedBlendEquationTests.cpp134 …const bool supportsES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in generateVertexShaderSource()
149 …const bool supportsES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in generateFragmentShaderSource()
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()
Des31fNegativeShaderFramebufferFetchTests.cpp126 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in last_frag_data_not_defined()
209 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in invalid_redeclaration_inout()
241 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in invalid_vertex_inout()
Des31fNegativeComputeTests.cpp122 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in generateComputeShader()
385 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in program_not_active()
446 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in invalid_program_query()
496 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in invalid_dispatch_compute_indirect()
587 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in invalid_maximum_work_group_counts()
651 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3… in invalid_maximum_work_group_sizes()
709 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3… in invalid_layout_qualifiers()
811 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(… in invalid_write_built_in_constants()
Des31fIntegerStateQueryTests.cpp123 if (contextSupports(ctxType, glu::ApiType::es(3, 2)) || in init()
124 contextSupports(ctxType, glu::ApiType::core(4, 5))) in init()
209 if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))) in iterate()
210 …TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(m_context.getRenderContext().getType(), m_m… in iterate()
216 …const int value = contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2… in iterate()
264 if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))) in iterate()
265 …TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(m_context.getRenderContext().getType(), m_m… in iterate()
515 if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))) in iterate()
516 …TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(m_context.getRenderContext().getType(), m_m… in iterate()
622 if (contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2))) in iterate()
[all …]
Des31fBooleanStateQueryTests.cpp73 if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))) in iterate()
74 …TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(m_context.getRenderContext().getType(), m_m… in iterate()
Des31fShaderStateQueryTests.cpp101 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in iterate()
102 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in iterate()
385 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in init()
386 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in init()
Des31fNegativeSampleVariablesTests.cpp81 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in getVersionAndExtension()
95 …const bool isES32orGL45 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)… in checkSupported()
96 contextSupports(ctx.getRenderContext().getType(), glu::ApiType::core(4, 5)); in checkSupported()
Des31fSampleShadingTests.cpp53 return contextSupports(contextType, glu::ApiType::es(3, 2)) || in checkSupport()
54 contextSupports(contextType, glu::ApiType::core(4, 5)) || in checkSupport()
417 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in genFragmentSource()
418 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)); in genFragmentSource()
Des31fShaderBuiltinConstantTests.cpp161 …const bool supportsES32orGL45 = contextSupports(m_context.getRenderContext().getType(), glu::ApiTy… in init()
162 contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)); in init()
204 const bool supportsES32orGL45 = contextSupports(renderCtx.getType(), glu::ApiType::es(3, 2)) || in createGetConstantExecutor()
205 contextSupports(renderCtx.getType(), glu::ApiType::core(4, 5)); in createGetConstantExecutor()
Des31fNegativeVertexArrayApiTests.cpp432 const bool isES32 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)); in draw_arrays()
496 const bool isES32 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)); in draw_arrays_incomplete_primitive()
533 const bool isES32 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)); in draw_elements()
647 const bool isES32 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)); in draw_elements_incomplete_primitive()
724 return contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in checkSupport()
725 contextSupports(ctx.getRenderContext().getType(), glu::ApiType::core(4, 5)); in checkSupport()
786 const bool isES32 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)); in draw_arrays_instanced()
859 const bool isES32 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)); in draw_arrays_instanced_incomplete_primitive()
898 const bool isES32 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)); in draw_elements_instanced()
1021 const bool isES32 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)); in draw_elements_instanced_incomplete_primitive()
[all …]
Des31fFboTestCase.cpp157 const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in isRequiredFormat()
158 const bool supportsGL45 = glu::contextSupports(renderContext.getType(), glu::ApiType::core(4, 5)); in isRequiredFormat()
226 …const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)… in getEnablingExtensions()
Des31fInternalFormatQueryTests.cpp77 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in init()
78 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in init()
96 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in iterate()
97 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in iterate()
/third_party/vk-gl-cts/modules/glshared/
DglsTextureStateQueryTests.cpp600 if (contextSupports(contextType, glu::ApiType::core(4,5))) in isCoreTextureTarget()
602 else if (contextSupports(contextType, glu::ApiType::es(3,2))) in isCoreTextureTarget()
604 else if (contextSupports(contextType, glu::ApiType::es(3,1))) in isCoreTextureTarget()
606 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in isCoreTextureTarget()
617 if (contextSupports(contextType, glu::ApiType::core(4,5))) in isCoreTextureParam()
619 else if (contextSupports(contextType, glu::ApiType::es(3,2))) in isCoreTextureParam()
621 else if (contextSupports(contextType, glu::ApiType::es(3,1))) in isCoreTextureParam()
623 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in isCoreTextureParam()
634 if (contextSupports(contextType, glu::ApiType::core(4,5))) in isCoreQuery()
636 else if (contextSupports(contextType, glu::ApiType::es(3,2))) in isCoreQuery()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.hpp129 …bool contextSupports (const deUint32 variantNum, const deUint32 majorNum, const deUi…
130 bool contextSupports (const vk::ApiVersion version) const;
131 bool contextSupports (const deUint32 requiredApiVersionBits) const;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktTestCase.hpp129 …bool contextSupports (const deUint32 variantNum, const deUint32 majorNum, const deUi…
130 bool contextSupports (const vk::ApiVersion version) const;
131 bool contextSupports (const deUint32 requiredApiVersionBits) const;
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderMacroTests.cpp120 if (glu::contextSupports(contextType, glu::ApiType::es(3, 2))) in init()
127 else if (glu::contextSupports(contextType, glu::ApiType::es(3, 1))) in init()

12345678