Searched refs:colortbl_format (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dquery.c300 enum pipe_format rgba_format, index_format, colortbl_format; local
318 colortbl_format = FormatColorTableToPipe(color_table_format);
319 if (colortbl_format == PIPE_FORMAT_NONE)
340 pscreen, colortbl_format, PIPE_TEXTURE_1D, 1,
H A Doutput.c286 enum pipe_format colortbl_format; local
310 colortbl_format = FormatColorTableToPipe(color_table_format);
311 if (colortbl_format == PIPE_FORMAT_NONE)
360 res_tmpl.format = colortbl_format;
379 util_format_get_stride(colortbl_format, res->width0), 0);

Completed in 87 milliseconds