Home
last modified time | relevance | path

Searched refs:colorRef (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/gpu/vk/
DGrVkRenderPass.cpp63 VkAttachmentReference colorRef; in init() local
84 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()
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp131 VkAttachmentReference colorRef; in Create() local
166 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()
/external/skia/src/sfnt/
DSkOTTable_EBLC.h48 SK_OT_ULONG colorRef; //not used; set to 0. member
/external/skqp/src/sfnt/
DSkOTTable_EBLC.h48 SK_OT_ULONG colorRef; //not used; set to 0. member
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleShaderFragmentMaskTests.cpp748 const VkAttachmentReference* colorRef = &attachmentReferences.back(); in drawAndSampleInputAttachment() local
757 colorRef, // const VkAttachmentReference* pColorAttachments; in drawAndSampleInputAttachment()
957 const VkAttachmentReference* colorRef = &attachmentReferences.back(); in draw() local
966 colorRef, // const VkAttachmentReference* pColorAttachments; in draw()
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp1020 const VkAttachmentReference* colorRef = &attachmentReferences.back(); in draw() local
1049 colorRef, // const VkAttachmentReference* pColorAttachments; in draw()
1616 …const VkAttachmentReference colorRef = makeAttachmentReference(0u, VK_IMAGE_LAYOUT_COLOR_ATTACHME… in drawResolve() local
1627 &colorRef, // const VkAttachmentReference* pColorAttachments; in drawResolve()
DvktPipelineSamplerTests.cpp1595 const vk::VkAttachmentReference colorRef = in iterate() local
1608 &colorRef, // const VkAttachmentReference* pColorAttachments; in iterate()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateTests.cpp565 const vk::VkAttachmentReference colorRef = in iterate() local
570 const std::vector<vk::VkAttachmentReference> colorAttachments(1u, colorRef); in iterate()
970 const vk::VkAttachmentReference colorRef = in iterate() local
975 const std::vector<vk::VkAttachmentReference> colorAttachments(1u, colorRef); in iterate()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp984 VkAttachmentReference colorRef; in InitializeRenderPassFromDesc() local
985 colorRef.attachment = attachmentCount.get(); in InitializeRenderPassFromDesc()
986 colorRef.layout = needInputAttachments in InitializeRenderPassFromDesc()
990 colorAttachmentRefs.push_back(colorRef); in InitializeRenderPassFromDesc()
1053 VkAttachmentReference colorRef; in InitializeRenderPassFromDesc() local
1054 colorRef.attachment = attachmentCount.get(); in InitializeRenderPassFromDesc()
1055 colorRef.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in InitializeRenderPassFromDesc()
1064 colorResolveAttachmentRefs.push_back(colorRef); in InitializeRenderPassFromDesc()
/external/harfbuzz_ng/src/
Dhb-ot-color-cbdt-table.hh290 HBUINT32 colorRef; member