Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseResidency.cpp388 …rseResidencyCase(group->getTestContext(), "buffer_size_2_10", "", 1 << 10, glu::GLSL_VERSION_440)); in addBufferSparseResidencyTests()
389 …rseResidencyCase(group->getTestContext(), "buffer_size_2_12", "", 1 << 12, glu::GLSL_VERSION_440)); in addBufferSparseResidencyTests()
390 …rseResidencyCase(group->getTestContext(), "buffer_size_2_16", "", 1 << 16, glu::GLSL_VERSION_440)); in addBufferSparseResidencyTests()
391 …rseResidencyCase(group->getTestContext(), "buffer_size_2_17", "", 1 << 17, glu::GLSL_VERSION_440)); in addBufferSparseResidencyTests()
392 …rseResidencyCase(group->getTestContext(), "buffer_size_2_20", "", 1 << 20, glu::GLSL_VERSION_440)); in addBufferSparseResidencyTests()
393 …rseResidencyCase(group->getTestContext(), "buffer_size_2_24", "", 1 << 24, glu::GLSL_VERSION_440)); in addBufferSparseResidencyTests()
DvktSparseResourcesBufferMemoryAliasing.cpp405 …moryAliasingCase(group->getTestContext(), "buffer_size_2_10", "", 1 << 10, glu::GLSL_VERSION_440)); in addBufferSparseMemoryAliasingTests()
406 …moryAliasingCase(group->getTestContext(), "buffer_size_2_12", "", 1 << 12, glu::GLSL_VERSION_440)); in addBufferSparseMemoryAliasingTests()
407 …moryAliasingCase(group->getTestContext(), "buffer_size_2_16", "", 1 << 16, glu::GLSL_VERSION_440)); in addBufferSparseMemoryAliasingTests()
408 …moryAliasingCase(group->getTestContext(), "buffer_size_2_17", "", 1 << 17, glu::GLSL_VERSION_440)); in addBufferSparseMemoryAliasingTests()
409 …moryAliasingCase(group->getTestContext(), "buffer_size_2_20", "", 1 << 20, glu::GLSL_VERSION_440)); in addBufferSparseMemoryAliasingTests()
410 …moryAliasingCase(group->getTestContext(), "buffer_size_2_24", "", 1 << 24, glu::GLSL_VERSION_440)); in addBufferSparseMemoryAliasingTests()
DvktSparseResourcesImageSparseResidency.cpp698 …arseResidencyCase(testCtx, stream.str(), "", imageType, imageSize, format, glu::GLSL_VERSION_440)); in createImageSparseResidencyTests()
DvktSparseResourcesImageMemoryAliasing.cpp731 …emoryAliasingCase(testCtx, stream.str(), "", imageType, imageSize, format, glu::GLSL_VERSION_440)); in createImageSparseMemoryAliasingTests()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp294 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
315 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
334 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
364 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
390 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
422 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp1476 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPassthroughPrograms()
1495 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPassthroughPrograms()
1524 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPassthroughPrograms()
1548 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPassthroughPrograms()
1577 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPassthroughPrograms()
1594 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPassthroughPrograms()
2461 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
2482 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
3095 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
3115 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
[all …]
DvktSynchronizationInternallySynchronizedObjectsTests.cpp1111 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
1124 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
1140 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
1156 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
/external/deqp/framework/opengl/
DgluShaderUtil.hpp53 GLSL_VERSION_440, //!< GLSL 4.4 enumerator
DgluShaderLibrary.cpp1277 else if (versionNum == 440) version = glu::GLSL_VERSION_440; in parseGLSLVersion()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp510 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
530 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp971 …tCase(testCtx, caseEndResult, "", imageType, imageSize, format, operation, glu::GLSL_VERSION_440)); in createImageAtomicOperationTests()
975 …se(testCtx, caseIntermValues, "", imageType, imageSize, format, operation, glu::GLSL_VERSION_440)); in createImageAtomicOperationTests()
DvktImageSizeTests.cpp206 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
DvktImageLoadStoreTests.cpp375 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
814 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
DvktImageQualifiersTests.cpp755 …se(testCtx, formatName, "", memoryQualifier, imageType, imageSize, format, glu::GLSL_VERSION_440)); in createImageQualifiersTests()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp6272 …VIEW_TYPE_1D || viewType == vk::VK_IMAGE_VIEW_TYPE_1D_ARRAY) ? glu::GLSL_VERSION_440 : glu::GLSL_V… in ImageDescriptorCase()