Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseResidency.cpp431 …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()
DvktSparseResourcesBufferMemoryAliasing.cpp438 …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()
DvktSparseResourcesImageSparseResidency.cpp798 …arseResidencyCase(testCtx, stream.str(), "", imageType, imageSize, format, glu::GLSL_VERSION_440)); in createImageSparseResidencyTests()
/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/pipeline/
DvktPipelineEarlyFragmentTests.cpp758 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/
DvktImageAtomicOperationTests.cpp969 …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()
DvktImageSizeTests.cpp206 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
DvktImageLoadStoreTests.cpp486 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
925 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
DvktImageQualifiersTests.cpp754 "", memoryQualifier, imageType, imageSize, format, glu::GLSL_VERSION_440)); in createImageQualifiersTests()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp4990 …VIEW_TYPE_1D || viewType == vk::VK_IMAGE_VIEW_TYPE_1D_ARRAY) ? glu::GLSL_VERSION_440 : glu::GLSL_V… in ImageDescriptorCase()