Home
last modified time | relevance | path

Searched refs:ShaderLibrary (Results 1 - 25 of 25) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderLibrary.hpp38 class ShaderLibrary class
41 ShaderLibrary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo);
42 ~ShaderLibrary (void);
47 ShaderLibrary (const ShaderLibrary&); // not allowed!
48 ShaderLibrary& operator= (const ShaderLibrary&); // not allowed!
H A DglsShaderLibrary.cpp63 ShaderLibrary::ShaderLibrary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo) in ShaderLibrary() function in deqp::gls::ShaderLibrary
70 ShaderLibrary::~ShaderLibrary (void) in ~ShaderLibrary()
74 std::vector<tcu::TestNode*> ShaderLibrary::loadShaderFile (const char* fileName) in loadShaderFile()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibrary.hpp36 class ShaderLibrary class
39 ShaderLibrary(tcu::TestContext& testCtx, glu::RenderContext& renderCtx);
40 ~ShaderLibrary(void);
45 ShaderLibrary(const ShaderLibrary&); // not allowed!
46 ShaderLibrary& operator=(const ShaderLibrary&); // not allowed!
H A DglcShaderLibrary.cpp1127 ShaderLibrary::ShaderLibrary(tcu::TestContext& testCtx, RenderContext& renderCtx) in ShaderLibrary() function in deqp::ShaderLibrary
1132 ShaderLibrary::~ShaderLibrary(void) in ~ShaderLibrary()
1136 vector<tcu::TestNode*> ShaderLibrary::loadShaderFile(const char* fileName) in loadShaderFile()
1178 deqp::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext()); in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_internal_shaders_autogen.cpp389 ShaderLibrary::ShaderLibrary() {}
391 ShaderLibrary::~ShaderLibrary() {}
393 void ShaderLibrary::destroy(VkDevice device)
445 angle::Result ShaderLibrary::getBlitResolve_frag(Context *context,
453 angle::Result ShaderLibrary::getBlitResolveStencilNoExport_comp(
463 angle::Result ShaderLibrary::getConvertIndex_comp(Context *context,
471 angle::Result ShaderLibrary::getConvertIndexIndirectLineLoop_comp(
481 angle::Result ShaderLibrary
[all...]
H A Dvk_internal_shaders_autogen.h193 class ShaderLibrary final : angle::NonCopyable
196 ShaderLibrary();
197 ~ShaderLibrary();
H A DContextVk.h476 vk::ShaderLibrary &getShaderLibrary() { return mShaderLibrary; } in getShaderLibrary()
1159 vk::ShaderLibrary mShaderLibrary;
H A DUtilsVk.cpp2074 vk::ShaderLibrary &shaderLibrary = contextVk->getShaderLibrary(); in clearFramebuffer()
2191 vk::ShaderLibrary &shaderLibrary = contextVk->getShaderLibrary(); in clearImage()
2488 vk::ShaderLibrary &shaderLibrary = contextVk->getShaderLibrary(); in blitResolveImpl()
2878 vk::ShaderLibrary &shaderLibrary = contextVk->getShaderLibrary(); in copyImage()
3352 vk::ShaderLibrary &shaderLibrary = contextVk->getShaderLibrary(); in unresolve()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderExecuteTest.cpp56 gls::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
H A Des2fShaderConstExprTests.cpp222 const std::vector<tcu::TestNode*> children = gls::ShaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()).loadShaderFile("shaders/constant_expressions.test"); in init()
231 gls::ShaderLibrary library(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
H A Des2fShaderFragDataTests.cpp239 gls::ShaderLibrary library(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
H A Des2fShaderLoopTests.cpp1342 const std::vector<tcu::TestNode*> children = gls::ShaderLibrary(m_context.getTestContext(), m_context.getRenderContext(), m_context.getContextInfo()).loadShaderFile("shaders/loops.test"); in init()
H A Des2fShaderTextureFunctionTests.cpp625 gls::ShaderLibrary library(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderSwitchTests.cpp473 ShaderLibrary library(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
H A Des3fFunctionalTests.cpp163 gls::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
H A Des3fShaderFragDataTests.cpp392 gls::ShaderLibrary library(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
H A Des3fShaderConstExprTests.cpp316 const std::vector<tcu::TestNode*> children = gls::ShaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()).loadShaderFile("shaders/constant_expressions.test"); in init()
H A Des3fShaderLoopTests.cpp1218 const std::vector<tcu::TestNode*> children = gls::ShaderLibrary(m_context.getTestContext(), m_context.getRenderContext(), m_context.getContextInfo()).loadShaderFile("shaders/loops.test"); in init()
H A Des3fShaderIndexingTests.cpp1137 const std::vector<tcu::TestNode*> children = gls::ShaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()).loadShaderFile("shaders/indexing.test"); in init()
H A Des3fShaderTextureFunctionTests.cpp2005 gls::ShaderLibrary library(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fAndroidExtensionPackES31ATests.cpp259 gls::ShaderLibrary shaderLibrary (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
H A Des31fFunctionalTests.cpp114 gls::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
H A Des31fUniformLocationTests.cpp1095 gls::ShaderLibrary shaderLibrary (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo());
1108 gls::ShaderLibrary shaderLibrary (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo());
H A Des31fSeparateShaderTests.cpp1859 gls::ShaderLibrary shaderLibrary (ctx.getTestContext(), ctx.getRenderContext(), ctx.getContextInfo());
1870 gls::ShaderLibrary shaderLibrary (ctx.getTestContext(), ctx.getRenderContext(), ctx.getContextInfo());
H A Des31fTessellationTests.cpp7784 gls::ShaderLibrary shaderLibrary (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
7795 gls::ShaderLibrary shaderLibrary (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()

Completed in 42 milliseconds