Searched refs:radv_layout_is_htile_compressed (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_copy.c | 385 if (radv_layout_is_htile_compressed(cmd_buffer->device, dst_image, dst_image_layout, in copy_image() 539 if (radv_layout_is_htile_compressed(cmd_buffer->device, dst_image, dst_image_layout, in copy_image()
|
D | radv_meta_resolve_cs.c | 920 if (radv_layout_is_htile_compressed(cmd_buffer->device, dst_image, layout, false, queue_mask)) { in radv_depth_stencil_resolve_subpass_cs()
|
D | radv_meta_clear.c | 533 radv_layout_is_htile_compressed(cmd_buffer->device, iview->image, layout, in_render_loop, in depth_view_can_fast_clear() 819 if (!radv_layout_is_htile_compressed( in radv_can_fast_clear_depth()
|
D | radv_cmd_buffer.c | 2121 if (!radv_layout_is_htile_compressed( in radv_update_zrange_precision() 2162 if (!radv_layout_is_htile_compressed( in radv_emit_fb_ds_state() 2811 if (radv_layout_is_htile_compressed( in radv_emit_framebuffer_state() 9275 } else if (!radv_layout_is_htile_compressed(device, image, src_layout, src_render_loop, in radv_handle_depth_image_transition() 9277 radv_layout_is_htile_compressed(device, image, dst_layout, dst_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() 9282 !radv_layout_is_htile_compressed(device, image, dst_layout, dst_render_loop, in radv_handle_depth_image_transition()
|
D | radv_private.h | 2407 bool radv_layout_is_htile_compressed(const struct radv_device *device,
|
D | radv_image.c | 2219 radv_layout_is_htile_compressed(const struct radv_device *device, const struct radv_image *image, in radv_layout_is_htile_compressed() function
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.0.0.rst | 3049 - radv: clean up radv_layout_is_htile_compressed()
|
D | 21.3.0.rst | 3817 - radv: remove unnecessary check in radv_layout_is_htile_compressed()
|