HomeSort by relevance Sort by last modified time
    Searched refs:anv_batch_bo (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/intel/vulkan/
anv_batch_chain.c 241 * Functions related to anv_batch_bo
246 struct anv_batch_bo **bbo_out)
250 struct anv_batch_bo *bbo = vk_alloc(&cmd_buffer->pool->alloc, sizeof(*bbo),
278 const struct anv_batch_bo *other_bbo,
279 struct anv_batch_bo **bbo_out)
283 struct anv_batch_bo *bbo = vk_alloc(&cmd_buffer->pool->alloc, sizeof(*bbo),
314 anv_batch_bo_start(struct anv_batch_bo *bbo, struct anv_batch *batch,
324 anv_batch_bo_continue(struct anv_batch_bo *bbo, struct anv_batch *batch,
334 anv_batch_bo_finish(struct anv_batch_bo *bbo, struct anv_batch *batch)
342 anv_batch_bo_grow(struct anv_cmd_buffer *cmd_buffer, struct anv_batch_bo *bbo
    [all...]
anv_private.h 663 struct anv_batch_bo { struct
    [all...]

Completed in 52 milliseconds