Home
last modified time | relevance | path

Searched defs:executionState (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp61 void play(vk::CommandBuffer::ExecutionState &executionState) override in play()
82 void play(vk::CommandBuffer::ExecutionState &executionState) override in play()
103 void play(vk::CommandBuffer::ExecutionState &executionState) override in play()
128 void play(vk::CommandBuffer::ExecutionState &executionState) override in play()
148 void play(vk::CommandBuffer::ExecutionState &executionState) override in play()
173 void play(vk::CommandBuffer::ExecutionState &executionState) override in play()
206 void play(vk::CommandBuffer::ExecutionState &executionState) override in play()
237 void play(vk::CommandBuffer::ExecutionState &executionState) override in play()
260 void play(vk::CommandBuffer::ExecutionState &executionState) override in play()
283 void play(vk::CommandBuffer::ExecutionState &executionState) override in play()
[all …]
DVkQueue.cpp216 CommandBuffer::ExecutionState executionState; in submitQueue() local