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