/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::__anone50b9e020111::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::__anon3a4ed12f0111::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::__anon9e6864eb0111::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::__anonb449def80111::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::__anona3b8e84a0111::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::__anona3b8e84a0111::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::__anonde164b510111::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::__anond7dfc6af0111::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 | 2794 const glu::GLSLVersion m_glslVersion; member in vkt::BindingModel::__anona9e2bae50111::QuadrantRendederCase 2806 , m_glslVersion (glslVersion) in QuadrantRendederCase() 2820 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genVertexSource() 2833 << genPerVertexBlock(vk::VK_SHADER_STAGE_VERTEX_BIT, m_glslVersion) in genVertexSource() 2853 << genPerVertexBlock(vk::VK_SHADER_STAGE_VERTEX_BIT, m_glslVersion) in genVertexSource() 2869 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genTessCtrlSource() 2870 …const bool extRequired = glu::glslVersionIsES(m_glslVersion) && m_glslVersion <= glu::GLSL_VERS… in genTessCtrlSource() 2887 << genPerVertexBlock(vk::VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, m_glslVersion) in genTessCtrlSource() 2921 << genPerVertexBlock(vk::VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, m_glslVersion) in genTessCtrlSource() 2954 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genTessEvalSource() [all …]
|