Searched refs:src_render_loop (Results 1 – 1 of 1) sorted by relevance
| /third_party/mesa3d/src/amd/vulkan/ |
| D | radv_cmd_buffer.c | 59 bool src_render_loop, VkImageLayout dst_layout, 9262 VkImageLayout src_layout, bool src_render_loop, in radv_handle_depth_image_transition() argument 9275 } else if (!radv_layout_is_htile_compressed(device, image, src_layout, src_render_loop, in radv_handle_depth_image_transition() 9280 } else if (radv_layout_is_htile_compressed(device, image, src_layout, src_render_loop, in radv_handle_depth_image_transition() 9369 VkImageLayout src_layout, bool src_render_loop, in radv_init_color_image_metadata() argument 9456 VkImageLayout src_layout, bool src_render_loop, in radv_handle_color_image_transition() argument 9468 radv_init_color_image_metadata(cmd_buffer, image, src_layout, src_render_loop, dst_layout, in radv_handle_color_image_transition() 9480 src_layout, src_render_loop, src_queue_mask) && in radv_handle_color_image_transition() 9486 src_layout, src_render_loop, src_queue_mask) && in radv_handle_color_image_transition() 9497 src_layout, src_render_loop, src_queue_mask) && in radv_handle_color_image_transition() [all …]
|