Searched refs:radv_clear_htile (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta.h | 228 uint32_t radv_clear_htile(struct radv_cmd_buffer *cmd_buffer, const struct radv_image *image,
|
H A D | radv_meta_decompress.c | 633 cmd_buffer->state.flush_bits |= radv_clear_htile(cmd_buffer, image, subresourceRange, htile_value); in radv_expand_depth_stencil_compute()
|
H A D | radv_meta_copy.c | 554 cmd_buffer->state.flush_bits |= radv_clear_htile(cmd_buffer, dst_image, &range, htile_value); in copy_image()
|
H A D | radv_meta_clear.c | 889 flush_bits = radv_clear_htile(cmd_buffer, iview->image, &range, clear_word); in radv_fast_clear_depth() 1463 radv_clear_htile(struct radv_cmd_buffer *cmd_buffer, const struct radv_image *image, in radv_clear_htile() function
|
H A D | radv_meta_resolve_cs.c | 930 cmd_buffer->state.flush_bits |= radv_clear_htile(cmd_buffer, dst_image, &range, htile_value); in radv_depth_stencil_resolve_subpass_cs()
|
H A D | radv_cmd_buffer.c | 9246 state->flush_bits |= radv_clear_htile(cmd_buffer, image, range, htile_value); in radv_initialize_htile()
|
Completed in 22 milliseconds