Searched refs:GrVkCommandBuffer (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 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() [all …]
|
D | GrVkResourceProvider.h | 20 class GrVkCommandBuffer; variable 43 GrVkCommandBuffer* createCommandBuffer(); 74 SkSTArray<4, GrVkCommandBuffer*> fActiveCommandBuffers;
|
D | GrVkCommandBuffer.h | 21 class GrVkCommandBuffer : public GrVkResource { 23 static GrVkCommandBuffer* Create(const GrVkGpu* gpu, VkCommandPool cmdPool); 24 ~GrVkCommandBuffer() override; 169 explicit GrVkCommandBuffer(VkCommandBuffer cmdBuffer) in GrVkCommandBuffer() function
|
D | GrVkProgram.h | 20 class GrVkCommandBuffer; variable 38 void bind(const GrVkGpu* gpu, GrVkCommandBuffer* commandBuffer); 40 void addUniformResources(GrVkCommandBuffer&);
|
D | GrVkResourceProvider.cpp | 65 GrVkCommandBuffer* GrVkResourceProvider::createCommandBuffer() { in createCommandBuffer() 66 GrVkCommandBuffer* cmdBuffer = GrVkCommandBuffer::Create(fGpu, fGpu->cmdPool()); in createCommandBuffer()
|
D | GrVkRenderTarget.h | 17 class GrVkCommandBuffer; variable 65 void addResources(GrVkCommandBuffer& commandBuffer) const;
|
D | GrVkGpu.h | 27 class GrVkCommandBuffer; variable 211 GrVkCommandBuffer* fCurrentCmdBuffer;
|
D | GrVkProgram.cpp | 340 void GrVkProgram::bind(const GrVkGpu* gpu, GrVkCommandBuffer* commandBuffer) { in bind() 346 void GrVkProgram::addUniformResources(GrVkCommandBuffer& commandBuffer) { in addUniformResources()
|
D | GrVkGpu.cpp | 850 GrVkCommandBuffer::kMemory_BarrierType, in addMemoryBarrier() 863 GrVkCommandBuffer::kBufferMemory_BarrierType, in addBufferMemoryBarrier() 876 GrVkCommandBuffer::kImageMemory_BarrierType, in addImageMemoryBarrier()
|
D | GrVkRenderTarget.cpp | 279 void GrVkRenderTarget::addResources(GrVkCommandBuffer& commandBuffer) const { in addResources()
|
/external/skia/gyp/ |
D | gpu.gypi | 442 '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.cpp', 443 '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.h',
|