HomeSort by: relevance | last modified time | path
    Searched defs:alloc_flags (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
freedreno_priv.h 290 uint32_t alloc_flags; /* flags that control allocation/mapping, ie. FD_BO_x */ member in struct:fd_bo
  /xsrc/external/mit/libdrm/dist/amdgpu/
amdgpu.h 251 uint64_t alloc_flags; member in struct:amdgpu_bo_info
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_resource.c 343 uint32_t alloc_flags = 0; local
390 alloc_flags |= BO_ALLOC_ZEROED;
425 res->aux.surf.row_pitch_B, alloc_flags);
430 if (!(alloc_flags & BO_ALLOC_ZEROED)) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_resource.c 424 uint32_t *alloc_flags)
462 *alloc_flags = 0;
504 *alloc_flags |= BO_ALLOC_ZEROED;
557 crocus_resource_init_aux_buf(struct crocus_resource *res, uint32_t alloc_flags)
559 if (!(alloc_flags & BO_ALLOC_ZEROED)) {
587 uint32_t alloc_flags; local
589 if (!crocus_resource_configure_aux(screen, res, false, &size, &alloc_flags))
602 res->aux.surf.row_pitch_B, alloc_flags);
607 if (!crocus_resource_init_aux_buf(res, alloc_flags))
859 uint32_t alloc_flags; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_device.c 3548 enum anv_bo_alloc_flags alloc_flags,
3555 if (alloc_flags & ANV_BO_ALLOC_CLIENT_VISIBLE_ADDRESS) {
3570 if (!(alloc_flags & ANV_BO_ALLOC_32BIT_ADDRESS))
3649 enum anv_bo_alloc_flags alloc_flags = 0; local
3702 alloc_flags |= ANV_BO_ALLOC_IMPLICIT_CCS;
3705 alloc_flags |= ANV_BO_ALLOC_CLIENT_VISIBLE_ADDRESS;
3711 alloc_flags |= ANV_BO_ALLOC_EXTERNAL;
3718 alloc_flags &= ~ANV_BO_ALLOC_IMPLICIT_CCS;
3753 result = anv_device_import_bo(device, fd_info->fd, alloc_flags,
3802 alloc_flags,
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_mipmap_tree.c 353 isl_surf_usage_flags_t isl_usage_flags, uint32_t alloc_flags,
429 mt->surf.row_pitch_B, alloc_flags);
482 const uint32_t alloc_flags = local
502 alloc_flags, 0, NULL);
513 alloc_flags, 0, NULL);
526 alloc_flags, 0, NULL);
1430 const uint32_t alloc_flags = local
1439 aux_surf->row_pitch_B, alloc_flags);
1447 assert(!(alloc_flags & BO_ALLOC_BUSY));
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
intel_mipmap_tree.c 553 isl_surf_usage_flags_t isl_usage_flags, uint32_t alloc_flags,
629 mt->surf.row_pitch_B, alloc_flags);
682 const uint32_t alloc_flags = local
702 alloc_flags, 0, NULL);
713 alloc_flags, 0, NULL);
726 alloc_flags, 0, NULL);
1678 const uint32_t alloc_flags = local
1687 aux_surf->row_pitch_B, alloc_flags);
1695 assert(!(alloc_flags & BO_ALLOC_BUSY));

Completed in 32 milliseconds