/external/deqp/external/openglcts/modules/common/ |
D | glcShaderStructTests.cpp | 131 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/ |
D | vktComputeIndirectComputeDispatchTests.cpp | 401 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/ |
D | vktSparseResourcesBufferSparseResidency.cpp | 99 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local 104 src << versionDecl << "\n" in initPrograms()
|
D | vktSparseResourcesBufferMemoryAliasing.cpp | 116 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local 121 src << versionDecl << "\n" in initPrograms()
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 668 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local 689 src << versionDecl << "\n" in initPrograms()
|
D | vktSparseResourcesImageSparseResidency.cpp | 139 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local 147 src << versionDecl << "\n" in initPrograms()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageAtomicOperationTests.cpp | 292 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()
|
D | vktImageQualifiersTests.cpp | 246 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local 268 << versionDecl << "\n" in initPrograms()
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLShaderBuilder.h | 201 SkString& versionDecl() { return fShaderStrings[kVersionDecl]; } in versionDecl() function
|
D | GrGLSLShaderBuilder.cpp | 244 this->versionDecl() = fProgramBuilder->shaderCaps()->versionDeclString(); in finalize()
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLShaderBuilder.h | 202 SkString& versionDecl() { return fShaderStrings[kVersionDecl]; } in versionDecl() function
|
D | GrGLSLShaderBuilder.cpp | 244 this->versionDecl() = fProgramBuilder->shaderCaps()->versionDeclString(); in finalize()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 2985 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/ |
D | vktApiCommandBuffersTests.cpp | 3723 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()
|