Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp1273 class TessControlExecutor : public BufferIoExecutor class
1276 …static TessControlExecutor* create (const glu::RenderContext& renderCtx, const ShaderSpec& sh…
1278 ~TessControlExecutor (void);
1287 TessControlExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec);
1290 TessControlExecutor* TessControlExecutor::create (const glu::RenderContext& renderCtx, const Shader… in create()
1294 return new TessControlExecutor(renderCtx, shaderSpec); in create()
1297 std::string TessControlExecutor::generateTessControlShader (const ShaderSpec& shaderSpec) in generateTessControlShader()
1349 TessControlExecutor::TessControlExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& sh… in TessControlExecutor() function in deqp::gls::ShaderExecUtil::TessControlExecutor
1358 TessControlExecutor::~TessControlExecutor (void) in ~TessControlExecutor()
1362 void TessControlExecutor::execute (int numValues, const void* const* inputs, void* const* outputs) in execute()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp2841 class TessControlExecutor : public TessellationExecutor class
2844TessControlExecutor (Context& context, const ShaderSpec& shaderSpec, VkDescriptorSetLayout extra…
2845 virtual ~TessControlExecutor (void);
2855 TessControlExecutor::TessControlExecutor (Context& context, const ShaderSpec& shaderSpec, VkDescrip… in TessControlExecutor() function in vkt::shaderexecutor::__anon848681380111::TessControlExecutor
2860 TessControlExecutor::~TessControlExecutor (void) in ~TessControlExecutor()
2864 std::string TessControlExecutor::generateTessControlShader (const ShaderSpec& shaderSpec) in generateTessControlShader()
2913 void TessControlExecutor::generateSources (const ShaderSpec& shaderSpec, SourceCollections& program… in generateSources()
2921 void TessControlExecutor::execute (int numValues, const void* const* inputs, void* const* outputs, … in execute()
3079 …case glu::SHADERTYPE_TESSELLATION_CONTROL: TessControlExecutor::generateSources (shaderSpec, dst)… in generateSources()
3094 …case glu::SHADERTYPE_TESSELLATION_CONTROL: return new TessControlExecutor (context, shaderSpec, … in createExecutor()