Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_render_pass.c66 VkAttachmentReference2 color_refs[PIPE_MAX_COLOR_BUFS], color_resolves[PIPE_MAX_COLOR_BUFS], zs_ref, zs_resolve; in create_render_pass2() local
97 color_refs[i].sType = VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_2; in create_render_pass2()
98 color_refs[i].pNext = NULL; in create_render_pass2()
99 color_refs[i].attachment = i; in create_render_pass2()
100 color_refs[i].layout = layout; in create_render_pass2()
101 color_refs[i].aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in create_render_pass2()
104 memcpy(&input_attachments[input_count++], &color_refs[i], sizeof(VkAttachmentReference2)); in create_render_pass2()
118 memcpy(&color_resolves[i], &color_refs[i], sizeof(VkAttachmentReference2)); in create_render_pass2()
198 subpass.pColorAttachments = color_refs; in create_render_pass2()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c4918 VkAttachmentReference2 color_refs[MAX_RTS], ds_ref; in radv_inherit_dynamic_rendering() local
4926 .pColorAttachments = color_refs, in radv_inherit_dynamic_rendering()
4931 color_refs[i] = (VkAttachmentReference2){ in radv_inherit_dynamic_rendering()
4938 color_refs[i] = (VkAttachmentReference2){ in radv_inherit_dynamic_rendering()
8898 VkAttachmentReference2 color_refs[MAX_RTS], color_resolve_refs[MAX_RTS]; in radv_CmdBeginRendering() local
8911 .pColorAttachments = color_refs, in radv_CmdBeginRendering()
8916 color_refs[i] = (VkAttachmentReference2){ in radv_CmdBeginRendering()
8930 color_refs[i] = (VkAttachmentReference2){.sType = VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_2, in radv_CmdBeginRendering()

Completed in 17 milliseconds