Searched refs:versionDecl (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/gpu/glsl/
H A DGrGLSLShaderBuilder.h190 SkString& versionDecl() { return fShaderStrings[kVersionDecl]; } function in class:GrGLSLShaderBuilder
H A DGrGLSLShaderBuilder.cpp160 this->versionDecl() = fProgramBuilder->glslCaps()->versionDeclString();
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferMemoryAliasing.cpp110 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); local
115 src << versionDecl << "\n"
H A DvktSparseResourcesBufferSparseResidency.cpp90 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); local
95 src << versionDecl << "\n"
H A DvktSparseResourcesImageSparseResidency.cpp176 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); local
184 src << versionDecl << "\n"
/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp401 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); local
406 << versionDecl << "\n" local
531 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); local
537 << versionDecl << "\n" local
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicOperationTests.cpp283 const string versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); local
297 string source = versionDecl + "\n"
356 const string versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); local
371 string source = versionDecl + "\n"
H A DvktImageQualifiersTests.cpp244 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); local
266 << versionDecl << "\n"
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp2237 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); local
2245 buf << versionDecl << "\n"
2266 buf << versionDecl << "\n"
2284 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); local
2295 buf << versionDecl << "\n"
2330 buf << versionDecl << "\n"
2367 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); local
2378 buf << versionDecl << "\n"
2401 buf << versionDecl << "\n"
2423 const char* const versionDecl local
2483 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); local
2536 buf << versionDecl << "\\n" local
2550 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); local
[all...]
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp3922 const char* const versionDecl = glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES); local
3925 buf_good << versionDecl << "\n" local
3952 buf_bad << versionDecl << "\n" local

Completed in 229 milliseconds