/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeIndirectComputeDispatchTests.cpp | 402 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/ |
D | vktSparseResourcesBufferSparseResidency.cpp | 100 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local 105 src << versionDecl << "\n" in initPrograms()
|
D | vktSparseResourcesBufferMemoryAliasing.cpp | 124 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local 129 src << versionDecl << "\n" in initPrograms()
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 828 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local 866 src << versionDecl << "\n"; in initPrograms()
|
D | vktSparseResourcesImageSparseResidency.cpp | 168 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/ |
D | vktYCbCrStorageImageWriteTests.cpp | 604 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/ |
D | vktImageQualifiersTests.cpp | 254 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local 276 << versionDecl << "\n" in initPrograms()
|
D | vktImageAtomicOperationTests.cpp | 720 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/ |
D | glcSubgroupsTestsUtils.cpp | 183 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/ |
D | vktBindingShaderAccessTests.cpp | 2980 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/ |
D | vktApiCommandBuffersTests.cpp | 4070 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/ |
D | Viewer.cpp | 1846 const char* versionDecl = shaderCaps.versionDeclString(); in build_glsl_highlight_shader() local 1847 SkSL::String highlight = versionDecl ? versionDecl : ""; in build_glsl_highlight_shader()
|