Searched refs:colorRef (Results 1 – 10 of 10) sorted by relevance
63 VkAttachmentReference colorRef; in init() local84 colorRef.attachment = currentAttachment++; in init()85 colorRef.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in init()89 fClearValueCount = colorRef.attachment + 1; in init()94 colorRef.attachment = VK_ATTACHMENT_UNUSED; in init()95 colorRef.layout = VK_IMAGE_LAYOUT_UNDEFINED; in init()98 subpassDesc.pColorAttachments = &colorRef; in init()
131 VkAttachmentReference colorRef; in Create() local166 colorRef.attachment = currentAttachment++; in Create()167 colorRef.layout = layout; in Create()190 subpassDescMain.pInputAttachments = &colorRef; in Create()198 clearValueCount = colorRef.attachment + 1; in Create()204 colorRef.attachment = VK_ATTACHMENT_UNUSED; in Create()205 colorRef.layout = VK_IMAGE_LAYOUT_UNDEFINED; in Create()209 subpassDescMain.pColorAttachments = &colorRef; in Create()241 subpassDescLoad.pColorAttachments = &colorRef; in Create()
48 SK_OT_ULONG colorRef; //not used; set to 0. member
748 const VkAttachmentReference* colorRef = &attachmentReferences.back(); in drawAndSampleInputAttachment() local757 colorRef, // const VkAttachmentReference* pColorAttachments; in drawAndSampleInputAttachment()957 const VkAttachmentReference* colorRef = &attachmentReferences.back(); in draw() local966 colorRef, // const VkAttachmentReference* pColorAttachments; in draw()
1020 const VkAttachmentReference* colorRef = &attachmentReferences.back(); in draw() local1049 colorRef, // const VkAttachmentReference* pColorAttachments; in draw()1616 …const VkAttachmentReference colorRef = makeAttachmentReference(0u, VK_IMAGE_LAYOUT_COLOR_ATTACHME… in drawResolve() local1627 &colorRef, // const VkAttachmentReference* pColorAttachments; in drawResolve()
1595 const vk::VkAttachmentReference colorRef = in iterate() local1608 &colorRef, // const VkAttachmentReference* pColorAttachments; in iterate()
565 const vk::VkAttachmentReference colorRef = in iterate() local570 const std::vector<vk::VkAttachmentReference> colorAttachments(1u, colorRef); in iterate()970 const vk::VkAttachmentReference colorRef = in iterate() local975 const std::vector<vk::VkAttachmentReference> colorAttachments(1u, colorRef); in iterate()
984 VkAttachmentReference colorRef; in InitializeRenderPassFromDesc() local985 colorRef.attachment = attachmentCount.get(); in InitializeRenderPassFromDesc()986 colorRef.layout = needInputAttachments in InitializeRenderPassFromDesc()990 colorAttachmentRefs.push_back(colorRef); in InitializeRenderPassFromDesc()1053 VkAttachmentReference colorRef; in InitializeRenderPassFromDesc() local1054 colorRef.attachment = attachmentCount.get(); in InitializeRenderPassFromDesc()1055 colorRef.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in InitializeRenderPassFromDesc()1064 colorResolveAttachmentRefs.push_back(colorRef); in InitializeRenderPassFromDesc()
290 HBUINT32 colorRef; member