Home
last modified time | relevance | path

Searched refs:currCmdBuf (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkOpsRenderPass.cpp730 GrVkCommandBuffer* currCmdBuf = this->currentCommandBuffer(); in onBindBuffers() local
731 SkASSERT(currCmdBuf); in onBindBuffers()
744 currCmdBuf->bindInputBuffer(fGpu, binding++, std::move(vertexBuffer)); in onBindBuffers()
749 currCmdBuf->bindInputBuffer(fGpu, binding++, std::move(instanceBuffer)); in onBindBuffers()
754 currCmdBuf->bindIndexBuffer(fGpu, std::move(indexBuffer)); in onBindBuffers()
/external/skqp/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp599 GrVkSecondaryCommandBuffer* currCmdBuf = fCommandBufferInfos[fCurrentCmdInfo].currentCmdBuf(); in bindGeometry() local
614 currCmdBuf->bindInputBuffer(fGpu, binding++, in bindGeometry()
623 currCmdBuf->bindInputBuffer(fGpu, binding++, in bindGeometry()
631 currCmdBuf->bindIndexBuffer(fGpu, static_cast<const GrVkIndexBuffer*>(indexBuffer)); in bindGeometry()