Searched refs:vrend_insert_format (Results 1 – 3 of 3) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_formats.c | 444 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()
|
D | vrend_renderer.h | 129 void vrend_insert_format(struct vrend_format_table *entry, uint32_t bindings, uint32_t flags);
|
D | vrend_renderer.c | 1148 vrend_insert_format(struct vrend_format_table *entry, uint32_t bindings, uint32_t flags) in vrend_insert_format() function
|