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.h112 void vrend_insert_format_swizzle(int override_format, struct vrend_format_table *entry, uint32_t bi…
Dvrend_renderer.c848 vrend_insert_format_swizzle(int override_format, struct vrend_format_table *entry, uint32_t binding… in vrend_insert_format_swizzle() argument
851 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()