Searched refs:vrend_format_table (Results 1 – 4 of 4) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_formats.c | 54 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[] = { 101 static struct vrend_format_table rg_base_formats[] = { 108 static struct vrend_format_table integer_base_formats[] = { 119 static struct vrend_format_table integer_3comp_formats[] = { 128 static struct vrend_format_table float_base_formats[] = { 133 static struct vrend_format_table float_la_formats[] = { 143 static struct vrend_format_table integer_rg_formats[] = { [all …]
|
D | vrend_renderer.h | 100 struct vrend_format_table { struct 129 void vrend_insert_format(struct vrend_format_table *entry, uint32_t bindings, uint32_t flags); argument 132 void vrend_insert_format_swizzle(int override_format, struct vrend_format_table *entry, 134 const struct vrend_format_table *vrend_get_format_table_entry(enum virgl_formats format); 135 const struct vrend_format_table *vrend_get_format_table_entry_with_emulation(uint32_t bind, enum vi… 405 void vrend_check_texture_storage(struct vrend_format_table *table);
|
D | vrend_blitter.c | 321 const struct vrend_format_table *src_entry, in blit_get_frag_tex_col() 322 const struct vrend_format_table *dst_entry, in blit_get_frag_tex_col() 644 const struct vrend_format_table *src_entry = in vrend_set_tex_param() 716 const struct vrend_format_table *orig_src_entry = vrend_get_format_table_entry(info->src.format); in vrend_renderer_blit_gl() 717 const struct vrend_format_table *dst_entry = in vrend_renderer_blit_gl()
|
D | vrend_renderer.c | 767 static struct vrend_format_table tex_conv_table[VIRGL_FORMAT_MAX_EXTENDED]; 1148 vrend_insert_format(struct vrend_format_table *entry, uint32_t bindings, uint32_t flags) in vrend_insert_format() 1156 vrend_insert_format_swizzle(int override_format, struct vrend_format_table *entry, in vrend_insert_format_swizzle() 1194 const struct vrend_format_table * 1200 const struct vrend_format_table * 5683 const struct vrend_format_table *fmt_entry = vrend_get_format_table_entry(fmt); in get_swizzled_border_color()
|