/external/skqp/src/gpu/vk/ |
D | GrVkGpu.cpp | 271 void GrVkGpu::submitCommandBuffer(SyncQueue sync) { in submitCommandBuffer() function in GrVkGpu 417 this->submitCommandBuffer(kForce_SyncQueue); in onWritePixels() 503 this->submitCommandBuffer(GrVkGpu::kSkip_SyncQueue); in resolveImage() 563 this->submitCommandBuffer(kSkip_SyncQueue); in internalResolveRenderTarget() 1033 this->submitCommandBuffer(kSkip_SyncQueue); in generateMipmap() 1573 this->submitCommandBuffer(kForce_SyncQueue); in deleteTestingOnlyBackendTexture() 1579 this->submitCommandBuffer(kForce_SyncQueue); in testingOnly_flushGpuAndSync() 1626 this->submitCommandBuffer(kSkip_SyncQueue); in onFinishFlush() 1876 this->submitCommandBuffer(GrVkGpu::kSkip_SyncQueue); in onCopySurface() 2061 this->submitCommandBuffer(kForce_SyncQueue); in onReadPixels() [all …]
|
D | GrVkGpu.h | 225 void submitCommandBuffer(SyncQueue sync);
|
/external/skqp/src/gpu/ddl/ |
D | GrDDLGpu.cpp | 31 void GrDDLGpu::submitCommandBuffer(const GrGpuRTCommandBuffer* cmdBuffer) { in submitCommandBuffer() function in GrDDLGpu
|
D | GrDDLGpu.h | 93 void submitCommandBuffer(const GrGpuRTCommandBuffer*);
|
/external/skia/src/gpu/mock/ |
D | GrMockGpuCommandBuffer.h | 50 void submit() override { fGpu->submitCommandBuffer(this); } in submit()
|
D | GrMockGpu.cpp | 55 void GrMockGpu::submitCommandBuffer(const GrMockGpuRTCommandBuffer* cmdBuffer) { in submitCommandBuffer() function in GrMockGpu
|
D | GrMockGpu.h | 49 void submitCommandBuffer(const GrMockGpuRTCommandBuffer*);
|
/external/skqp/src/gpu/mock/ |
D | GrMockGpuCommandBuffer.h | 50 void submit() override { fGpu->submitCommandBuffer(this); } in submit()
|
D | GrMockGpu.cpp | 55 void GrMockGpu::submitCommandBuffer(const GrMockGpuRTCommandBuffer* cmdBuffer) { in submitCommandBuffer() function in GrMockGpu
|
D | GrMockGpu.h | 64 void submitCommandBuffer(const GrMockGpuRTCommandBuffer*);
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 271 void GrVkGpu::submitCommandBuffer(SyncQueue sync) { in submitCommandBuffer() function in GrVkGpu 414 this->submitCommandBuffer(kForce_SyncQueue); in onWritePixels() 493 this->submitCommandBuffer(GrVkGpu::kSkip_SyncQueue); in resolveImage() 540 this->submitCommandBuffer(kSkip_SyncQueue); in internalResolveRenderTarget() 998 this->submitCommandBuffer(kSkip_SyncQueue); in generateMipmap() 1538 this->submitCommandBuffer(kForce_SyncQueue); in deleteTestingOnlyBackendTexture() 1587 this->submitCommandBuffer(kSkip_SyncQueue); in onFinishFlush() 1844 this->submitCommandBuffer(GrVkGpu::kSkip_SyncQueue); in onCopySurface() 2016 this->submitCommandBuffer(kForce_SyncQueue); in onReadPixels() 2181 this->submitCommandBuffer(kSkip_SyncQueue); in insertSemaphore() [all …]
|
D | GrVkGpu.h | 210 void submitCommandBuffer(SyncQueue sync);
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 488 void submitCommandBuffer (void) const; 856 void ImageClearingTestInstance::submitCommandBuffer (void) const in submitCommandBuffer() function in vkt::api::__anonab274a2f0111::ImageClearingTestInstance 997 submitCommandBuffer(); in readImage() 1197 submitCommandBuffer(); in iterate() 1249 submitCommandBuffer(); in iterate() 1356 submitCommandBuffer(); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.cpp | 466 Move<VkFence> submitCommandBuffer( in submitCommandBuffer() function 1202 Move<VkFence> fence(submitCommandBuffer(context, *cmdBuffer)); in makeTessellationEvaluationTest() 1410 Move<VkFence> fence(submitCommandBuffer(context, *cmdBuffer)); in makeTessellationControlTest() 1615 Move<VkFence> fence(submitCommandBuffer(context, *cmdBuffer)); in makeGeometryTest() 1915 Move<VkFence> fence(submitCommandBuffer(context, *cmdBuffer)); in makeVertexFrameBufferTest() 2103 Move<VkFence> fence(submitCommandBuffer(context, *cmdBuffer)); in makeVertexTest() 2325 Move<VkFence> fence(submitCommandBuffer(context, *cmdBuffer)); in makeFragmentFrameBufferTest() 2552 Move<VkFence> fence(submitCommandBuffer(context, *cmdBuffer)); in makeFragmentTest() 2769 Move<VkFence> fence(submitCommandBuffer(context, *cmdBuffer)); in makeComputeTest()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 7458 void submitCommandBuffer (void); 7591 void CacheState::submitCommandBuffer (void) in submitCommandBuffer() function in vkt::memory::__anone705df420111::CacheState 8592 state.cache.submitCommandBuffer(); in applyOp()
|