Home
last modified time | relevance | path

Searched refs:executionState (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp62 void execute(vk::CommandBuffer::ExecutionState &executionState) override
64 executionState.renderPass = renderPass;
65 executionState.renderPassFramebuffer = framebuffer;
66 executionState.subpassIndex = 0;
70 framebuffer->executeLoadOp(executionState.renderPass, clearValueCount, clearValues, renderArea);
86 void execute(vk::CommandBuffer::ExecutionState &executionState) override
88 bool hasResolveAttachments = (executionState.renderPass->getSubpass(executionState.subpassIndex).pResolveAttachments != nullptr);
92 executionState.renderer->synchronize();
95 executionState
474 draw(vk::CommandBuffer::ExecutionState &executionState, bool indexed, uint32_t count, uint32_t instanceCount, uint32_t first, int32_t vertexOffset, uint32_t firstInstance) draw() argument
1728 submit(CommandBuffer::ExecutionState &executionState) submit() argument
[all...]
H A DVkQueue.cpp231 CommandBuffer::ExecutionState executionState; in submitQueue() local
232 executionState.renderer = renderer.get(); in submitQueue()
233 executionState.events = task.events.get(); in submitQueue()
236 Cast(submitInfo.pCommandBuffers[j])->submit(executionState); in submitQueue()
H A DVkCommandBuffer.hpp170 void submit(CommandBuffer::ExecutionState &executionState);
171 void submitSecondary(CommandBuffer::ExecutionState &executionState) const;
176 virtual void execute(ExecutionState &executionState) = 0;
/third_party/node/test/async-hooks/
H A Dtest-async-await.js73 for (const executionState of promisesExecutionState.values()) {
75 assert.strictEqual(executionState, 'after');

Completed in 4 milliseconds