Searched refs:rebind_buffer (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_screen.h | 76 void (*rebind_buffer)(struct crocus_context *ice, member in struct:crocus_vtable
|
| H A D | crocus_resource.c | 1128 screen->vtbl.rebind_buffer(ice, dst); 1175 screen->vtbl.rebind_buffer(ice, res);
|
| H A D | crocus_state.c | 9189 screen->vtbl.rebind_buffer = crocus_rebind_buffer;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_screen.h | 73 void (*rebind_buffer)(struct iris_context *ice, member in struct:iris_vtable
|
| H A D | iris_resource.c | 1748 screen->vtbl.rebind_buffer(ice, dst); 1795 screen->vtbl.rebind_buffer(ice, res);
|
| H A D | iris_state.c | 8103 screen->vtbl.rebind_buffer = iris_rebind_buffer;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_buffer_common.c | 289 rctx->rebind_buffer(ctx, dst, old_gpu_address);
|
| H A D | r600_pipe_common.h | 622 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 D | iris_context.h | 361 void (*rebind_buffer)(struct iris_context *ice, member in struct:iris_vtable
|
| H A D | iris_resource.c | 943 ice->vtbl.rebind_buffer(ice, res, old_bo->gtt_offset);
|
| H A D | iris_state.c | 6458 ice->vtbl.rebind_buffer = iris_rebind_buffer;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_buffer_common.c | 287 rctx->rebind_buffer(ctx, dst, old_gpu_address);
|
| H A D | r600_pipe_common.h | 611 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 D | zink_context.c | 3750 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