Home
last modified time | relevance | path

Searched refs:has_implicit_ccs (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_allocator.c1619 if (!device->physical->has_implicit_ccs) in anv_device_alloc_bo()
1656 .has_implicit_ccs = ccs_size > 0, 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()
2023 assert(device->physical->has_implicit_ccs); in anv_device_release_bo()
2025 assert(bo->has_implicit_ccs); in anv_device_release_bo()
Danv_image.c517 if (!device->physical->has_implicit_ccs) in add_aux_surface_if_supported()
968 if (device->physical->has_implicit_ccs && !memory->bo->has_implicit_ccs) in anv_image_bind_memory_plane()
DgenX_cmd_buffer.c574 cmd_buffer->device->physical->has_implicit_ccs && in transition_depth_buffer()
681 cmd_buffer->device->physical->has_implicit_ccs && 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()
Danv_private.h732 bool has_implicit_ccs:1; member
1117 bool has_implicit_ccs; member
Danv_device.c459 device->has_implicit_ccs = device->info.has_aux_map; in anv_physical_device_try_create()
3534 if (device->physical->has_implicit_ccs) in anv_AllocateMemory()