Searched refs:GLSL_VERSION_440 (Results 1 – 11 of 11) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferSparseResidency.cpp | 431 …ld(new BufferSparseResidencyCase(testCtx, "buffer_size_2_10", "", 1 << 10, glu::GLSL_VERSION_440)); in createBufferSparseResidencyTests() 432 …ld(new BufferSparseResidencyCase(testCtx, "buffer_size_2_12", "", 1 << 12, glu::GLSL_VERSION_440)); in createBufferSparseResidencyTests() 433 …ld(new BufferSparseResidencyCase(testCtx, "buffer_size_2_16", "", 1 << 16, glu::GLSL_VERSION_440)); in createBufferSparseResidencyTests() 434 …ld(new BufferSparseResidencyCase(testCtx, "buffer_size_2_17", "", 1 << 17, glu::GLSL_VERSION_440)); in createBufferSparseResidencyTests() 435 …ld(new BufferSparseResidencyCase(testCtx, "buffer_size_2_20", "", 1 << 20, glu::GLSL_VERSION_440)); in createBufferSparseResidencyTests() 436 …ld(new BufferSparseResidencyCase(testCtx, "buffer_size_2_24", "", 1 << 24, glu::GLSL_VERSION_440)); in createBufferSparseResidencyTests()
|
D | vktSparseResourcesBufferMemoryAliasing.cpp | 438 …w BufferSparseMemoryAliasingCase(testCtx, "buffer_size_2_10", "", 1 << 10, glu::GLSL_VERSION_440)); in createBufferSparseMemoryAliasingTests() 439 …w BufferSparseMemoryAliasingCase(testCtx, "buffer_size_2_12", "", 1 << 12, glu::GLSL_VERSION_440)); in createBufferSparseMemoryAliasingTests() 440 …w BufferSparseMemoryAliasingCase(testCtx, "buffer_size_2_16", "", 1 << 16, glu::GLSL_VERSION_440)); in createBufferSparseMemoryAliasingTests() 441 …w BufferSparseMemoryAliasingCase(testCtx, "buffer_size_2_17", "", 1 << 17, glu::GLSL_VERSION_440)); in createBufferSparseMemoryAliasingTests() 442 …w BufferSparseMemoryAliasingCase(testCtx, "buffer_size_2_20", "", 1 << 20, glu::GLSL_VERSION_440)); in createBufferSparseMemoryAliasingTests() 443 …w BufferSparseMemoryAliasingCase(testCtx, "buffer_size_2_24", "", 1 << 24, glu::GLSL_VERSION_440)); in createBufferSparseMemoryAliasingTests()
|
D | vktSparseResourcesImageSparseResidency.cpp | 798 …arseResidencyCase(testCtx, stream.str(), "", imageType, imageSize, format, glu::GLSL_VERSION_440)); in createImageSparseResidencyTests()
|
/external/deqp/framework/opengl/ |
D | gluShaderUtil.hpp | 53 GLSL_VERSION_440, //!< GLSL 4.4 enumerator
|
D | gluShaderLibrary.cpp | 1277 else if (versionNum == 440) version = glu::GLSL_VERSION_440; in parseGLSLVersion()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineEarlyFragmentTests.cpp | 758 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms() 774 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageAtomicOperationTests.cpp | 969 …tCase(testCtx, caseEndResult, "", imageType, imageSize, format, operation, glu::GLSL_VERSION_440)); in createImageAtomicOperationTests() 973 …se(testCtx, caseIntermValues, "", imageType, imageSize, format, operation, glu::GLSL_VERSION_440)); in createImageAtomicOperationTests()
|
D | vktImageSizeTests.cpp | 206 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
|
D | vktImageLoadStoreTests.cpp | 486 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms() 925 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
|
D | vktImageQualifiersTests.cpp | 754 "", memoryQualifier, imageType, imageSize, format, glu::GLSL_VERSION_440)); in createImageQualifiersTests()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 4990 …VIEW_TYPE_1D || viewType == vk::VK_IMAGE_VIEW_TYPE_1D_ARRAY) ? glu::GLSL_VERSION_440 : glu::GLSL_V… in ImageDescriptorCase()
|