Home
last modified time | relevance | path

Searched refs:rebind_buffer (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.h75 void (*rebind_buffer)(struct iris_context *ice, member
Diris_resource.c1897 screen->vtbl.rebind_buffer(ice, dst); in iris_replace_buffer_storage()
1945 screen->vtbl.rebind_buffer(ice, res); in iris_invalidate_resource()
Diris_state.c8417 screen->vtbl.rebind_buffer = iris_rebind_buffer; in genX()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.h76 void (*rebind_buffer)(struct crocus_context *ice, member
Dcrocus_resource.c1141 screen->vtbl.rebind_buffer(ice, dst); in crocus_replace_buffer_storage()
1188 screen->vtbl.rebind_buffer(ice, res); in crocus_invalidate_resource()
Dcrocus_state.c9197 screen->vtbl.rebind_buffer = crocus_rebind_buffer;
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h606 void (*rebind_buffer)(struct pipe_context *ctx, struct pipe_resource *buf, member
Dr600_buffer_common.c264 rctx->rebind_buffer(ctx, dst, old_gpu_address); in r600_replace_buffer_storage()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c3877 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()