Searched refs:pre_flush (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_clear.c | 862 const VkClearAttachment *clear_att, enum radv_cmd_flush_bits *pre_flush, in radv_fast_clear_depth() argument 871 if (pre_flush) { in radv_fast_clear_depth() 877 cmd_buffer->state.flush_bits |= bits & ~*pre_flush; in radv_fast_clear_depth() 878 *pre_flush |= cmd_buffer->state.flush_bits; in radv_fast_clear_depth() 1788 enum radv_cmd_flush_bits *pre_flush, enum radv_cmd_flush_bits *post_flush) in radv_fast_clear_color() argument 1801 if (pre_flush) { in radv_fast_clear_color() 1805 cmd_buffer->state.flush_bits |= bits & ~*pre_flush; in radv_fast_clear_color() 1806 *pre_flush |= cmd_buffer->state.flush_bits; in radv_fast_clear_color() 1866 const VkClearRect *clear_rect, enum radv_cmd_flush_bits *pre_flush, in emit_clear() argument 1888 radv_fast_clear_color(cmd_buffer, iview, clear_att, subpass_att, pre_flush, post_flush); in emit_clear() [all …]
|