Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp402 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
407 << versionDecl << "\n" in initPrograms()
533 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
539 << versionDecl << "\n" in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseResidency.cpp100 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
105 src << versionDecl << "\n" in initPrograms()
DvktSparseResourcesBufferMemoryAliasing.cpp124 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
129 src << versionDecl << "\n" in initPrograms()
DvktSparseResourcesImageMemoryAliasing.cpp828 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
866 src << versionDecl << "\n"; in initPrograms()
DvktSparseResourcesImageSparseResidency.cpp168 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
223 src << versionDecl << "\n"; in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp604 const char* const versionDecl = glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440); in initPrograms() local
659 src << versionDecl << "\n" in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageQualifiersTests.cpp254 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
276 << versionDecl << "\n" in initPrograms()
DvktImageAtomicOperationTests.cpp720 const string versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
739 string source = versionDecl + "\n" + extensions + "\n"; in initPrograms()
848 const string versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
867 string source = versionDecl + "\n" + extensions + "\n" in initPrograms()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp183 string versionDecl(getGLSLVersionDeclaration(context.getGLSLVersion())); in makeGraphicsPipeline() local
184 templateArgs.insert(pair<string, string>("VERSION_DECL", versionDecl)); in makeGraphicsPipeline()
320 string versionDecl(getGLSLVersionDeclaration(context.getGLSLVersion())); in makeComputePipeline() local
321 templateArgs.insert(pair<string, string>("VERSION_DECL", versionDecl)); in makeComputePipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp2980 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genVertexSource() local
2988 buf << versionDecl << "\n" in genVertexSource()
3010 buf << versionDecl << "\n" in genVertexSource()
3029 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genTessCtrlSource() local
3040 buf << versionDecl << "\n" in genTessCtrlSource()
3076 buf << versionDecl << "\n" in genTessCtrlSource()
3114 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genTessEvalSource() local
3125 buf << versionDecl << "\n" in genTessEvalSource()
3149 buf << versionDecl << "\n" in genTessEvalSource()
3172 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genGeometrySource() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp4070 const char* const versionDecl = glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES); in genComputeSource() local
4073 bufGood << versionDecl << "\n" in genComputeSource()
4100 bufBad << versionDecl << "\n" in genComputeSource()
4128 const char* const versionDecl = glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES); in genComputeIncrementSource() local
4131 bufIncrement << versionDecl << "\n" in genComputeIncrementSource()
/third_party/skia/tools/viewer/
DViewer.cpp1846 const char* versionDecl = shaderCaps.versionDeclString(); in build_glsl_highlight_shader() local
1847 SkSL::String highlight = versionDecl ? versionDecl : ""; in build_glsl_highlight_shader()