Searched refs:use_softpin (Results 1 – 11 of 11) sorted by relevance
77 dev->use_softpin = 1; in etna_device_new()109 if (dev->use_softpin) { in etna_device_del_impl()150 return !!dev->use_softpin; in etnaviv_device_softpin_capable()
228 if (gpu->dev->use_softpin) in etna_cmd_stream_flush()266 if (!priv->pipe->gpu->dev->use_softpin) { in etna_cmd_stream_reloc()
118 if (dev->use_softpin) { in etna_bo_free()179 if (dev->use_softpin) in bo_from_handle()
86 int use_softpin; member
30 .use_softpin = true, in main()
889 device->use_softpin = !device->use_relocations; in anv_physical_device_try_create()924 device->use_softpin && in anv_physical_device_try_create()931 device->use_softpin; in anv_physical_device_try_create()3043 device->physical->use_softpin); in intel_aux_map_buffer_alloc()
1605 if (pdevice->use_softpin) in anv_bo_alloc_flags_to_bo_flags()
1001 bool use_softpin; member
89 .int64_atomics = pdevice->info.ver >= 9 && pdevice->use_softpin, in anv_shader_stage_to_nir()
2931 - anv: Make use_softpin compile-time in genX code