Searched refs:cs_copy_image_1d_array (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_compute_blit.c393 if (!sctx->cs_copy_image_1d_array)
394 sctx->cs_copy_image_1d_array =
396 ctx->bind_compute_state(ctx, sctx->cs_copy_image_1d_array);
H A Dsi_pipe.c209 if (sctx->cs_copy_image_1d_array)
210 sctx->b.delete_compute_state(&sctx->b, sctx->cs_copy_image_1d_array);
H A Dsi_pipe.h835 void *cs_copy_image_1d_array; member in struct:si_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_compute_blit.c562 if (!sctx->cs_copy_image_1d_array)
563 sctx->cs_copy_image_1d_array = si_create_copy_image_compute_shader_1d_array(ctx);
573 si_launch_grid_internal(sctx, &info, sctx->cs_copy_image_1d_array, flags | SI_OP_CS_IMAGE);
H A Dsi_pipe.c258 if (sctx->cs_copy_image_1d_array)
259 sctx->b.delete_compute_state(&sctx->b, sctx->cs_copy_image_1d_array);
H A Dsi_pipe.h942 void *cs_copy_image_1d_array; member in struct:si_context

Completed in 15 milliseconds