Searched refs:download_fs (Results 1 – 2 of 2) sorted by relevance
591 STATIC_ASSERT(ARRAY_SIZE(st->pbo.download_fs) == ST_NUM_PBO_CONVERSIONS); in st_pbo_get_download_fs()596 if (!st->pbo.download_fs[conversion][target][need_layer]) in st_pbo_get_download_fs()597 …st->pbo.download_fs[conversion][target][need_layer] = create_fs(st, true, target, conversion, need… in st_pbo_get_download_fs()599 return st->pbo.download_fs[conversion][target][need_layer]; in st_pbo_get_download_fs()657 for (i = 0; i < ARRAY_SIZE(st->pbo.download_fs); ++i) { in st_destroy_pbo_helpers()658 for (unsigned j = 0; j < ARRAY_SIZE(st->pbo.download_fs[0]); ++j) { in st_destroy_pbo_helpers()659 for (unsigned k = 0; k < ARRAY_SIZE(st->pbo.download_fs[0][0]); k++) { in st_destroy_pbo_helpers()660 if (st->pbo.download_fs[i][j][k]) { in st_destroy_pbo_helpers()661 st->pipe->delete_fs_state(st->pipe, st->pbo.download_fs[i][j][k]); in st_destroy_pbo_helpers()662 st->pbo.download_fs[i][j][k] = NULL; in st_destroy_pbo_helpers()
321 void *download_fs[3][PIPE_MAX_TEXTURE_TYPES][2]; member