Searched refs:src_render_loop (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_cmd_buffer.c | 57 bool src_render_loop, 5940 bool src_render_loop, in radv_handle_depth_image_transition() argument 5953 …} else if (!radv_layout_is_htile_compressed(cmd_buffer->device, image, src_layout, src_render_loop… in radv_handle_depth_image_transition() 5956 …} else if (radv_layout_is_htile_compressed(cmd_buffer->device, image, src_layout, src_render_loop,… in radv_handle_depth_image_transition() 6068 bool src_render_loop, in radv_init_color_image_metadata() argument 6126 bool src_render_loop, in radv_handle_color_image_transition() argument 6135 src_layout, src_render_loop, in radv_handle_color_image_transition() 6145 …} else if (radv_layout_dcc_compressed(cmd_buffer->device, image, src_layout, src_render_loop, src_… in radv_handle_color_image_transition() 6148 } else if (radv_layout_can_fast_clear(image, src_layout, src_render_loop, src_queue_mask) && in radv_handle_color_image_transition() 6155 if (radv_layout_can_fast_clear(image, src_layout, src_render_loop, src_queue_mask) && in radv_handle_color_image_transition() [all …]
|