/third_party/flutter/skia/src/gpu/mock/ |
D | GrMockGpu.h | 27 GrGpuRTCommandBuffer* getCommandBuffer( 32 GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) override;
|
D | GrMockGpu.cpp | 55 GrGpuRTCommandBuffer* GrMockGpu::getCommandBuffer( in getCommandBuffer() function in GrMockGpu 62 GrGpuTextureCommandBuffer* GrMockGpu::getCommandBuffer(GrTexture* texture, GrSurfaceOrigin origin) { in getCommandBuffer() function in GrMockGpu
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 59 GrGpuRTCommandBuffer* getCommandBuffer( 64 GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) override;
|
D | GrDawnGpu.cpp | 66 GrGpuRTCommandBuffer* GrDawnGpu::getCommandBuffer( in getCommandBuffer() function in GrDawnGpu 74 GrGpuTextureCommandBuffer* GrDawnGpu::getCommandBuffer(GrTexture* texture, in getCommandBuffer() function in GrDawnGpu
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 83 GrGpuRTCommandBuffer* getCommandBuffer( 88 GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) override;
|
D | GrMtlGpu.mm | 143 GrGpuRTCommandBuffer* GrMtlGpu::getCommandBuffer( function 150 GrGpuTextureCommandBuffer* GrMtlGpu::getCommandBuffer(GrTexture* texture, function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | CommandProcessor.cpp | 516 ASSERT(!task->getCommandBuffer()->empty()); in processTask() 518 CommandBufferHelper *commandBuffer = task->getCommandBuffer(); in processTask() 530 CommandBufferHelper *originalCommandBuffer = task->getCommandBuffer(); in processTask() 1037 PrimaryCommandBuffer &commandBuffer = getCommandBuffer(hasProtectedContent); in submitFrame() 1154 PrimaryCommandBuffer &commandBuffer = getCommandBuffer(hasProtectedContent); in ensurePrimaryCommandBufferValid() 1176 PrimaryCommandBuffer &commandBuffer = getCommandBuffer(hasProtectedContent); in flushOutsideRPCommands() 1186 PrimaryCommandBuffer &commandBuffer = getCommandBuffer(hasProtectedContent); in flushRenderPassCommands()
|
D | ContextVk.cpp | 886 ANGLE_TRY(traceGpuEvent(&mOutsideRenderPassCommands->getCommandBuffer(), in initialize() 1416 return handleDirtyEventLogImpl(&mOutsideRenderPassCommands->getCommandBuffer()); in handleDirtyComputeEventLog() 1626 mOutsideRenderPassCommands->getCommandBuffer().bindComputePipeline( in handleDirtyComputePipelineBinding() 2159 return handleDirtyDescriptorSetsImpl(&mOutsideRenderPassCommands->getCommandBuffer(), in handleDirtyComputeDescriptorSets() 3203 : &mOutsideRenderPassCommands->getCommandBuffer(); in insertEventMarkerImpl() 3242 : &mOutsideRenderPassCommands->getCommandBuffer(); in pushDebugGroupImpl() 3257 : &mOutsideRenderPassCommands->getCommandBuffer(); in popDebugGroupImpl() 3288 mRenderPassCommands->getCommandBuffer().endDebugUtilsLabelEXT(); in endEventLog() 3294 mOutsideRenderPassCommands->getCommandBuffer().endDebugUtilsLabelEXT(); in endEventLog() 3309 commandBuffer = &mOutsideRenderPassCommands->getCommandBuffer(); in endEventLogForClearOrQuery() [all …]
|
D | CommandProcessor.h | 142 CommandBufferHelper *getCommandBuffer() const { return mCommandBuffer; } in getCommandBuffer() function 419 PrimaryCommandBuffer &getCommandBuffer(bool hasProtectedContent) in getCommandBuffer() function
|
D | ContextVk.h | 563 *commandBufferOut = &mOutsideRenderPassCommands->getCommandBuffer(); in getOutsideRenderPassCommandBuffer() 591 return hasStartedRenderPass() && !mRenderPassCommands->getCommandBuffer().empty(); in hasStartedRenderPassWithCommands()
|
D | UtilsVk.cpp | 1977 commandBuffer = &contextVk->getStartedRenderPassCommands().getCommandBuffer(); in clearFramebuffer() 3296 &contextVk->getStartedRenderPassCommands().getCommandBuffer(); in unresolve()
|
D | vk_helpers.cpp | 2151 pool->freeCommandBuffers(device, 1, (*commandBuffer)->getCommandBuffer().ptr()); in recycleImpl() 2152 (*commandBuffer)->getCommandBuffer().releaseHandle(); in recycleImpl() 3140 &contextVk->getStartedRenderPassCommands().getCommandBuffer(); in beginRenderPassQuery() 3151 endQueryImpl(contextVk, &contextVk->getStartedRenderPassCommands().getCommandBuffer()); in endRenderPassQuery()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkGpu.h | 105 GrGpuRTCommandBuffer* getCommandBuffer( 110 GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) override;
|
D | GrVkGpu.cpp | 321 GrGpuRTCommandBuffer* GrVkGpu::getCommandBuffer( in getCommandBuffer() function in GrVkGpu 333 GrGpuTextureCommandBuffer* GrVkGpu::getCommandBuffer(GrTexture* texture, GrSurfaceOrigin origin) { in getCommandBuffer() function in GrVkGpu
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessUtil.hpp | 59 virtual vk::VkCommandBuffer getCommandBuffer (void);
|
D | vktRobustnessUtil.cpp | 303 VkCommandBuffer TestEnvironment::getCommandBuffer (void) in getCommandBuffer() function in vkt::robustness::TestEnvironment
|
D | vktRobustnessVertexAccessTests.cpp | 737 const vk::VkCommandBuffer cmdBuffer = m_graphicsTestEnvironment->getCommandBuffer(); in iterate()
|
D | vktRobustnessBufferAccessTests.cpp | 1095 const vk::VkCommandBuffer cmdBuffer = m_testEnvironment->getCommandBuffer(); in iterate()
|
/third_party/flutter/skia/src/gpu/ |
D | GrGpu.h | 315 virtual GrGpuRTCommandBuffer* getCommandBuffer( 322 virtual GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) = 0;
|
D | GrTextureOpList.cpp | 121 flushState->gpu()->getCommandBuffer(fTarget->peekTexture(), in onExecute()
|
D | GrRenderTargetOpList.cpp | 463 return gpu->getCommandBuffer(rt, origin, bounds, kColorLoadStoreInfo, stencilLoadAndStoreInfo); in create_command_buffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 1769 vk::VkCommandBuffer getCommandBuffer (void) const { return m_commandBuffer; } in getCommandBuffer() function in vkt::memory::__anonc07e9c840111::SubmitContext 1976 const vk::VkCommandBuffer cmd = context.getCommandBuffer(); in submit() 2119 const vk::VkCommandBuffer cmd = context.getCommandBuffer(); in submit() 2174 const vk::VkCommandBuffer cmd = context.getCommandBuffer(); in submit() 2220 const vk::VkCommandBuffer cmd = context.getCommandBuffer(); in submit() 2305 const vk::VkCommandBuffer commandBuffer = context.getCommandBuffer(); in submit() 2441 const vk::VkCommandBuffer commandBuffer = context.getCommandBuffer(); in submit() 2571 const vk::VkCommandBuffer commandBuffer = context.getCommandBuffer(); in submit() 2875 const vk::VkCommandBuffer commandBuffer = context.getCommandBuffer(); in submit() 2958 const vk::VkCommandBuffer commandBuffer = context.getCommandBuffer(); in submit() [all …]
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpu.h | 125 GrGpuRTCommandBuffer* getCommandBuffer( 130 GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) override;
|
D | GrGLGpu.cpp | 2297 GrGpuRTCommandBuffer* GrGLGpu::getCommandBuffer( in getCommandBuffer() function in GrGLGpu 2309 GrGpuTextureCommandBuffer* GrGLGpu::getCommandBuffer(GrTexture* texture, GrSurfaceOrigin origin) { in getCommandBuffer() function in GrGLGpu
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 73 VkCommandBuffer getCommandBuffer (deUint32 bufferIndex) const; 114 VkCommandBuffer CommandBufferBareTestEnvironment<NumBuffers>::getCommandBuffer(deUint32 bufferIndex… in getCommandBuffer() function in vkt::api::__anon90601b150111::CommandBufferBareTestEnvironment 128 VkCommandBuffer getPrimaryCommandBuffer (void) const { return getCommandBuffer(0); } in getPrimaryCommandBuffer()
|