Searched refs:has_aux_map (Results 1 – 9 of 9) sorted by relevance
81 bool has_aux_map; member
917 .has_aux_map = true, \
1632 if (device->info.has_aux_map && (alloc_flags & ANV_BO_ALLOC_IMPLICIT_CCS)) { in anv_device_alloc_bo()1705 assert(device->info.has_aux_map); in anv_device_alloc_bo()1737 if (!device->physical->has_implicit_ccs || device->info.has_aux_map) in anv_device_import_bo_from_host_ptr()1832 if (!device->physical->has_implicit_ccs || device->info.has_aux_map) in anv_device_import_bo()2024 assert(device->info.has_aux_map); in anv_device_release_bo()
262 if (device->info.has_aux_map) { in genX()
459 device->has_implicit_ccs = device->info.has_aux_map; in anv_physical_device_try_create()2960 if (device->info.has_aux_map) { in anv_CreateDevice()3060 if (device->info.has_aux_map) { in anv_CreateDevice()3132 if (device->info.has_aux_map) { in anv_DestroyDevice()3550 if (device->info.has_aux_map) in anv_AllocateMemory()
575 cmd_buffer->device->info.has_aux_map) { in transition_depth_buffer()682 cmd_buffer->device->info.has_aux_map) { in transition_stencil_buffer()1173 if (device->physical->has_implicit_ccs && devinfo->has_aux_map) { in transition_color_buffer()1179 assert(!(device->physical->has_implicit_ccs && devinfo->has_aux_map)); in transition_color_buffer()1636 if (cmd_buffer->device->info.has_aux_map) in genX()2346 cmd_buffer->device->info.has_aux_map) { in genX()
3986 return device->info.has_aux_map && in anv_image_plane_uses_aux_map()
1888 if (devinfo->has_aux_map) { in iris_bufmgr_create()
2856 - iris: Make use of devinfo has_aux_map field2857 - anv: Make use of devinfo has_aux_map field