Searched refs:cs_fmask_expand (Results 1 – 3 of 3) sorted by relevance
255 for (unsigned i = 0; i < ARRAY_SIZE(sctx->cs_fmask_expand); i++) { in si_destroy_context()256 for (unsigned j = 0; j < ARRAY_SIZE(sctx->cs_fmask_expand[i]); j++) { in si_destroy_context()257 if (sctx->cs_fmask_expand[i][j]) { in si_destroy_context()258 sctx->b.delete_compute_state(&sctx->b, sctx->cs_fmask_expand[i][j]); in si_destroy_context()
719 void **shader = &sctx->cs_fmask_expand[log_samples - 1][is_array]; in si_compute_expand_fmask()
947 void *cs_fmask_expand[3][2]; /* [log2(samples)-1][is_array] */ member