Searched refs:color_att (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_execute.c | 169 struct lvp_render_attachment *color_att; member 1576 if (state->color_att[i].load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) in render_needs_clear() 1623 if (state->color_att[i].load_op != VK_ATTACHMENT_LOAD_OP_CLEAR) in render_clear() 1627 const VkClearValue value = state->color_att[i].clear_value; in render_clear() 1633 struct lvp_image_view *imgv = state->color_att[i].imgv; in render_clear() 1705 if (state->color_att[i].load_op != VK_ATTACHMENT_LOAD_OP_CLEAR) in render_clear_fast() 1711 if (memcmp(&color_value, &state->color_att[i].clear_value, sizeof(VkClearValue))) in render_clear_fast() 1714 memcpy(&color_value, &state->color_att[i].clear_value, sizeof(VkClearValue)); in render_clear_fast() 1829 if (!state->color_att[i].resolve_mode && in resolve_color() 1830 !(multi && state->forced_sample_count && state->color_att[ in resolve_color() [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_clear.c | 2092 VkRenderingAttachmentInfo color_att = {0}, depth_att = {0}, stencil_att = {0}; in radv_clear_image_layer() local 2095 color_att.sType = VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO; in radv_clear_image_layer() 2096 color_att.imageView = radv_image_view_to_handle(&iview); in radv_clear_image_layer() 2097 color_att.imageLayout = image_layout; in radv_clear_image_layer() 2098 color_att.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in radv_clear_image_layer() 2099 color_att.storeOp = VK_ATTACHMENT_STORE_OP_STORE; in radv_clear_image_layer() 2129 rendering_info.pColorAttachments = &color_att; in radv_clear_image_layer()
|
H A D | radv_meta_blit.c | 385 VkRenderingAttachmentInfo color_att; in meta_emit_blit() local 390 color_att = (VkRenderingAttachmentInfo) { in meta_emit_blit() 398 rendering_info.pColorAttachments = &color_att; in meta_emit_blit()
|
H A D | radv_meta_fast_clear.c | 504 const VkRenderingAttachmentInfo color_att = { in radv_process_color_image_layer() local 520 .pColorAttachments = &color_att, in radv_process_color_image_layer()
|
H A D | radv_meta_resolve_fs.c | 855 const VkRenderingAttachmentInfo color_att = { in radv_meta_resolve_fragment_image() local 871 .pColorAttachments = &color_att, in radv_meta_resolve_fragment_image()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_cmd_buffer.c | 1589 gfx->color_att[i] = (struct anv_attachment) { in anv_cmd_buffer_init_attachments() 1723 gfx->color_att[i].vk_format = in BeginCommandBuffer() 2608 &cmd_buffer->state.gfx.color_att[binding->index]; in emit_binding_table() 6648 gfx->color_att[i].vk_format = iview->vk.format; in CmdBeginRendering() 6649 gfx->color_att[i].iview = iview; in CmdBeginRendering() 6650 gfx->color_att[i].layout = att->imageLayout; in CmdBeginRendering() 6651 gfx->color_att[i].aux_usage = aux_usage; in CmdBeginRendering() 6669 &gfx->color_att[i].surface_state, in CmdBeginRendering() 6672 add_surface_state_relocs(cmd_buffer, gfx->color_att[i].surface_state); in CmdBeginRendering() 6681 gfx->color_att[ in CmdBeginRendering() [all...] |
H A D | anv_blorp.c | 1198 const struct anv_attachment *att = &gfx->color_att[att_idx]; in clear_color_attachment()
|
H A D | anv_private.h | 2656 struct anv_attachment color_att[MAX_RTS]; member
|
Completed in 36 milliseconds