Home
last modified time | relevance | path

Searched refs:use_softpin (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_device.c77 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()
Detnaviv_cmd_stream.c228 if (gpu->dev->use_softpin) in etna_cmd_stream_flush()
266 if (!priv->pipe->gpu->dev->use_softpin) { in etna_cmd_stream_reloc()
Detnaviv_bo.c118 if (dev->use_softpin) { in etna_bo_free()
179 if (dev->use_softpin) in bo_from_handle()
Detnaviv_priv.h86 int use_softpin; member
/third_party/mesa3d/src/intel/vulkan/tests/
Dblock_pool_grow_first.c30 .use_softpin = true, in main()
Dstate_pool_padding.c30 .use_softpin = true, in main()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c889 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()
Danv_allocator.c1605 if (pdevice->use_softpin) in anv_bo_alloc_flags_to_bo_flags()
Danv_private.h1001 bool use_softpin; member
Danv_pipeline.c89 .int64_atomics = pdevice->info.ver >= 9 && pdevice->use_softpin, in anv_shader_stage_to_nir()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst2931 - anv: Make use_softpin compile-time in genX code