Home
last modified time | relevance | path

Searched refs:cs_ubyte_to_ushort (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_blit.c281 if (!sctx->cs_ubyte_to_ushort) in si_compute_shorten_ubyte_buffer()
282 sctx->cs_ubyte_to_ushort = si_create_ubyte_to_ushort_compute_shader(sctx); in si_compute_shorten_ubyte_buffer()
296 si_launch_grid_internal_ssbos(sctx, &info, sctx->cs_ubyte_to_ushort, 2, sb, 0x1, in si_compute_shorten_ubyte_buffer()
Dsi_pipe.c263 if (sctx->cs_ubyte_to_ushort) in si_destroy_context()
264 sctx->b.delete_compute_state(&sctx->b, sctx->cs_ubyte_to_ushort); in si_destroy_context()
Dsi_pipe.h979 void *cs_ubyte_to_ushort; member