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()
112 void vrend_insert_format_swizzle(int override_format, struct vrend_format_table *entry, uint32_t bi…
848 vrend_insert_format_swizzle(int override_format, struct vrend_format_table *entry, uint32_t binding… in vrend_insert_format_swizzle() argument851 tex_conv_table[override_format] = *entry; in vrend_insert_format_swizzle()852 tex_conv_table[override_format].bindings = bindings; in vrend_insert_format_swizzle()853 tex_conv_table[override_format].flags = VIRGL_BIND_NEED_SWIZZLE; in vrend_insert_format_swizzle()855 tex_conv_table[override_format].swizzle[i] = swizzle[i]; in vrend_insert_format_swizzle()