Home
last modified time | relevance | path

Searched refs:getCommandBuffer (Results 1 – 25 of 29) sorted by relevance

12

/third_party/flutter/skia/src/gpu/mock/
DGrMockGpu.h27 GrGpuRTCommandBuffer* getCommandBuffer(
32 GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) override;
DGrMockGpu.cpp55 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/
DGrDawnGpu.h59 GrGpuRTCommandBuffer* getCommandBuffer(
64 GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) override;
DGrDawnGpu.cpp66 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/
DGrMtlGpu.h83 GrGpuRTCommandBuffer* getCommandBuffer(
88 GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) override;
DGrMtlGpu.mm143 GrGpuRTCommandBuffer* GrMtlGpu::getCommandBuffer( function
150 GrGpuTextureCommandBuffer* GrMtlGpu::getCommandBuffer(GrTexture* texture, function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp516 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()
DContextVk.cpp886 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 …]
DCommandProcessor.h142 CommandBufferHelper *getCommandBuffer() const { return mCommandBuffer; } in getCommandBuffer() function
419 PrimaryCommandBuffer &getCommandBuffer(bool hasProtectedContent) in getCommandBuffer() function
DContextVk.h563 *commandBufferOut = &mOutsideRenderPassCommands->getCommandBuffer(); in getOutsideRenderPassCommandBuffer()
591 return hasStartedRenderPass() && !mRenderPassCommands->getCommandBuffer().empty(); in hasStartedRenderPassWithCommands()
DUtilsVk.cpp1977 commandBuffer = &contextVk->getStartedRenderPassCommands().getCommandBuffer(); in clearFramebuffer()
3296 &contextVk->getStartedRenderPassCommands().getCommandBuffer(); in unresolve()
Dvk_helpers.cpp2151 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/
DGrVkGpu.h105 GrGpuRTCommandBuffer* getCommandBuffer(
110 GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) override;
DGrVkGpu.cpp321 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/
DvktRobustnessUtil.hpp59 virtual vk::VkCommandBuffer getCommandBuffer (void);
DvktRobustnessUtil.cpp303 VkCommandBuffer TestEnvironment::getCommandBuffer (void) in getCommandBuffer() function in vkt::robustness::TestEnvironment
DvktRobustnessVertexAccessTests.cpp737 const vk::VkCommandBuffer cmdBuffer = m_graphicsTestEnvironment->getCommandBuffer(); in iterate()
DvktRobustnessBufferAccessTests.cpp1095 const vk::VkCommandBuffer cmdBuffer = m_testEnvironment->getCommandBuffer(); in iterate()
/third_party/flutter/skia/src/gpu/
DGrGpu.h315 virtual GrGpuRTCommandBuffer* getCommandBuffer(
322 virtual GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) = 0;
DGrTextureOpList.cpp121 flushState->gpu()->getCommandBuffer(fTarget->peekTexture(), in onExecute()
DGrRenderTargetOpList.cpp463 return gpu->getCommandBuffer(rt, origin, bounds, kColorLoadStoreInfo, stencilLoadAndStoreInfo); in create_command_buffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1769 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/
DGrGLGpu.h125 GrGpuRTCommandBuffer* getCommandBuffer(
130 GrGpuTextureCommandBuffer* getCommandBuffer(GrTexture*, GrSurfaceOrigin) override;
DGrGLGpu.cpp2297 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/
DvktApiCommandBuffersTests.cpp73 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()

12