Searched refs:override_format (Results 1 – 3 of 3) sorted by relevance
18 static char *override_format[256]; variable30 if (override_format[(int)(*p)] == NULL) in set_all_format_specs()31 override_format[(int)(*p)] = strdup(option); in set_all_format_specs()48 override_format[spec] = strdup(option); in add_format_spec()427 char *p = override_format[(int) *act]; in process_fmt()
132 void vrend_insert_format_swizzle(int override_format, struct vrend_format_table *entry,
1156 vrend_insert_format_swizzle(int override_format, struct vrend_format_table *entry, in vrend_insert_format_swizzle() argument1160 tex_conv_table[override_format] = *entry; in vrend_insert_format_swizzle()1161 tex_conv_table[override_format].bindings = bindings; in vrend_insert_format_swizzle()1162 tex_conv_table[override_format].flags = flags | VIRGL_TEXTURE_NEED_SWIZZLE; in vrend_insert_format_swizzle()1164 tex_conv_table[override_format].swizzle[i] = swizzle[i]; in vrend_insert_format_swizzle()