Home
last modified time | relevance | path

Searched refs:isES32 (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeComputeTests.cpp122 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in generateComputeShader() local
123 const char* const shaderVersion = isES32 in generateComputeShader()
385 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in program_not_active() local
387 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in program_not_active()
446 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in invalid_program_query() local
448 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in invalid_program_query()
496 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in invalid_dispatch_compute_indirect() local
498 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in invalid_dispatch_compute_indirect()
587 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in invalid_maximum_work_group_counts() local
589 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in invalid_maximum_work_group_counts()
[all …]
Des31fNegativeShaderFramebufferFetchTests.cpp126 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in last_frag_data_not_defined() local
128 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in last_frag_data_not_defined()
209 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in invalid_redeclaration_inout() local
211 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in invalid_redeclaration_inout()
241 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in invalid_vertex_inout() local
243 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in invalid_vertex_inout()
Des31fNegativeShaderStorageTests.cpp113 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in genBlockSource() local
114 const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION_310_ES; in genBlockSource()
118 << ((isES32) ? "" : getShaderExtensionDeclaration(shaderType)); in genBlockSource()
159 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in genCommonSource() local
160 const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION_310_ES; in genCommonSource()
164 << ((isES32) ? "" : getShaderExtensionDeclaration(shaderType)); in genCommonSource()
Des31fNegativeVertexArrayApiTests.cpp432 const bool isES32 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)); in draw_arrays() local
435 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in draw_arrays()
496 const bool isES32 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)); in draw_arrays_incomplete_primitive() local
499 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in draw_arrays_incomplete_primitive()
533 const bool isES32 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)); in draw_elements() local
539 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in draw_elements()
647 const bool isES32 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)); in draw_elements_incomplete_primitive() local
653 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in draw_elements_incomplete_primitive()
786 const bool isES32 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)); in draw_arrays_instanced() local
789 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in draw_arrays_instanced()
[all …]
Des31fNegativeSampleVariablesTests.cpp81 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in getVersionAndExtension() local
82 const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION_310_ES; in getVersionAndExtension()
87 if (!isES32) in getVersionAndExtension()
Des31fNegativeSSBOBlockTests.cpp358 …const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType:… in ssbo_block_matching() local
359 …const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION… in ssbo_block_matching()
447 …const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType:… in ssbo_block_shared_qualifier() local
448 …const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION… in ssbo_block_shared_qualifier()
Des31fShaderFramebufferFetchTests.cpp75 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in isRequiredFormat() local
115 return isES32; in isRequiredFormat()
205 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in getEnablingExtensions() local
227 if (!isES32) in getEnablingExtensions()
Des31fCopyImageTests.cpp1284 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in decompressTexture() local
1293 else if (isES32 || ctxInfo->isExtensionSupported("GL_KHR_texture_compression_astc_ldr")) in decompressTexture()
1474 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in renderTextureCubemap() local
1485 else if (isES32 || ctxInfo->isExtensionSupported("GL_KHR_texture_compression_astc_ldr")) in renderTextureCubemap()
1899 const bool isES32 = glu::contextSupports(ctx.getType(), glu::ApiType::es(3, 2)); in checkFormatSupport() local
1912 if (!isES32 && !info.isExtensionSupported("GL_KHR_texture_compression_astc_ldr")) in checkFormatSupport()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboTestCase.cpp216 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in getEnablingExtensions() local
238 if (!isES32) in getEnablingExtensions()
Des3fASTCDecompressionCases.cpp202 const bool isES32 = glu::contextSupports(renderCtx.getType(), glu::ApiType::es(3, 2)); in getASTCSupportLevel() local
211 if (isES32) in getASTCSupportLevel()