/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/freedreno/ |
H A D | freedreno_batch_cache.h | 39 struct fd_batch_cache { struct 63 void fd_bc_init(struct fd_batch_cache *cache); argument 64 void fd_bc_fini(struct fd_batch_cache *cache); 66 void fd_bc_flush(struct fd_batch_cache *cache, struct fd_context *ctx); 67 void fd_bc_flush_deferred(struct fd_batch_cache *cache, struct fd_context *ctx); 73 struct fd_batch * fd_bc_alloc_batch(struct fd_batch_cache *cache, struct fd_context *ctx, bool nond… 75 struct fd_batch * fd_batch_from_fb(struct fd_batch_cache *cache,
|
H A D | freedreno_batch_cache.c | 119 fd_bc_init(struct fd_batch_cache *cache) in fd_bc_init() 125 fd_bc_fini(struct fd_batch_cache *cache) in fd_bc_fini() 131 bc_flush(struct fd_batch_cache *cache, struct fd_context *ctx, bool deferred) in bc_flush() 174 fd_bc_flush(struct fd_batch_cache *cache, struct fd_context *ctx) in fd_bc_flush() 185 fd_bc_flush_deferred(struct fd_batch_cache *cache, struct fd_context *ctx) in fd_bc_flush_deferred() 191 batch_in_cache(struct fd_batch_cache *cache, struct fd_batch *batch) in batch_in_cache() 205 struct fd_batch_cache *cache = &screen->batch_cache; in fd_bc_dump() 232 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_invalidate_context() 261 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in fd_bc_invalidate_batch() 392 batch_from_key(struct fd_batch_cache *cache, struct key *key, in batch_from_key() [all …]
|
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/freedreno/ |
H A D | freedreno_batch_cache.h | 41 struct fd_batch_cache { struct 66 void fd_bc_init(struct fd_batch_cache *cache); argument 67 void fd_bc_fini(struct fd_batch_cache *cache);
|
H A D | freedreno_batch_cache.c | 132 fd_bc_init(struct fd_batch_cache *cache) in fd_bc_init() 139 fd_bc_fini(struct fd_batch_cache *cache) in fd_bc_fini() 148 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_flush() 243 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_dump() 284 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in fd_bc_invalidate_batch() 335 alloc_batch_locked(struct fd_batch_cache *cache, struct fd_context *ctx, in alloc_batch_locked() 412 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_alloc_batch() 435 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in batch_from_key()
|
H A D | freedreno_batch.c | 233 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in batch_flush_dependencies() 247 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in batch_reset_dependencies() 402 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in recursive_dependents_mask() 482 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in fd_batch_resource_write()
|
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/freedreno/ |
H A D | freedreno_batch_cache.h | 41 struct fd_batch_cache { struct 66 void fd_bc_init(struct fd_batch_cache *cache); argument 67 void fd_bc_fini(struct fd_batch_cache *cache);
|
H A D | freedreno_batch_cache.c | 132 fd_bc_init(struct fd_batch_cache *cache) in fd_bc_init() 139 fd_bc_fini(struct fd_batch_cache *cache) in fd_bc_fini() 148 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_flush() 243 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_dump() 284 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in fd_bc_invalidate_batch() 335 alloc_batch_locked(struct fd_batch_cache *cache, struct fd_context *ctx, in alloc_batch_locked() 412 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_alloc_batch() 435 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in batch_from_key()
|
H A D | freedreno_batch.c | 233 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in batch_flush_dependencies() 247 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in batch_reset_dependencies() 402 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in recursive_dependents_mask() 482 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in fd_batch_resource_write()
|
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/freedreno/ |
H A D | freedreno_batch_cache.h | 41 struct fd_batch_cache { struct 66 void fd_bc_init(struct fd_batch_cache *cache); argument 67 void fd_bc_fini(struct fd_batch_cache *cache);
|
H A D | freedreno_batch_cache.c | 132 fd_bc_init(struct fd_batch_cache *cache) in fd_bc_init() 139 fd_bc_fini(struct fd_batch_cache *cache) in fd_bc_fini() 148 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_flush() 243 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_dump() 284 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in fd_bc_invalidate_batch() 335 alloc_batch_locked(struct fd_batch_cache *cache, struct fd_context *ctx, in alloc_batch_locked() 412 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_alloc_batch() 435 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in batch_from_key()
|
H A D | freedreno_batch.c | 233 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in batch_flush_dependencies() 247 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in batch_reset_dependencies() 402 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in recursive_dependents_mask() 482 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in fd_batch_resource_write()
|
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/freedreno/ |
H A D | freedreno_batch_cache.h | 41 struct fd_batch_cache { struct 66 void fd_bc_init(struct fd_batch_cache *cache); argument 67 void fd_bc_fini(struct fd_batch_cache *cache);
|
H A D | freedreno_batch_cache.c | 132 fd_bc_init(struct fd_batch_cache *cache) in fd_bc_init() 139 fd_bc_fini(struct fd_batch_cache *cache) in fd_bc_fini() 148 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_flush() 243 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_dump() 284 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in fd_bc_invalidate_batch() 335 alloc_batch_locked(struct fd_batch_cache *cache, struct fd_context *ctx, in alloc_batch_locked() 412 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_alloc_batch() 435 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in batch_from_key()
|
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/freedreno/ |
H A D | freedreno_batch_cache.h | 41 struct fd_batch_cache { struct 66 void fd_bc_init(struct fd_batch_cache *cache); argument 67 void fd_bc_fini(struct fd_batch_cache *cache);
|
H A D | freedreno_batch_cache.c | 132 fd_bc_init(struct fd_batch_cache *cache) in fd_bc_init() 139 fd_bc_fini(struct fd_batch_cache *cache) in fd_bc_fini() 148 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_flush() 243 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_dump() 284 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in fd_bc_invalidate_batch() 335 alloc_batch_locked(struct fd_batch_cache *cache, struct fd_context *ctx, in alloc_batch_locked() 412 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_alloc_batch() 435 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in batch_from_key()
|
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/freedreno/ |
H A D | freedreno_batch_cache.h | 41 struct fd_batch_cache { struct 66 void fd_bc_init(struct fd_batch_cache *cache); argument 67 void fd_bc_fini(struct fd_batch_cache *cache);
|
H A D | freedreno_batch_cache.c | 132 fd_bc_init(struct fd_batch_cache *cache) in fd_bc_init() 139 fd_bc_fini(struct fd_batch_cache *cache) in fd_bc_fini() 148 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_flush() 243 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_dump() 284 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in fd_bc_invalidate_batch() 335 alloc_batch_locked(struct fd_batch_cache *cache, struct fd_context *ctx, in alloc_batch_locked() 412 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_alloc_batch() 435 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in batch_from_key()
|
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/freedreno/ |
H A D | freedreno_batch_cache.h | 41 struct fd_batch_cache { struct 66 void fd_bc_init(struct fd_batch_cache *cache); argument 67 void fd_bc_fini(struct fd_batch_cache *cache);
|
H A D | freedreno_batch_cache.c | 132 fd_bc_init(struct fd_batch_cache *cache) in fd_bc_init() 139 fd_bc_fini(struct fd_batch_cache *cache) in fd_bc_fini() 148 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_flush() 243 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_dump() 284 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in fd_bc_invalidate_batch() 335 alloc_batch_locked(struct fd_batch_cache *cache, struct fd_context *ctx, in alloc_batch_locked() 412 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_alloc_batch() 435 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in batch_from_key()
|
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/freedreno/ |
H A D | freedreno_batch_cache.h | 41 struct fd_batch_cache { struct 66 void fd_bc_init(struct fd_batch_cache *cache); argument 67 void fd_bc_fini(struct fd_batch_cache *cache);
|
H A D | freedreno_batch_cache.c | 132 fd_bc_init(struct fd_batch_cache *cache) in fd_bc_init() 139 fd_bc_fini(struct fd_batch_cache *cache) in fd_bc_fini() 148 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_flush() 243 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_dump() 284 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in fd_bc_invalidate_batch() 335 alloc_batch_locked(struct fd_batch_cache *cache, struct fd_context *ctx, in alloc_batch_locked() 412 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_alloc_batch() 435 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in batch_from_key()
|
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/freedreno/ |
H A D | freedreno_batch_cache.h | 41 struct fd_batch_cache { struct 66 void fd_bc_init(struct fd_batch_cache *cache); argument 67 void fd_bc_fini(struct fd_batch_cache *cache);
|
H A D | freedreno_batch_cache.c | 132 fd_bc_init(struct fd_batch_cache *cache) in fd_bc_init() 139 fd_bc_fini(struct fd_batch_cache *cache) in fd_bc_fini() 148 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_flush() 243 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_dump() 284 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in fd_bc_invalidate_batch() 335 alloc_batch_locked(struct fd_batch_cache *cache, struct fd_context *ctx, in alloc_batch_locked() 412 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_alloc_batch() 435 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in batch_from_key()
|
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/freedreno/ |
H A D | freedreno_batch_cache.h | 41 struct fd_batch_cache { struct 66 void fd_bc_init(struct fd_batch_cache *cache); argument 67 void fd_bc_fini(struct fd_batch_cache *cache);
|
H A D | freedreno_batch_cache.c | 132 fd_bc_init(struct fd_batch_cache *cache) in fd_bc_init() 139 fd_bc_fini(struct fd_batch_cache *cache) in fd_bc_fini() 148 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_flush() 243 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_dump() 284 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in fd_bc_invalidate_batch() 335 alloc_batch_locked(struct fd_batch_cache *cache, struct fd_context *ctx, in alloc_batch_locked() 412 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_alloc_batch() 435 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in batch_from_key()
|