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

/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp98 struct DispatchCaseDesc struct in namespace:vkt::compute::__anon3772
100 DispatchCaseDesc (const char* name, function in struct:vkt::compute::__anon3772::DispatchCaseDesc
369 const DispatchCaseDesc& caseDesc,
389 const DispatchCaseDesc& caseDesc,
513 const DispatchCaseDesc& caseDesc,
623 static const DispatchCaseDesc s_dispatchCases[] =
625 DispatchCaseDesc("single_invocation", "Single invocation only from offset 0", INDIRECT_COMMAND_OFFSET, tcu::UVec3(1, 1, 1),
628 DispatchCaseDesc("multiple_groups", "Multiple groups dispatched from offset 0", INDIRECT_COMMAND_OFFSET, tcu::UVec3(1, 1, 1),
631 DispatchCaseDesc("multiple_groups_multiple_invocations", "Multiple groups of size 2x3x1 from offset 0", INDIRECT_COMMAND_OFFSET, tcu::UVec3(2, 3, 1),
634 DispatchCaseDesc("small_offse
[all...]

Completed in 303 milliseconds