Searched refs:panfrost_bo_wait (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_bo.h | 119 panfrost_bo_wait(struct panfrost_bo *bo, int64_t timeout_ns, bool wait_readers);
|
| H A D | pan_bo.c | 114 panfrost_bo_wait(struct panfrost_bo *bo, int64_t timeout_ns, bool wait_readers) function in typeref:typename:bool 208 if (!panfrost_bo_wait(entry, dontwait ? 0 : INT64_MAX,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_resource.c | 884 panfrost_bo_wait(staging->image.data.bo, INT64_MAX, false); 913 panfrost_bo_wait(bo, INT64_MAX, false); 925 !panfrost_bo_wait(bo, 0, true)) { 957 panfrost_bo_wait(bo, INT64_MAX, true); 967 panfrost_bo_wait(bo, INT64_MAX, true); 970 panfrost_bo_wait(bo, INT64_MAX, false);
|
| H A D | pan_context.c | 922 panfrost_bo_wait(rsrc->image.data.bo, INT64_MAX, false);
|
| H A D | pan_cmdstream.c | 1037 panfrost_bo_wait(rsrc->image.data.bo, INT64_MAX, false);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.2.0.rst | 2411 - panfrost: Make panfrost_bo_wait take a wait_readers bool
|
Completed in 19 milliseconds