Searched refs:cs_ubyte_to_ushort (Results 1 – 3 of 3) sorted by relevance
281 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()
263 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()
979 void *cs_ubyte_to_ushort; member