Searched refs:tex_conv_table (Results 1 – 1 of 1) sorted by relevance
586 static struct vrend_format_table tex_conv_table[VIRGL_FORMAT_MAX]; variable590 return tex_conv_table[format].bindings & VIRGL_BIND_SAMPLER_VIEW; in vrend_format_can_sample()594 return tex_conv_table[format].bindings & VIRGL_BIND_RENDER_TARGET; in vrend_format_can_render()599 return tex_conv_table[format].bindings & VIRGL_BIND_DEPTH_STENCIL; in vrend_format_is_ds()617 return tex_conv_table[format].flags & VIRGL_BIND_NEED_SWIZZLE; in vrend_format_needs_swizzle()843 tex_conv_table[entry->format] = *entry; in vrend_insert_format()844 tex_conv_table[entry->format].bindings = bindings; in vrend_insert_format()851 tex_conv_table[override_format] = *entry; in vrend_insert_format_swizzle()852 tex_conv_table[override_format].bindings = bindings; in vrend_insert_format_swizzle()853 tex_conv_table[override_format].flags = VIRGL_BIND_NEED_SWIZZLE; in vrend_insert_format_swizzle()[all …]