Home
last modified time | relevance | path

Searched refs:has_aux_map (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/intel/dev/
Dgen_device_info.h81 bool has_aux_map; member
Dgen_device_info.c917 .has_aux_map = true, \
/external/mesa3d/src/intel/vulkan/
Danv_allocator.c1632 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()
DgenX_state.c262 if (device->info.has_aux_map) { in genX()
Danv_device.c459 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()
DgenX_cmd_buffer.c575 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()
Danv_private.h3986 return device->info.has_aux_map && in anv_image_plane_uses_aux_map()
/external/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c1888 if (devinfo->has_aux_map) { in iris_bufmgr_create()
/external/mesa3d/docs/relnotes/
D20.2.0.rst2856 - iris: Make use of devinfo has_aux_map field
2857 - anv: Make use of devinfo has_aux_map field