HomeSort by: relevance | last modified time | path
    Searched refs:has_implicit_ccs (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_allocator.c 1624 if (!device->physical->has_implicit_ccs)
1684 .has_implicit_ccs = ccs_size > 0,
1766 if (!device->physical->has_implicit_ccs || device->info.has_aux_map)
1862 if (!device->physical->has_implicit_ccs || device->info.has_aux_map)
2054 assert(device->physical->has_implicit_ccs);
2056 assert(bo->has_implicit_ccs);
anv_image.c 675 if (!device->physical->has_implicit_ccs) {
1838 if (bo && !bo->has_implicit_ccs &&
1839 device->physical->has_implicit_ccs)
genX_cmd_buffer.c 617 cmd_buffer->device->physical->has_implicit_ccs &&
724 cmd_buffer->device->physical->has_implicit_ccs &&
1305 if (device->physical->has_implicit_ccs && devinfo->has_aux_map) {
1312 assert(!(device->physical->has_implicit_ccs && devinfo->has_aux_map));
anv_device.c 920 device->has_implicit_ccs = device->info.has_aux_map;
3701 if (device->physical->has_implicit_ccs)
anv_private.h 477 * has_implicit_ccs boolean below.
508 bool has_implicit_ccs:1; member in struct:anv_bo
928 bool has_implicit_ccs; member in struct:anv_physical_device

Completed in 23 milliseconds