Home
last modified time | relevance | path

Searched refs:color_reference (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.cpp1254 VkAttachmentReference color_reference = {}; in init_renderpass() local
1255 color_reference.attachment = 0; in init_renderpass()
1256 color_reference.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in init_renderpass()
1268 subpass.pColorAttachments = &color_reference; in init_renderpass()
/third_party/glfw/tests/
H A Dtriangle-vulkan.c1168 const VkAttachmentReference color_reference = { in demo_prepare_render_pass() local
1181 .pColorAttachments = &color_reference, in demo_prepare_render_pass()

Completed in 7 milliseconds