Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_formats.c51 static struct vrend_format_table base_rgba_formats[] =
76 static struct vrend_format_table gl_base_rgba_formats[] =
82 static struct vrend_format_table base_depth_formats[] =
94 static struct vrend_format_table base_la_formats[] = {
103 static struct vrend_format_table rg_base_formats[] = {
110 static struct vrend_format_table integer_base_formats[] = {
121 static struct vrend_format_table integer_3comp_formats[] = {
130 static struct vrend_format_table float_base_formats[] = {
135 static struct vrend_format_table float_la_formats[] = {
145 static struct vrend_format_table integer_rg_formats[] = {
[all …]
Dvrend_renderer.h77 struct vrend_format_table { struct
111 void vrend_insert_format(struct vrend_format_table *entry, uint32_t bindings);
112 void vrend_insert_format_swizzle(int override_format, struct vrend_format_table *entry, uint32_t bi…
113 const struct vrend_format_table *vrend_get_format_table_entry(enum virgl_formats format);
337 void vrend_check_texture_storage(struct vrend_format_table *table);
Dvrend_renderer.c586 static struct vrend_format_table tex_conv_table[VIRGL_FORMAT_MAX];
841 vrend_insert_format(struct vrend_format_table *entry, uint32_t bindings) in vrend_insert_format()
848 vrend_insert_format_swizzle(int override_format, struct vrend_format_table *entry, uint32_t binding… in vrend_insert_format_swizzle()
858 const struct vrend_format_table *