Searched refs:download_fs (Results 1 – 2 of 2) sorted by relevance
585 STATIC_ASSERT(ARRAY_SIZE(st->pbo.download_fs) == ST_NUM_PBO_CONVERSIONS); in st_pbo_get_download_fs()590 if (!st->pbo.download_fs[conversion][target]) in st_pbo_get_download_fs()591 st->pbo.download_fs[conversion][target] = create_fs(st, true, target, conversion); in st_pbo_get_download_fs()593 return st->pbo.download_fs[conversion][target]; in st_pbo_get_download_fs()649 for (i = 0; i < ARRAY_SIZE(st->pbo.download_fs); ++i) { in st_destroy_pbo_helpers()650 for (unsigned j = 0; j < ARRAY_SIZE(st->pbo.download_fs[0]); ++j) { in st_destroy_pbo_helpers()651 if (st->pbo.download_fs[i][j]) { in st_destroy_pbo_helpers()652 cso_delete_fragment_shader(st->cso_context, st->pbo.download_fs[i][j]); in st_destroy_pbo_helpers()653 st->pbo.download_fs[i][j] = NULL; in st_destroy_pbo_helpers()
228 void *download_fs[3][PIPE_MAX_TEXTURE_TYPES]; member