Searched defs:ShaderExecutor (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/glshared/
H A DglsShaderExecUtil.hpp70 class ShaderExecutor class in namespace:deqp::gls::ShaderExecUtil
73 virtual ~ShaderExecutor (void);
91 ShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec);
99 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor* executor) { executor->log(log); return log; }
100 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor& executor) { executor.log(log); return log; }
102 ShaderExecutor* createExecutor (const glu::RenderContext& renderCtx, glu::ShaderType shaderType, const ShaderSpec& shaderSpec);
H A DglsShaderExecUtil.cpp455 // ShaderExecutor
457 ShaderExecutor::ShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) function in class:deqp::gls::ShaderExecUtil::ShaderExecutor
464 ShaderExecutor::~ShaderExecutor (void)
468 void ShaderExecutor::useProgram (void)
482 class FragmentOutExecutor : public ShaderExecutor
521 : ShaderExecutor (renderCtx, shaderSpec)
812 class BufferIoExecutor : public ShaderExecutor
870 : ShaderExecutor (renderCt
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.hpp24 * \brief Vulkan ShaderExecutor
70 class ShaderExecutor;
98 class ShaderExecutor class in namespace:vkt::shaderexecutor
101 virtual ~ShaderExecutor (void);
154 ShaderExecutor (const ShaderSpec& shaderSpec, glu::ShaderType shaderType);
285 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor* executor) { executor->log(log); return log; }
286 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor& executor) { executor.log(log); return log; }
288 ShaderExecutor* createExecutor(glu::ShaderType shaderType, const ShaderSpec& shaderSpec);
298 virtual void setup (ShaderExecutor&, const VkDevice&, const DeviceInterface&, const VkQueue, const deUint32, Allocator&) const = 0;
310 virtual void setup (ShaderExecutor
[all...]
H A DvktShaderExecutor.cpp23 * \brief Vulkan ShaderExecutor
445 class FragmentOutExecutor : public ShaderExecutor
506 : ShaderExecutor (shaderSpec, shaderType)
1554 class BufferIoExecutor : public ShaderExecutor
1609 : ShaderExecutor (shaderSpec, shaderType)
2910 // ShaderExecutor
2912 ShaderExecutor::ShaderExecutor (const ShaderSpec& shaderSpec, glu::ShaderType shaderType) function in class:vkt::shaderexecutor::ShaderExecutor
2918 ShaderExecutor::~ShaderExecutor (voi
[all...]

Completed in 166 milliseconds