Lines Matching refs:GrVkCommandBuffer

18 GrVkCommandBuffer* GrVkCommandBuffer::Create(const GrVkGpu* gpu, VkCommandPool cmdPool) {  in Create()
34 return new GrVkCommandBuffer(cmdBuffer); in Create()
37 GrVkCommandBuffer::~GrVkCommandBuffer() { in ~GrVkCommandBuffer()
42 void GrVkCommandBuffer::invalidateState() { in invalidateState()
49 void GrVkCommandBuffer::freeGPUData(const GrVkGpu* gpu) const { in freeGPUData()
65 void GrVkCommandBuffer::abandonSubResources() const { in abandonSubResources()
71 void GrVkCommandBuffer::begin(const GrVkGpu* gpu) { in begin()
85 void GrVkCommandBuffer::end(const GrVkGpu* gpu) { in end()
95 void GrVkCommandBuffer::beginRenderPass(const GrVkGpu* gpu, in beginRenderPass()
110 void GrVkCommandBuffer::endRenderPass(const GrVkGpu* gpu) { in endRenderPass()
117 void GrVkCommandBuffer::submitToQueue(const GrVkGpu* gpu, VkQueue queue, GrVkGpu::SyncQueue sync) { in submitToQueue()
155 bool GrVkCommandBuffer::finished(const GrVkGpu* gpu) const { in finished()
181 void GrVkCommandBuffer::pipelineBarrier(const GrVkGpu* gpu, in pipelineBarrier()
226 void GrVkCommandBuffer::copyImage(const GrVkGpu* gpu, in copyImage()
246 void GrVkCommandBuffer::copyImageToBuffer(const GrVkGpu* gpu, in copyImageToBuffer()
264 void GrVkCommandBuffer::copyBufferToImage(const GrVkGpu* gpu, in copyBufferToImage()
282 void GrVkCommandBuffer::clearColorImage(const GrVkGpu* gpu, in clearColorImage()
298 void GrVkCommandBuffer::clearAttachments(const GrVkGpu* gpu, in clearAttachments()
323 void GrVkCommandBuffer::bindDescriptorSets(const GrVkGpu* gpu, in bindDescriptorSets()
343 void GrVkCommandBuffer::drawIndexed(const GrVkGpu* gpu, in drawIndexed()
359 void GrVkCommandBuffer::draw(const GrVkGpu* gpu, in draw()