Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_renderer.c767 static struct vrend_format_table tex_conv_table[VIRGL_FORMAT_MAX_EXTENDED]; variable
771 if (tex_conv_table[format].bindings & VIRGL_BIND_SAMPLER_VIEW) in vrend_format_can_sample()
791 return tex_conv_table[format].flags & VIRGL_TEXTURE_CAN_READBACK; in vrend_format_can_readback()
796 return tex_conv_table[format].bindings & VIRGL_BIND_RENDER_TARGET; in vrend_format_can_render()
801 return tex_conv_table[format].bindings & VIRGL_BIND_DEPTH_STENCIL; in vrend_format_is_ds()
824 tex_conv_table[format].flags & VIRGL_TEXTURE_CAN_TEXTURE_STORAGE; in vrend_format_can_texture_view()
844 if (tex_conv_table[src].swizzle[i] != tex_conv_table[dst].swizzle[i]) in vrend_blit_needs_swizzle()
1150 tex_conv_table[entry->format] = *entry; in vrend_insert_format()
1151 tex_conv_table[entry->format].bindings = bindings; in vrend_insert_format()
1152 tex_conv_table[entry->format].flags = flags; in vrend_insert_format()
[all …]