Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkRenderPass.h84 uint32_t fAttachmentCount; member
DGrVkRenderPass.cpp55 uint32_t numAttachments = fAttachmentsDescriptor.fAttachmentCount; in init()
DGrVkRenderTarget.cpp282 desc->fAttachmentCount = attachmentCount; in getAttachmentsDescriptor()
/external/skia/src/gpu/vk/
DGrVkRenderPass.h75 uint32_t fAttachmentCount; member
DGrVkRenderTarget.cpp367 desc->fAttachmentCount = attachmentCount; in getAttachmentsDescriptor()
398 desc->fAttachmentCount = attachmentCount; in ReconstructAttachmentsDescriptor()
DGrVkRenderPass.cpp123 uint32_t numAttachments = attachmentsDescriptor->fAttachmentCount; in Create()