Home
last modified time | relevance | path

Searched refs:m_glslVersion (Results 1 – 16 of 16) sorted by relevance

/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp69 , 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()
DglsLongStressTestUtil.hpp54 glu::GLSLVersion m_glslVersion; member in deqp::gls::LongStressTestUtil::ProgramLibrary
DglsTextureTestUtil.hpp141 glu::GLSLVersion m_glslVersion; member in deqp::gls::TextureTestUtil::ProgramLibrary
DglsLongStressTestUtil.cpp60 const bool isGLSL3 = m_glslVersion == glu::GLSL_VERSION_300_ES; in substitute()
83 : m_glslVersion (glslVersion) in ProgramLibrary()
DglsUniformBlockCase.hpp262 glu::GLSLVersion m_glslVersion; member in deqp::gls::UniformBlockCase
DglsUniformBlockCase.cpp1383 , 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/
DvktSparseResourcesBufferSparseResidency.cpp74 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()
DvktSparseResourcesBufferMemoryAliasing.cpp93 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()
DvktSparseResourcesImageSparseResidency.cpp123 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()
DvktSparseResourcesImageMemoryAliasing.cpp120 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/
DvktImageAtomicOperationTests.cpp261 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()
DvktImageQualifiersTests.cpp222 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/
DvktComputeIndirectComputeDispatchTests.cpp381 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/
Des31fSSBOLayoutCase.hpp171 glu::GLSLVersion m_glslVersion; member in deqp::gles31::SSBOLayoutCase
Des31fSSBOLayoutCase.cpp2078 , 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/
DvktBindingShaderAccessTests.cpp2794 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 …]