/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.cpp | 69 , m_glslVersion (glslVersion) in ProgramLibrary() 136 if (m_glslVersion == glu::GLSL_VERSION_100_ES) in getProgram() 145 … (m_glslVersion == glu::GLSL_VERSION_300_ES || m_glslVersion == glu::GLSL_VERSION_310_ES || m_glsl… in getProgram() 147 const string version = glu::getGLSLVersionDeclaration(m_glslVersion); in getProgram() 150 if (glu::glslVersionIsES(m_glslVersion) && m_glslVersion != glu::GLSL_VERSION_320_ES) { in getProgram() 183 … (m_glslVersion == glu::GLSL_VERSION_300_ES || m_glslVersion == glu::GLSL_VERSION_310_ES || m_glsl… in getProgram() 236 else if (m_glslVersion == glu::GLSL_VERSION_100_ES) in getProgram()
|
D | glsLongStressTestUtil.hpp | 54 glu::GLSLVersion m_glslVersion; member in deqp::gls::LongStressTestUtil::ProgramLibrary
|
D | glsTextureTestUtil.hpp | 141 glu::GLSLVersion m_glslVersion; member in deqp::gls::TextureTestUtil::ProgramLibrary
|
D | glsLongStressTestUtil.cpp | 60 const bool isGLSL3 = m_glslVersion == glu::GLSL_VERSION_300_ES; in substitute() 83 : m_glslVersion (glslVersion) in ProgramLibrary()
|
D | glsUniformBlockCase.hpp | 262 glu::GLSLVersion m_glslVersion; member in deqp::gls::UniformBlockCase
|
D | glsUniformBlockCase.cpp | 1383 , m_glslVersion (glslVersion) in UniformBlockCase() 1430 generateVertexShader(vtxSrc, m_glslVersion, m_interface, refLayout, blockPointers); in iterate() 1431 generateFragmentShader(fragSrc, m_glslVersion, m_interface, refLayout, blockPointers); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferSparseResidency.cpp | 74 const glu::GLSLVersion m_glslVersion; member in vkt::sparse::__anon2fa8f8810111::BufferSparseResidencyCase 84 , m_glslVersion (glslVersion) in BufferSparseResidencyCase() 90 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms()
|
D | vktSparseResourcesBufferMemoryAliasing.cpp | 93 const glu::GLSLVersion m_glslVersion; member in vkt::sparse::__anon635b57ce0111::BufferSparseMemoryAliasingCase 103 , m_glslVersion (glslVersion) in BufferSparseMemoryAliasingCase() 110 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms()
|
D | vktSparseResourcesImageSparseResidency.cpp | 123 const glu::GLSLVersion m_glslVersion; member in vkt::sparse::__anonc774eb8a0111::ImageSparseResidencyCase 137 , m_glslVersion (glslVersion) in ImageSparseResidencyCase() 144 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms()
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 120 const glu::GLSLVersion m_glslVersion; member in vkt::sparse::__anon96808db70111::ImageSparseMemoryAliasingCase 134 , m_glslVersion (glslVersion) in ImageSparseMemoryAliasingCase() 634 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageAtomicOperationTests.cpp | 261 const glu::GLSLVersion m_glslVersion; member in vkt::image::__anoneaaf71890111::BinaryAtomicEndResultCase 277 , m_glslVersion (glslVersion) in BinaryAtomicEndResultCase() 283 const string versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() 334 const glu::GLSLVersion m_glslVersion; member in vkt::image::__anoneaaf71890111::BinaryAtomicIntermValuesCase 350 , m_glslVersion (glslVersion) in BinaryAtomicIntermValuesCase() 356 const string versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms()
|
D | vktImageQualifiersTests.cpp | 222 const glu::GLSLVersion m_glslVersion; member in vkt::image::__anon20f351300111::MemoryQualifierTestCase 238 , m_glslVersion(glslVersion) in MemoryQualifierTestCase() 244 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms()
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeIndirectComputeDispatchTests.cpp | 381 const glu::GLSLVersion m_glslVersion; member in vkt::compute::__anona44f266e0111::IndirectDispatchCaseBufferUpload 395 , m_glslVersion (glslVersion) in IndirectDispatchCaseBufferUpload() 401 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() 531 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.hpp | 171 glu::GLSLVersion m_glslVersion; member in deqp::gles31::SSBOLayoutCase
|
D | es31fSSBOLayoutCase.cpp | 2078 , m_glslVersion (glslVersion) in SSBOLayoutCase() 2112 …tx, glu::ProgramSources() << glu::ComputeSource(generateComputeShader(m_glslVersion, m_interface, … in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 2721 const glu::GLSLVersion m_glslVersion; member in vkt::BindingModel::__anon1f3887440111::QuadrantRendederCase 2733 , m_glslVersion (glslVersion) in QuadrantRendederCase() 2747 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genVertexSource() 2760 << genPerVertexBlock(vk::VK_SHADER_STAGE_VERTEX_BIT, m_glslVersion) in genVertexSource() 2780 << genPerVertexBlock(vk::VK_SHADER_STAGE_VERTEX_BIT, m_glslVersion) in genVertexSource() 2796 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genTessCtrlSource() 2797 …const bool extRequired = glu::glslVersionIsES(m_glslVersion) && m_glslVersion <= glu::GLSL_VERS… in genTessCtrlSource() 2814 << genPerVertexBlock(vk::VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, m_glslVersion) in genTessCtrlSource() 2848 << genPerVertexBlock(vk::VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, m_glslVersion) in genTessCtrlSource() 2881 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genTessEvalSource() [all …]
|