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

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.hpp24 * \brief Vulkan ShaderExecutor
72 class ShaderExecutor class in namespace:vkt::shaderexecutor
75 virtual ~ShaderExecutor (void);
81 ShaderExecutor (Context& context, const ShaderSpec& shaderSpec) function in class:vkt::shaderexecutor::ShaderExecutor
90 ShaderExecutor (const ShaderExecutor&);
91 ShaderExecutor& operator= (const ShaderExecutor&);
95 ShaderExecutor* createExecutor (Context& context, glu::ShaderType shaderType, const ShaderSpec& shaderSpec, vk::VkDescriptorSetLayout extraResourcesLayout = (vk::VkDescriptorSetLayout)0);
H A DvktShaderExecutor.cpp23 * \brief Vulkan ShaderExecutor
440 class FragmentOutExecutor : public ShaderExecutor
496 : ShaderExecutor (context, shaderSpec)
1517 class BufferIoExecutor : public ShaderExecutor
1570 : ShaderExecutor(context, shaderSpec)
2846 // ShaderExecutor
2848 ShaderExecutor::~ShaderExecutor (void)
2869 ShaderExecutor* createExecutor (Context& context, glu::ShaderType shaderType, const ShaderSpec& shaderSpec, VkDescriptorSetLayout extraResourcesLayout)
/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...]

Completed in 728 milliseconds