Home
last modified time | relevance | path

Searched refs:anv_image_aux_layers (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c235 anv_image_aux_layers(iview->image, VK_IMAGE_ASPECT_COLOR_BIT, in color_attachment_compute_aux_usage()
319 anv_image_aux_layers(iview->image, VK_IMAGE_ASPECT_COLOR_BIT, in color_attachment_compute_aux_usage()
635 if (base_layer >= anv_image_aux_layers(image, aspect, base_level)) in transition_color_buffer()
647 anv_image_aux_layers(image, aspect, base_level) - base_layer); in transition_color_buffer()
758 layer_count = MIN2(layer_count, anv_image_aux_layers(image, aspect, level)); in transition_color_buffer()
Danv_blorp.c1500 assert(base_layer + layer_count <= anv_image_aux_layers(image, aspect, level)); in anv_image_fast_clear()
1700 anv_image_aux_layers(image, aspect, level)); in anv_ccs_resolve()
Danv_private.h2490 anv_image_aux_layers(const struct anv_image * const image, in anv_image_aux_layers() function