Searched defs:color_attachment (Results 1 – 11 of 11) sorted by relevance
735 VkClearAttachment color_attachment; in TEST_F() local759 VkClearAttachment color_attachment; in TEST_F() local4097 VkClearAttachment color_attachment; in TEST_F() local
930 VkClearAttachment color_attachment = {}; in VKTriangleTest() local
1059 VkClearAttachment color_attachment; in TEST_F() local1901 VkClearAttachment color_attachment; in TEST_F() local
2477 VkClearAttachment color_attachment; in TEST_F() local
1590 VkPipelineColorBlendAttachmentState color_attachment[1] = {}; in setup_swapchain_data_pipeline() local1726 VkAttachmentReference color_attachment = {}; in setup_swapchain_data() local
1691 VkRenderingAttachmentInfo *color_attachment = &color_attachments[i]; in begin_subpass() local
4941 … bool color_attachment, bool renderbuffertarget, bool renderbuffer) in ExpectError()5311 … bool framebuffer, bool attachment, bool color_attachment, bool texture, in ExpectError()
3691 textureDefinition color_attachment; local
2867 uint32_t color_attachment = VK_ATTACHMENT_UNUSED; in PreCallValidateCmdClearAttachments() local
1833 …const auto color_attachment = pPipeline->rp_state->createInfo.pAttachments[color_attachment_ref.at… in ValidatePipelineUnlocked() local
7994 pub color_attachment: u32, field8038 pub fn color_attachment(mut self, color_attachment: u32) -> Self { in color_attachment() method