Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fComputeShaderBuiltinVarTests.cpp413 class LocalInvocationIndexCase : public ComputeBuiltinVarCase class
416 LocalInvocationIndexCase (Context& context) in LocalInvocationIndexCase() function in deqp::gles31::Functional::LocalInvocationIndexCase
451 addChild(new LocalInvocationIndexCase (m_context)); in init()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeShaderBuiltinVarTests.cpp374 class LocalInvocationIndexCase : public ComputeBuiltinVarCase class
377 LocalInvocationIndexCase (tcu::TestContext& context, bool readByComponent) in LocalInvocationIndexCase() function in vkt::compute::__anon24f3d6530111::LocalInvocationIndexCase
591 addChild(new LocalInvocationIndexCase(this->getTestContext(), false)); in init()