Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cTestPackages.cpp310 addChild(new glcts::LayoutBindingTests(getContext(), glu::GLSL_VERSION_440)); in init()
312 addChild(new glcts::SeparateShaderObjsTests(getContext(), glu::GLSL_VERSION_440)); in init()
313 addChild(new glcts::SampleShadingTests(getContext(), glu::GLSL_VERSION_440)); in init()
314 addChild(new deqp::SampleVariablesTests(getContext(), glu::GLSL_VERSION_440)); in init()
315 addChild(new deqp::ShaderMultisampleInterpolationTests(getContext(), glu::GLSL_VERSION_440)); in init()
319 glcts::ExtParameters extParams(glu::GLSL_VERSION_440, glcts::EXTENSIONTYPE_NONE); in init()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseResidency.cpp427 …Case(group->getTestContext(), "buffer_size_2_10", "", 1 << 10, glu::GLSL_VERSION_440, useDeviceGro… in addBufferSparseResidencyTests()
428 …Case(group->getTestContext(), "buffer_size_2_12", "", 1 << 12, glu::GLSL_VERSION_440, useDeviceGro… in addBufferSparseResidencyTests()
429 …Case(group->getTestContext(), "buffer_size_2_16", "", 1 << 16, glu::GLSL_VERSION_440, useDeviceGro… in addBufferSparseResidencyTests()
430 …Case(group->getTestContext(), "buffer_size_2_17", "", 1 << 17, glu::GLSL_VERSION_440, useDeviceGro… in addBufferSparseResidencyTests()
431 …Case(group->getTestContext(), "buffer_size_2_20", "", 1 << 20, glu::GLSL_VERSION_440, useDeviceGro… in addBufferSparseResidencyTests()
432 …Case(group->getTestContext(), "buffer_size_2_24", "", 1 << 24, glu::GLSL_VERSION_440, useDeviceGro… in addBufferSparseResidencyTests()
DvktSparseResourcesBufferMemoryAliasing.cpp445 …Case(group->getTestContext(), "buffer_size_2_10", "", 1 << 10, glu::GLSL_VERSION_440, useDeviceGro… in addBufferSparseMemoryAliasingTests()
446 …Case(group->getTestContext(), "buffer_size_2_12", "", 1 << 12, glu::GLSL_VERSION_440, useDeviceGro… in addBufferSparseMemoryAliasingTests()
447 …Case(group->getTestContext(), "buffer_size_2_16", "", 1 << 16, glu::GLSL_VERSION_440, useDeviceGro… in addBufferSparseMemoryAliasingTests()
448 …Case(group->getTestContext(), "buffer_size_2_17", "", 1 << 17, glu::GLSL_VERSION_440, useDeviceGro… in addBufferSparseMemoryAliasingTests()
449 …Case(group->getTestContext(), "buffer_size_2_20", "", 1 << 20, glu::GLSL_VERSION_440, useDeviceGro… in addBufferSparseMemoryAliasingTests()
450 …Case(group->getTestContext(), "buffer_size_2_24", "", 1 << 24, glu::GLSL_VERSION_440, useDeviceGro… in addBufferSparseMemoryAliasingTests()
DvktSparseResourcesImageMemoryAliasing.cpp915 …gCase(testCtx, stream.str(), "", imageType, imageSize, format, glu::GLSL_VERSION_440, useDeviceGro… in createImageSparseMemoryAliasingTestsCommon()
DvktSparseResourcesImageSparseResidency.cpp1033 …yCase(testCtx, stream.str(), "", imageType, imageSize, format, glu::GLSL_VERSION_440, useDeviceGro… in createImageSparseResidencyTestsCommon()
/external/angle/src/compiler/translator/
DVersionGLSL.h27 static const int GLSL_VERSION_440 = 440; variable
DVersionGLSL.cpp41 return GLSL_VERSION_440; in ShaderOutputTypeToGLSLVersion()
/external/deqp/external/openglcts/modules/common/
DglcShaderMultisampleInterpolationTests.cpp70 DE_ASSERT(version == glu::GLSL_VERSION_310_ES || version >= glu::GLSL_VERSION_440); in specializeVersion()
115 DE_ASSERT(glslVersion == glu::GLSL_VERSION_310_ES || glslVersion >= glu::GLSL_VERSION_440); in ShaderMultisampleInterpolationApiCase()
266 DE_ASSERT(glslVersion == glu::GLSL_VERSION_310_ES || glslVersion >= glu::GLSL_VERSION_440); in ShaderMultisampleInterpolationBaseCase()
DglcShaderLibrary.cpp1020 version = glu::GLSL_VERSION_440; in parseShaderCase()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp298 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
319 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
338 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
368 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
394 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
426 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp1064 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
1078 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
1095 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
1112 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
DvktSynchronizationOperation.cpp1902 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPassthroughPrograms()
1922 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPassthroughPrograms()
1952 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPassthroughPrograms()
1977 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPassthroughPrograms()
2007 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPassthroughPrograms()
2025 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPassthroughPrograms()
3622 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
3643 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
4230 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
4250 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp2352 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
2369 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
2386 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
2405 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
2425 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
2443 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
2464 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
2486 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
2512 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
2528 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp238 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
258 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawDiscardRectanglesTests.cpp644 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
664 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
/external/deqp/framework/opengl/
DgluShaderUtil.hpp53 GLSL_VERSION_440, //!< GLSL 4.4 enumerator
DgluShaderLibrary.cpp1268 else if (versionNum == 440) version = glu::GLSL_VERSION_440; in parseGLSLVersion()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMisalignedCubeTests.cpp316 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
DvktImageAtomicOperationTests.cpp1039 …tCase(testCtx, caseEndResult, "", imageType, imageSize, format, operation, glu::GLSL_VERSION_440)); in createImageAtomicOperationTests()
1043 …se(testCtx, caseIntermValues, "", imageType, imageSize, format, operation, glu::GLSL_VERSION_440)); in createImageAtomicOperationTests()
DvktImageSizeTests.cpp216 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
DvktImageQualifiersTests.cpp766 …se(testCtx, formatName, "", memoryQualifier, imageType, imageSize, format, glu::GLSL_VERSION_440)); in createImageQualifiersTests()
DvktImageLoadStoreTests.cpp505 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
1067 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp600 const char* const versionDecl = glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440); in initPrograms()
/external/deqp/external/openglcts/modules/gles31/
Des31cSeparateShaderObjsTests.cpp3083 DE_ASSERT(glslVersion == glu::GLSL_VERSION_310_ES || glslVersion >= glu::GLSL_VERSION_440); in SeparateShaderObjsTests()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp7135 …VIEW_TYPE_1D || viewType == vk::VK_IMAGE_VIEW_TYPE_1D_ARRAY) ? glu::GLSL_VERSION_440 : glu::GLSL_V… in ImageDescriptorCase()