Home
last modified time | relevance | path

Searched refs:fAttachmentCount (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/gpu/vk/
DGrVkRenderPass.h84 uint32_t fAttachmentCount; member
DGrVkRenderPass.cpp55 uint32_t numAttachments = fAttachmentsDescriptor.fAttachmentCount; in init()
DGrVkRenderTarget.cpp284 desc->fAttachmentCount = attachmentCount; in getAttachmentsDescriptor()
/third_party/skia/src/gpu/vk/
DGrVkRenderPass.h78 uint32_t fAttachmentCount; member
DGrVkRenderTarget.cpp406 desc->fAttachmentCount = attachmentCount; in getAttachmentsDescriptor()
437 desc->fAttachmentCount = attachmentCount; in ReconstructAttachmentsDescriptor()
DGrVkRenderPass.cpp123 uint32_t numAttachments = attachmentsDescriptor->fAttachmentCount; in Create()