Lines Matching refs:vrend_format_table
51 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[] = {
162 static struct vrend_format_table float_rg_formats[] = {
169 static struct vrend_format_table float_3comp_formats[] = {
175 static struct vrend_format_table integer_la_formats[] = {
202 static struct vrend_format_table snorm_formats[] = {
216 static struct vrend_format_table snorm_la_formats[] = {
225 static struct vrend_format_table dxtn_formats[] = {
232 static struct vrend_format_table dxtn_srgb_formats[] = {
239 static struct vrend_format_table rgtc_formats[] = {
247 static struct vrend_format_table srgb_formats[] = {
255 static struct vrend_format_table gl_srgb_formats[] =
261 static struct vrend_format_table bit10_formats[] = {
270 static struct vrend_format_table packed_float_formats[] = {
274 static struct vrend_format_table exponent_float_formats[] = {
278 static struct vrend_format_table bptc_formats[] = {
285 static struct vrend_format_table gles_bgra_formats[] = {
290 static struct vrend_format_table gles_z32_format[] = {
294 static void vrend_add_formats(struct vrend_format_table *table, int num_entries) in vrend_add_formats()
314 struct vrend_format_table *entry = NULL; in vrend_add_formats()
450 void vrend_check_texture_storage(struct vrend_format_table *table) in vrend_check_texture_storage()