Home
last modified time | relevance | path

Searched refs:override_format (Results 1 – 3 of 3) sorted by relevance

/external/blktrace/
Dblkparse_fmt.c18 static char *override_format[256]; variable
30 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()
/external/virglrenderer/src/
Dvrend_renderer.h132 void vrend_insert_format_swizzle(int override_format, struct vrend_format_table *entry,
Dvrend_renderer.c1156 vrend_insert_format_swizzle(int override_format, struct vrend_format_table *entry, in vrend_insert_format_swizzle() argument
1160 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()