Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderFunctionTests.cpp118 const std::string versionDecl = glu::getGLSLVersionDeclaration(glslVersion); in createStructCase() local
120 const std::string defaultVertSrc = versionDecl + "\n" in createStructCase()
129 const std::string defaultFragSrc = versionDecl + "\n" in createStructCase()
141 spParams["HEADER"] = versionDecl + "\n" in createStructCase()
151 spParams["HEADER"] = versionDecl + "\n" in createStructCase()
DglcShaderStructTests.cpp132 const std::string versionDecl = glu::getGLSLVersionDeclaration(glslVersion); in createStructCase() local
134 const std::string defaultVertSrc = versionDecl + "\n" in createStructCase()
143 const std::string defaultFragSrc = versionDecl + "\n" in createStructCase()
155 spParams["HEADER"] = versionDecl + "\n" in createStructCase()
165 spParams["HEADER"] = versionDecl + "\n" in createStructCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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/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_no_buildgn/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp591 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
596 << versionDecl << "\n" in initPrograms()
748 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
754 << versionDecl << "\n" in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp591 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
596 << versionDecl << "\n" in initPrograms()
748 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
754 << versionDecl << "\n" in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageQualifiersTests.cpp255 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
277 << versionDecl << "\n" in initPrograms()
DvktImageAtomicOperationTests.cpp753 const string versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
772 string source = versionDecl + "\n" + extensions + "\n"; in initPrograms()
885 const string versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
904 string source = versionDecl + "\n" + extensions + "\n" in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp575 const char* const versionDecl = glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440); in initPrograms() local
630 src << versionDecl << "\n" in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageQualifiersTests.cpp255 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
277 << versionDecl << "\n" in initPrograms()
DvktImageAtomicOperationTests.cpp753 const string versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
772 string source = versionDecl + "\n" + extensions + "\n"; in initPrograms()
885 const string versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in initPrograms() local
904 string source = versionDecl + "\n" + extensions + "\n" in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp575 const char* const versionDecl = glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440); in initPrograms() local
630 src << versionDecl << "\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_no_buildgn/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3064 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genVertexSource() local
3072 buf << versionDecl << "\n" in genVertexSource()
3094 buf << versionDecl << "\n" in genVertexSource()
3113 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genTessCtrlSource() local
3124 buf << versionDecl << "\n" in genTessCtrlSource()
3160 buf << versionDecl << "\n" in genTessCtrlSource()
3198 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genTessEvalSource() local
3209 buf << versionDecl << "\n" in genTessEvalSource()
3233 buf << versionDecl << "\n" in genTessEvalSource()
3256 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genGeometrySource() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3064 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genVertexSource() local
3072 buf << versionDecl << "\n" in genVertexSource()
3094 buf << versionDecl << "\n" in genVertexSource()
3113 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genTessCtrlSource() local
3124 buf << versionDecl << "\n" in genTessCtrlSource()
3160 buf << versionDecl << "\n" in genTessCtrlSource()
3198 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genTessEvalSource() local
3209 buf << versionDecl << "\n" in genTessEvalSource()
3233 buf << versionDecl << "\n" in genTessEvalSource()
3256 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion); in genGeometrySource() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp3940 const char* const versionDecl = glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES); in genComputeSource() local
3943 bufGood << versionDecl << "\n" in genComputeSource()
3970 bufBad << versionDecl << "\n" in genComputeSource()
3998 const char* const versionDecl = glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES); in genComputeIncrementSource() local
4001 bufIncrement << versionDecl << "\n" in genComputeIncrementSource()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiCommandBuffersTests.cpp3940 const char* const versionDecl = glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES); in genComputeSource() local
3943 bufGood << versionDecl << "\n" in genComputeSource()
3970 bufBad << versionDecl << "\n" in genComputeSource()
3998 const char* const versionDecl = glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES); in genComputeIncrementSource() local
4001 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()