Lines Matching refs:GrVkRenderPass
16 typedef GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc AttachmentDesc;
45 void GrVkRenderPass::initSimple(const GrVkGpu* gpu, const GrVkRenderTarget& target) { in initSimple()
46 static const GrVkRenderPass::LoadStoreOps kBasicLoadStoreOps(VK_ATTACHMENT_LOAD_OP_LOAD, in initSimple()
52 void GrVkRenderPass::init(const GrVkGpu* gpu, in init()
147 void GrVkRenderPass::init(const GrVkGpu* gpu, in init()
148 const GrVkRenderPass& compatibleRenderPass, in init()
156 void GrVkRenderPass::init(const GrVkGpu* gpu, in init()
166 void GrVkRenderPass::freeGPUData(GrVkGpu* gpu) const { in freeGPUData()
172 bool GrVkRenderPass::colorAttachmentIndex(uint32_t* index) const { in colorAttachmentIndex()
183 bool GrVkRenderPass::stencilAttachmentIndex(uint32_t* index) const { in stencilAttachmentIndex()
194 bool GrVkRenderPass::isCompatible(const AttachmentsDescriptor& desc, in isCompatible()
215 bool GrVkRenderPass::isCompatible(const GrVkRenderTarget& target) const { in isCompatible()
224 bool GrVkRenderPass::isCompatible(const GrVkRenderPass& renderPass) const { in isCompatible()
229 bool GrVkRenderPass::isCompatibleExternalRP(VkRenderPass renderPass) const { in isCompatibleExternalRP()
234 bool GrVkRenderPass::equalLoadStoreOps(const LoadStoreOps& colorOps, in equalLoadStoreOps()
250 void GrVkRenderPass::genKey(GrProcessorKeyBuilder* b) const { in genKey()