Lines Matching refs:physical
100 UNUSED struct anv_instance *instance = device->physical->instance;
1201 /* Error creating the physical device, report the error. */
2965 if (device->physical->memory.need_clflush)
3042 assert(device->physical->supports_48bit_addresses &&
3043 device->physical->use_softpin);
3162 device->physical = physical_device;
3179 if (device->physical->engine_info) {
3236 uint32_t exec_flags = device->physical->engine_info ?
3628 if (!anv_use_relocations(device->physical))
3639 if (!anv_use_relocations(device->physical)) {
3780 struct anv_physical_device *pdevice = device->physical;
3874 if (device->physical->has_implicit_ccs && device->info.has_aux_map)
4071 (1 << device->physical->memory.type_count) - 1;
4101 (1ull << device->physical->memory.type_count) - 1;
4128 p_atomic_add(&device->physical->memory.heaps[mem->type->heapIndex].used,
4198 if (!device->physical->has_mmap_offset)
4246 if (!device->physical->memory.need_clflush)
4276 if (!device->physical->memory.need_clflush)
4442 * structure for the physical device is supported.
4444 uint32_t memory_types = (1ull << device->physical->memory.type_count) - 1;
4524 if (pCreateInfo->size > device->physical->gtt_size)