Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_formats.c444 vrend_insert_format(&table[i], VIRGL_BIND_SAMPLER_VIEW, flags); in vrend_add_formats()
450 vrend_insert_format(&table[i], VIRGL_BIND_SAMPLER_VIEW, flags); in vrend_add_formats()
457 vrend_insert_format(&table[i], VIRGL_BIND_SAMPLER_VIEW, flags); in vrend_add_formats()
463 vrend_insert_format(&table[i], VIRGL_BIND_SAMPLER_VIEW, flags); in vrend_add_formats()
468 vrend_insert_format(&table[i], VIRGL_BIND_SAMPLER_VIEW, flags); in vrend_add_formats()
554 vrend_insert_format(&table[i], binding, flags); in vrend_add_formats()
Dvrend_renderer.h129 void vrend_insert_format(struct vrend_format_table *entry, uint32_t bindings, uint32_t flags);
Dvrend_renderer.c1148 vrend_insert_format(struct vrend_format_table *entry, uint32_t bindings, uint32_t flags) in vrend_insert_format() function