Searched refs:rebind_buffer (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_screen.h76 void (*rebind_buffer)(struct crocus_context *ice, member in struct:crocus_vtable
H A Dcrocus_resource.c1128 screen->vtbl.rebind_buffer(ice, dst);
1175 screen->vtbl.rebind_buffer(ice, res);
H A Dcrocus_state.c9189 screen->vtbl.rebind_buffer = crocus_rebind_buffer;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_screen.h73 void (*rebind_buffer)(struct iris_context *ice, member in struct:iris_vtable
H A Diris_resource.c1748 screen->vtbl.rebind_buffer(ice, dst);
1795 screen->vtbl.rebind_buffer(ice, res);
H A Diris_state.c8103 screen->vtbl.rebind_buffer = iris_rebind_buffer;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_buffer_common.c289 rctx->rebind_buffer(ctx, dst, old_gpu_address);
H A Dr600_pipe_common.h622 void (*rebind_buffer)(struct pipe_context *ctx, struct pipe_resource *buf, member in struct:r600_common_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_context.h361 void (*rebind_buffer)(struct iris_context *ice, member in struct:iris_vtable
H A Diris_resource.c943 ice->vtbl.rebind_buffer(ice, res, old_bo->gtt_offset);
H A Diris_state.c6458 ice->vtbl.rebind_buffer = iris_rebind_buffer;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_buffer_common.c287 rctx->rebind_buffer(ctx, dst, old_gpu_address);
H A Dr600_pipe_common.h611 void (*rebind_buffer)(struct pipe_context *ctx, struct pipe_resource *buf, member in struct:r600_common_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_context.c3750 rebind_buffer(struct zink_context *ctx, struct zink_resource *res, uint32_t rebind_mask, const unsigned expected_num_rebinds) function in typeref:typename:unsigned
3911 return rebind_buffer(ctx, res, 0, 0) == res->bind_count[0] + res->bind_count[1];
3972 if (num_rebinds && rebind_buffer(ctx, d, rebind_mask, num_rebinds) < num_rebinds)

Completed in 57 milliseconds