Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp580 DispatchCommandsVec commandsVec (const DispatchCommand& cmd) in commandsVec() function
587 DispatchCommandsVec commandsVec (const DispatchCommand& cmd0, in commandsVec() function
602 DispatchCommandsVec commandsVec (const DispatchCommand& cmd0, in commandsVec() function
628 commandsVec(DispatchCommand(0, tcu::UVec3(1, 1, 1))) in createIndirectComputeDispatchTests()
631 commandsVec(DispatchCommand(0, tcu::UVec3(2, 3, 5))) in createIndirectComputeDispatchTests()
634 commandsVec(DispatchCommand(0, tcu::UVec3(1, 2, 3))) in createIndirectComputeDispatchTests()
637 commandsVec(DispatchCommand(16, tcu::UVec3(1, 1, 1))) in createIndirectComputeDispatchTests()
640 commandsVec(DispatchCommand((1 << 20) + 12, tcu::UVec3(1, 1, 1))) in createIndirectComputeDispatchTests()
646 commandsVec(DispatchCommand(0, tcu::UVec3(0, 0, 0))) in createIndirectComputeDispatchTests()
649 commandsVec(DispatchCommand(0, tcu::UVec3(1, 1, 1)), in createIndirectComputeDispatchTests()
[all …]