HomeSort by relevance Sort by last modified time
    Searched full:commandsvec (Results 1 - 1 of 1) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeIndirectComputeDispatchTests.cpp 578 DispatchCommandsVec commandsVec (const DispatchCommand& cmd)
585 DispatchCommandsVec commandsVec (const DispatchCommand& cmd0,
600 DispatchCommandsVec commandsVec (const DispatchCommand& cmd0,
626 commandsVec(DispatchCommand(0, tcu::UVec3(1, 1, 1)))
629 commandsVec(DispatchCommand(0, tcu::UVec3(2, 3, 5)))
632 commandsVec(DispatchCommand(0, tcu::UVec3(1, 2, 3)))
635 commandsVec(DispatchCommand(16, tcu::UVec3(1, 1, 1)))
638 commandsVec(DispatchCommand((1 << 20) + 12, tcu::UVec3(1, 1, 1)))
641 commandsVec(DispatchCommand((1 << 20) + 12, tcu::UVec3(1, 2, 3)))
644 commandsVec(DispatchCommand(0, tcu::UVec3(0, 0, 0))
    [all...]

Completed in 510 milliseconds