Searched refs:commandsVec (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeIndirectComputeDispatchTests.cpp | 578 DispatchCommandsVec commandsVec (const DispatchCommand& cmd) in commandsVec() function 585 DispatchCommandsVec commandsVec (const DispatchCommand& cmd0, in commandsVec() function 600 DispatchCommandsVec commandsVec (const DispatchCommand& cmd0, in commandsVec() function 626 commandsVec(DispatchCommand(0, tcu::UVec3(1, 1, 1))) in createIndirectComputeDispatchTests() 629 commandsVec(DispatchCommand(0, tcu::UVec3(2, 3, 5))) in createIndirectComputeDispatchTests() 632 commandsVec(DispatchCommand(0, tcu::UVec3(1, 2, 3))) in createIndirectComputeDispatchTests() 635 commandsVec(DispatchCommand(16, tcu::UVec3(1, 1, 1))) in createIndirectComputeDispatchTests() 638 commandsVec(DispatchCommand((1 << 20) + 12, tcu::UVec3(1, 1, 1))) in createIndirectComputeDispatchTests() 641 commandsVec(DispatchCommand((1 << 20) + 12, tcu::UVec3(1, 2, 3))) in createIndirectComputeDispatchTests() 644 commandsVec(DispatchCommand(0, tcu::UVec3(0, 0, 0))) in createIndirectComputeDispatchTests() [all …]
|