Searched refs:cs_copy_image (Results 1 – 3 of 3) sorted by relevance
578 if (!sctx->cs_copy_image) in si_compute_copy_image()579 sctx->cs_copy_image = si_create_copy_image_compute_shader(ctx); in si_compute_copy_image()580 ctx->bind_compute_state(ctx, sctx->cs_copy_image); in si_compute_copy_image()
240 if (sctx->cs_copy_image) in si_destroy_context()241 sctx->b.delete_compute_state(&sctx->b, sctx->cs_copy_image); in si_destroy_context()
940 void *cs_copy_image; member