HomeSort by relevance Sort by last modified time
    Searched defs:ShaderExecutor (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.hpp 24 * \brief Vulkan ShaderExecutor
37 namespace shaderexecutor namespace in namespace:vkt
72 class ShaderExecutor
75 virtual ~ShaderExecutor (void);
81 ShaderExecutor (Context& context, const ShaderSpec& shaderSpec)
90 ShaderExecutor (const ShaderExecutor&);
91 ShaderExecutor& operator= (const ShaderExecutor&);
95 ShaderExecutor* createExecutor (Context& context, glu::ShaderType shaderType, const ShaderSpec& shaderSpec, vk: (…)
    [all...]
vktShaderExecutor.cpp 23 * \brief Vulkan ShaderExecutor
55 namespace shaderexecutor namespace in namespace:vkt
440 class FragmentOutExecutor : public ShaderExecutor
496 : ShaderExecutor (context, shaderSpec)
    [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.hpp 70 class ShaderExecutor
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);
glsShaderExecUtil.cpp 455 // ShaderExecutor
457 ShaderExecutor::ShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec)
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 (renderCtx, shaderSpec
    [all...]

Completed in 193 milliseconds