Home
last modified time | relevance | path

Searched refs:d3d12_start_batch (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_batch.h75 d3d12_start_batch(struct d3d12_context *ctx, struct d3d12_batch *batch);
Dd3d12_context_common.cpp148 d3d12_start_batch(ctx, d3d12_current_batch(ctx)); in d3d12_flush_cmdlist()
482 d3d12_start_batch(ctx, &ctx->batches[0]); in d3d12_context_create()
Dd3d12_batch.cpp232 d3d12_start_batch(struct d3d12_context *ctx, struct d3d12_batch *batch) in d3d12_start_batch() function