Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp402 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
533 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
/external/skqp/src/gpu/glsl/
DGrGLSLShaderBuilder.h201 SkString& versionDecl() { return fShaderStrings[kVersionDecl]; } in versionDecl() function
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseResidency.cpp100 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
DvktSparseResourcesBufferMemoryAliasing.cpp124 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
DvktSparseResourcesImageMemoryAliasing.cpp828 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
DvktSparseResourcesImageSparseResidency.cpp168 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
/external/deqp/external/openglcts/modules/common/
DglcShaderStructTests.cpp131 const std::string versionDecl = glu::getGLSLVersionDeclaration(glslVersion); in createStructCase() local
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp604 const char* const versionDecl = glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440); in initPrograms() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageQualifiersTests.cpp254 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
DvktImageAtomicOperationTests.cpp711 const string versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
837 const string versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp183 string versionDecl(getGLSLVersionDeclaration(context.getGLSLVersion())); in makeGraphicsPipeline() local
320 string versionDecl(getGLSLVersionDeclaration(context.getGLSLVersion())); in makeComputePipeline() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp2985 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genVertexSource() local
3034 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genTessCtrlSource() local
3119 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genTessEvalSource() local
3177 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genGeometrySource() local
3238 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genFragmentSource() local
3305 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genComputeSource() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp4070 const char* const versionDecl = glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES); in genComputeSource() local
4128 const char* const versionDecl = glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES); in genComputeIncrementSource() local
/external/skia/tools/viewer/
DViewer.cpp1790 const char* versionDecl = shaderCaps.versionDeclString(); in build_glsl_highlight_shader() local