OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gpu_access
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_bo.h
112
uint32_t
gpu_access
;
member in struct:panfrost_bo
pan_bo.c
126
/* 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/
pan_mempool.c
114
(*bo)->
gpu_access
|= PAN_BO_ACCESS_RW;
pan_job.c
611
bo->
gpu_access
|= *flags & (PAN_BO_ACCESS_RW);
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_glamor_wrappers.c
44
amdgpu_glamor_gpu_pending(uint_fast32_t gpu_synced, uint_fast32_t
gpu_access
)
46
return (int_fast32_t)(
gpu_access
- gpu_synced) > 0;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_glamor_wrappers.c
44
radeon_glamor_gpu_pending(uint_fast32_t gpu_synced, uint_fast32_t
gpu_access
)
46
return (int_fast32_t)(
gpu_access
- gpu_synced) > 0;
Completed in 10 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026