Home
last modified time | relevance | path

Searched refs:bo_flags (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
Danv_allocator.c1589 uint64_t bo_flags = 0; in anv_bo_alloc_flags_to_bo_flags() local
1592 bo_flags |= EXEC_OBJECT_SUPPORTS_48B_ADDRESS; in anv_bo_alloc_flags_to_bo_flags()
1595 bo_flags |= EXEC_OBJECT_CAPTURE; in anv_bo_alloc_flags_to_bo_flags()
1599 bo_flags |= EXEC_OBJECT_WRITE; in anv_bo_alloc_flags_to_bo_flags()
1603 bo_flags |= EXEC_OBJECT_ASYNC; in anv_bo_alloc_flags_to_bo_flags()
1606 bo_flags |= EXEC_OBJECT_PINNED; in anv_bo_alloc_flags_to_bo_flags()
1608 return bo_flags; in anv_bo_alloc_flags_to_bo_flags()
1676 const uint32_t bo_flags = in anv_device_alloc_bo() local
1678 assert(bo_flags == (bo_flags & ANV_BO_CACHE_SUPPORTED_FLAGS)); in anv_device_alloc_bo()
1734 .flags = bo_flags, in anv_device_alloc_bo()
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_miptree.c454 uint32_t bo_flags; in nvc0_miptree_create() local
536 bo_flags = mt->base.domain | NOUVEAU_BO_NOSNOOP; in nvc0_miptree_create()
539 bo_flags |= NOUVEAU_BO_CONTIG; in nvc0_miptree_create()
541 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config, in nvc0_miptree_create()
Dnvc0_vbo.c254 const uint32_t bo_flags = NOUVEAU_BO_RD | NOUVEAU_BO_GART; in nvc0_update_user_vbufs() local
259 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_VTX_TMP, bo_flags, bo); in nvc0_update_user_vbufs()
283 const uint32_t bo_flags = NOUVEAU_BO_RD | NOUVEAU_BO_GART; in nvc0_update_user_vbufs_shared() local
294 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_VTX_TMP, bo_flags, bo); in nvc0_update_user_vbufs_shared()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_miptree.c340 uint32_t bo_flags; in nv50_miptree_create() local
388 bo_flags = mt->base.domain | NOUVEAU_BO_NOSNOOP; in nv50_miptree_create()
390 bo_flags |= NOUVEAU_BO_CONTIG; in nv50_miptree_create()
392 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config, in nv50_miptree_create()
Dnv50_vbo.c260 const uint32_t bo_flags = NOUVEAU_BO_GART | NOUVEAU_BO_RD; in nv50_update_user_vbufs() local
265 BCTX_REFN_bo(nv50->bufctx_3d, 3D_VERTEX_TMP, bo_flags, bo); in nv50_update_user_vbufs()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_job_render.c152 const uint64_t bo_flags = PVR_BO_ALLOC_FLAG_GPU_UNCACHED | in pvr_free_list_create() local
242 bo_flags, in pvr_free_list_create()
405 const uint64_t bo_flags = PVR_BO_ALLOC_FLAG_GPU_UNCACHED | in pvr_rt_vheap_rtc_data_init() local
435 bo_flags, in pvr_rt_vheap_rtc_data_init()
510 const uint64_t bo_flags = PVR_BO_ALLOC_FLAG_GPU_UNCACHED | in pvr_rt_tpc_data_init() local
525 bo_flags, in pvr_rt_tpc_data_init()
Dpvr_device.c2262 const uint64_t bo_flags = PVR_BO_ALLOC_FLAG_CPU_MAPPED | in pvr_gpu_upload_pds() local
2274 bo_flags, in pvr_gpu_upload_pds()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_bo.c49 uint64_t size, uint64_t addr, uint32_t bo_flags, uint64_t internal_flags, in radv_amdgpu_bo_va_op() argument
56 if ((bo_flags & RADEON_FLAG_VA_UNCACHED) && ws->info.gfx_level >= GFX9) in radv_amdgpu_bo_va_op()
59 if (!(bo_flags & RADEON_FLAG_READ_ONLY)) in radv_amdgpu_bo_va_op()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_cmd_buffer.c44 uint32_t bo_flags) in panvk_debug_adjust_bo_flags() argument
50 bo_flags &= ~PAN_BO_INVISIBLE; in panvk_debug_adjust_bo_flags()
52 return bo_flags; in panvk_debug_adjust_bo_flags()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c1902 unsigned bo_flags = SI_RESOURCE_FLAG_FORCE_LINEAR | SI_RESOURCE_FLAG_DRIVER_INTERNAL; in si_texture_transfer_map() local
1905 bo_flags); in si_texture_transfer_map()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c5943 enum radeon_bo_flag bo_flags; in radv_CreateEvent() local
5956 bo_flags = RADEON_FLAG_NO_CPU_ACCESS; in radv_CreateEvent()
5959 bo_flags = RADEON_FLAG_CPU_ACCESS; in radv_CreateEvent()
5964 RADEON_FLAG_VA_UNCACHED | RADEON_FLAG_NO_INTERPROCESS_SHARING | bo_flags, in radv_CreateEvent()
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst1630 - anv: Drop bo_flags from anv_bo_pool
D21.2.0.rst5205 - venus: fix misaligned bo_flags between import and query