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

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_batch_chain.c339 * Functions related to anv_batch_bo
345 struct anv_batch_bo **bbo_out)
349 struct anv_batch_bo *bbo = vk_alloc(&cmd_buffer->pool->alloc, sizeof(*bbo),
377 const struct anv_batch_bo *other_bbo,
378 struct anv_batch_bo **bbo_out)
382 struct anv_batch_bo *bbo = vk_alloc(&cmd_buffer->pool->alloc, sizeof(*bbo),
412 anv_batch_bo_start(struct anv_batch_bo *bbo, struct anv_batch *batch,
422 anv_batch_bo_continue(struct anv_batch_bo *bbo, struct anv_batch *batch,
433 anv_batch_bo_finish(struct anv_batch_bo *bbo, struct anv_batch *batch)
441 anv_batch_bo_grow(struct anv_cmd_buffer *cmd_buffer, struct anv_batch_bo *bb
[all...]
H A Danv_device.c2833 struct anv_batch_bo **bo;
H A Danv_private.h1515 struct anv_batch_bo { struct
3098 /* Fields required for the actual chain of anv_batch_bo's.
3105 /* A vector of anv_batch_bo pointers for every batch or surface buffer
3160 * Sum of all the anv_batch_bo sizes allocated for this command buffer.
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_batch_chain.c283 * Functions related to anv_batch_bo
288 struct anv_batch_bo **bbo_out)
292 struct anv_batch_bo *bbo = vk_alloc(&cmd_buffer->pool->alloc, sizeof(*bbo),
320 const struct anv_batch_bo *other_bbo,
321 struct anv_batch_bo **bbo_out)
325 struct anv_batch_bo *bbo = vk_alloc(&cmd_buffer->pool->alloc, sizeof(*bbo),
356 anv_batch_bo_start(struct anv_batch_bo *bbo, struct anv_batch *batch,
367 anv_batch_bo_continue(struct anv_batch_bo *bbo, struct anv_batch *batch,
377 anv_batch_bo_finish(struct anv_batch_bo *bbo, struct anv_batch *batch)
385 anv_batch_bo_grow(struct anv_cmd_buffer *cmd_buffer, struct anv_batch_bo *bb
[all...]
H A Danv_private.h1286 struct anv_batch_bo { struct
2424 /* Fields required for the actual chain of anv_batch_bo's.
2431 /* A vector of anv_batch_bo pointers for every batch or surface buffer
H A Danv_device.c2086 struct anv_batch_bo **bo;

Completed in 28 milliseconds