Home
last modified time | relevance | path

Searched refs:FragmentOutExecutor (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp482 class FragmentOutExecutor : public ShaderExecutor class
485 FragmentOutExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec);
486 ~FragmentOutExecutor (void);
520 FragmentOutExecutor::FragmentOutExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& sh… in FragmentOutExecutor() function in deqp::gls::ShaderExecUtil::FragmentOutExecutor
526 FragmentOutExecutor::~FragmentOutExecutor (void) in ~FragmentOutExecutor()
566 void FragmentOutExecutor::execute (int numValues, const void* const* inputs, void* const* outputs) in execute()
701 class VertexShaderExecutor : public FragmentOutExecutor
716 : FragmentOutExecutor (renderCtx, shaderSpec) in VertexShaderExecutor()
729 class GeometryShaderExecutor : public FragmentOutExecutor
756 : FragmentOutExecutor (renderCtx, shaderSpec) in GeometryShaderExecutor()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp574 class FragmentOutExecutor : public ShaderExecutor class
577FragmentOutExecutor (Context& context, glu::ShaderType shaderType, const ShaderSpec& shaderSpec, …
578 virtual ~FragmentOutExecutor (void);
629 FragmentOutExecutor::FragmentOutExecutor (Context& context, glu::ShaderType shaderType, const Shade… in FragmentOutExecutor() function in vkt::shaderexecutor::__anon848681380111::FragmentOutExecutor
650 FragmentOutExecutor::~FragmentOutExecutor (void) in ~FragmentOutExecutor()
739 void FragmentOutExecutor::addAttribute (deUint32 bindingLocation, VkFormat format, deUint32 sizePer… in addAttribute()
793 void FragmentOutExecutor::bindAttributes (int numValues, const void* const* inputs) in bindAttributes()
833 void FragmentOutExecutor::clearRenderData (void) in clearRenderData()
886 void FragmentOutExecutor::execute (int numValues, const void* const* inputs, void* const* outputs, … in execute()
1398 class VertexShaderExecutor : public FragmentOutExecutor
[all …]