Searched refs:rebind_buffer (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_screen.h | 75 void (*rebind_buffer)(struct iris_context *ice, member
|
D | iris_resource.c | 1897 screen->vtbl.rebind_buffer(ice, dst); in iris_replace_buffer_storage() 1945 screen->vtbl.rebind_buffer(ice, res); in iris_invalidate_resource()
|
D | iris_state.c | 8417 screen->vtbl.rebind_buffer = iris_rebind_buffer; in genX()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_screen.h | 76 void (*rebind_buffer)(struct crocus_context *ice, member
|
D | crocus_resource.c | 1141 screen->vtbl.rebind_buffer(ice, dst); in crocus_replace_buffer_storage() 1188 screen->vtbl.rebind_buffer(ice, res); in crocus_invalidate_resource()
|
D | crocus_state.c | 9197 screen->vtbl.rebind_buffer = crocus_rebind_buffer;
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.h | 606 void (*rebind_buffer)(struct pipe_context *ctx, struct pipe_resource *buf, member
|
D | r600_buffer_common.c | 264 rctx->rebind_buffer(ctx, dst, old_gpu_address); in r600_replace_buffer_storage()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.c | 3877 rebind_buffer(struct zink_context *ctx, struct zink_resource *res, uint32_t rebind_mask, const unsi… in rebind_buffer() function 4281 return rebind_buffer(ctx, res, 0, 0) == res->bind_count[0] + res->bind_count[1]; in zink_resource_rebind() 4376 if (num_rebinds && rebind_buffer(ctx, d, rebind_mask, num_rebinds) < num_rebinds) in zink_context_replace_buffer_storage()
|