Searched refs:panfrost_flush_batches_accessing_bo (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_resource.c | 829 panfrost_flush_batches_accessing_bo(ctx, rsrc->bo, true); in panfrost_ptr_map() 833 panfrost_flush_batches_accessing_bo(ctx, staging->bo, true); in panfrost_ptr_map() 862 panfrost_flush_batches_accessing_bo(ctx, bo, false); in panfrost_ptr_map() 900 panfrost_flush_batches_accessing_bo(ctx, bo, true); in panfrost_ptr_map() 910 panfrost_flush_batches_accessing_bo(ctx, bo, true); in panfrost_ptr_map() 913 panfrost_flush_batches_accessing_bo(ctx, bo, false); in panfrost_ptr_map() 1024 …panfrost_flush_batches_accessing_bo(pan_context(pctx), pan_resource(trans->staging.rsrc)->bo, true… in panfrost_ptr_unmap()
|
D | pan_job.h | 167 panfrost_flush_batches_accessing_bo(struct panfrost_context *ctx,
|
D | pan_job.c | 1163 panfrost_flush_batches_accessing_bo(struct panfrost_context *ctx, in panfrost_flush_batches_accessing_bo() function
|
D | pan_context.c | 1415 panfrost_flush_batches_accessing_bo(ctx, query->bo, false); in panfrost_get_query_result()
|
/external/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 615 - panfrost: Add a panfrost_flush_batches_accessing_bo() helper
|
D | 20.2.0.rst | 2412 - panfrost: Fix calls to panfrost_flush_batches_accessing_bo
|