Lines Matching refs:vrend_format_table
54 static struct vrend_format_table base_rgba_formats[] =
76 static struct vrend_format_table gl_base_rgba_formats[] =
82 static struct vrend_format_table base_depth_formats[] =
94 static struct vrend_format_table base_la_formats[] = {
101 static struct vrend_format_table rg_base_formats[] = {
108 static struct vrend_format_table integer_base_formats[] = {
119 static struct vrend_format_table integer_3comp_formats[] = {
128 static struct vrend_format_table float_base_formats[] = {
133 static struct vrend_format_table float_la_formats[] = {
143 static struct vrend_format_table integer_rg_formats[] = {
160 static struct vrend_format_table float_rg_formats[] = {
167 static struct vrend_format_table float_3comp_formats[] = {
173 static struct vrend_format_table integer_la_formats[] = {
200 static struct vrend_format_table snorm_formats[] = {
214 static struct vrend_format_table snorm_la_formats[] = {
223 static struct vrend_format_table dxtn_formats[] = {
230 static struct vrend_format_table dxtn_srgb_formats[] = {
237 static struct vrend_format_table etc2_formats[] = {
249 static struct vrend_format_table astc_formats[] = {
280 static struct vrend_format_table rgtc_formats[] = {
288 static struct vrend_format_table srgb_formats[] = {
296 static struct vrend_format_table gl_srgb_formats[] =
302 static struct vrend_format_table bit10_formats[] = {
311 static struct vrend_format_table packed_float_formats[] = {
315 static struct vrend_format_table exponent_float_formats[] = {
319 static struct vrend_format_table bptc_formats[] = {
326 static struct vrend_format_table gl_bgra_formats[] = {
332 static struct vrend_format_table gles_bgra_formats[] = {
337 static struct vrend_format_table gles_bgra_formats_emulation[] = {
345 static struct vrend_format_table gles_z32_format[] = {
349 static struct vrend_format_table gles_bit10_formats[] = {
354 static bool color_format_can_readback(struct vrend_format_table *virgl_format, int gles_ver) in color_format_can_readback()
413 static void vrend_add_formats(struct vrend_format_table *table, int num_entries) in vrend_add_formats()
482 struct vrend_format_table *entry = NULL; in vrend_add_formats()
640 void vrend_check_texture_storage(struct vrend_format_table *table) in vrend_check_texture_storage()