Searched refs:cs_copy_image_1d_array (Results 1 – 3 of 3) sorted by relevance
562 if (!sctx->cs_copy_image_1d_array) in si_compute_copy_image()563 sctx->cs_copy_image_1d_array = si_create_copy_image_compute_shader_1d_array(ctx); in si_compute_copy_image()573 si_launch_grid_internal(sctx, &info, sctx->cs_copy_image_1d_array, flags | SI_OP_CS_IMAGE); in si_compute_copy_image()
258 if (sctx->cs_copy_image_1d_array) in si_destroy_context()259 sctx->b.delete_compute_state(&sctx->b, sctx->cs_copy_image_1d_array); in si_destroy_context()
942 void *cs_copy_image_1d_array; member