Home
last modified time | relevance | path

Searched refs:radv_clear_htile (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_meta.h247 uint32_t radv_clear_htile(struct radv_cmd_buffer *cmd_buffer,
Dradv_meta_clear.c1148 flush_bits = radv_clear_htile(cmd_buffer, iview->image, &range, clear_word); in radv_fast_clear_depth()
1563 radv_clear_htile(struct radv_cmd_buffer *cmd_buffer, in radv_clear_htile() function
Dradv_meta_resolve_cs.c1061 radv_clear_htile(cmd_buffer, dst_image, &range, in radv_depth_stencil_resolve_subpass_cs()
Dradv_cmd_buffer.c5918 state->flush_bits |= radv_clear_htile(cmd_buffer, image, range, htile_value); in radv_initialize_htile()