Home
last modified time | relevance | path

Searched refs:versionDecl (Results 1 – 14 of 14) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcShaderStructTests.cpp131 const std::string versionDecl = glu::getGLSLVersionDeclaration(glslVersion); in createStructCase() local
133 const std::string defaultVertSrc = versionDecl + "\n" in createStructCase()
142 const std::string defaultFragSrc = versionDecl + "\n" in createStructCase()
154 spParams["HEADER"] = versionDecl + "\n" in createStructCase()
164 spParams["HEADER"] = versionDecl + "\n" in createStructCase()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp401 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
406 << versionDecl << "\n" in initPrograms()
531 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
537 << versionDecl << "\n" in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseResidency.cpp99 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
104 src << versionDecl << "\n" in initPrograms()
DvktSparseResourcesBufferMemoryAliasing.cpp116 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
121 src << versionDecl << "\n" in initPrograms()
DvktSparseResourcesImageMemoryAliasing.cpp668 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
689 src << versionDecl << "\n" in initPrograms()
DvktSparseResourcesImageSparseResidency.cpp139 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
147 src << versionDecl << "\n" in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp292 const string versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
307 string source = versionDecl + "\n" in initPrograms()
366 const string versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
382 string source = versionDecl + "\n" in initPrograms()
DvktImageQualifiersTests.cpp246 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
268 << versionDecl << "\n" in initPrograms()
/external/skqp/src/gpu/glsl/
DGrGLSLShaderBuilder.h201 SkString& versionDecl() { return fShaderStrings[kVersionDecl]; } in versionDecl() function
DGrGLSLShaderBuilder.cpp244 this->versionDecl() = fProgramBuilder->shaderCaps()->versionDeclString(); in finalize()
/external/skia/src/gpu/glsl/
DGrGLSLShaderBuilder.h202 SkString& versionDecl() { return fShaderStrings[kVersionDecl]; } in versionDecl() function
DGrGLSLShaderBuilder.cpp244 this->versionDecl() = fProgramBuilder->shaderCaps()->versionDeclString(); in finalize()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp2985 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genVertexSource() local
2993 buf << versionDecl << "\n" in genVertexSource()
3015 buf << versionDecl << "\n" in genVertexSource()
3034 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genTessCtrlSource() local
3045 buf << versionDecl << "\n" in genTessCtrlSource()
3081 buf << versionDecl << "\n" in genTessCtrlSource()
3119 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genTessEvalSource() local
3130 buf << versionDecl << "\n" in genTessEvalSource()
3154 buf << versionDecl << "\n" in genTessEvalSource()
3177 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genGeometrySource() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp3723 const char* const versionDecl = glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES); in genComputeSource() local
3726 bufGood << versionDecl << "\n" in genComputeSource()
3753 bufBad << versionDecl << "\n" in genComputeSource()
3781 const char* const versionDecl = glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES); in genComputeIncrementSource() local
3784 bufIncrement << versionDecl << "\n" in genComputeIncrementSource()