Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp62 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute()
86 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute()
107 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute()
131 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute()
151 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute()
176 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute()
209 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute()
240 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute()
263 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute()
286 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute()
[all …]
DVkQueue.cpp231 CommandBuffer::ExecutionState executionState; in submitQueue() local