Searched refs:gpu_access (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_bo.h112 uint32_t gpu_access; member in struct:panfrost_bo
H A Dpan_bo.c126 /* If ->gpu_access is 0, the BO is idle, no need to wait. */
127 if (!bo->gpu_access)
133 if (!wait_readers && !(bo->gpu_access & PAN_BO_ACCESS_WRITE))
142 /* Set gpu_access to 0 so that the next call to bo_wait()
145 bo->gpu_access = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_mempool.c114 (*bo)->gpu_access |= PAN_BO_ACCESS_RW;
H A Dpan_job.c611 bo->gpu_access |= *flags & (PAN_BO_ACCESS_RW);
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_glamor_wrappers.c44 amdgpu_glamor_gpu_pending(uint_fast32_t gpu_synced, uint_fast32_t gpu_access) argument
46 return (int_fast32_t)(gpu_access - gpu_synced) > 0;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_glamor_wrappers.c44 radeon_glamor_gpu_pending(uint_fast32_t gpu_synced, uint_fast32_t gpu_access) argument
46 return (int_fast32_t)(gpu_access - gpu_synced) > 0;

Completed in 15 milliseconds