Home
last modified time | relevance | path

Searched refs:GrVkCommandBuffer (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp18 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()
[all …]
DGrVkResourceProvider.h20 class GrVkCommandBuffer; variable
43 GrVkCommandBuffer* createCommandBuffer();
74 SkSTArray<4, GrVkCommandBuffer*> fActiveCommandBuffers;
DGrVkCommandBuffer.h21 class GrVkCommandBuffer : public GrVkResource {
23 static GrVkCommandBuffer* Create(const GrVkGpu* gpu, VkCommandPool cmdPool);
24 ~GrVkCommandBuffer() override;
169 explicit GrVkCommandBuffer(VkCommandBuffer cmdBuffer) in GrVkCommandBuffer() function
DGrVkProgram.h20 class GrVkCommandBuffer; variable
38 void bind(const GrVkGpu* gpu, GrVkCommandBuffer* commandBuffer);
40 void addUniformResources(GrVkCommandBuffer&);
DGrVkResourceProvider.cpp65 GrVkCommandBuffer* GrVkResourceProvider::createCommandBuffer() { in createCommandBuffer()
66 GrVkCommandBuffer* cmdBuffer = GrVkCommandBuffer::Create(fGpu, fGpu->cmdPool()); in createCommandBuffer()
DGrVkRenderTarget.h17 class GrVkCommandBuffer; variable
65 void addResources(GrVkCommandBuffer& commandBuffer) const;
DGrVkGpu.h27 class GrVkCommandBuffer; variable
211 GrVkCommandBuffer* fCurrentCmdBuffer;
DGrVkProgram.cpp340 void GrVkProgram::bind(const GrVkGpu* gpu, GrVkCommandBuffer* commandBuffer) { in bind()
346 void GrVkProgram::addUniformResources(GrVkCommandBuffer& commandBuffer) { in addUniformResources()
DGrVkGpu.cpp850 GrVkCommandBuffer::kMemory_BarrierType, in addMemoryBarrier()
863 GrVkCommandBuffer::kBufferMemory_BarrierType, in addBufferMemoryBarrier()
876 GrVkCommandBuffer::kImageMemory_BarrierType, in addImageMemoryBarrier()
DGrVkRenderTarget.cpp279 void GrVkRenderTarget::addResources(GrVkCommandBuffer& commandBuffer) const { in addResources()
/external/skia/gyp/
Dgpu.gypi442 '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.cpp',
443 '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.h',