Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vdpau/
Dquery.c310 enum pipe_format rgba_format, index_format, colortbl_format; in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() local
328 colortbl_format = FormatColorTableToPipe(color_table_format); in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities()
329 if (colortbl_format == PIPE_FORMAT_NONE) in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities()
350 pscreen, colortbl_format, PIPE_TEXTURE_1D, 1, in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities()
Doutput.c293 enum pipe_format colortbl_format; in vlVdpOutputSurfacePutBitsIndexed() local
317 colortbl_format = FormatColorTableToPipe(color_table_format); in vlVdpOutputSurfacePutBitsIndexed()
318 if (colortbl_format == PIPE_FORMAT_NONE) in vlVdpOutputSurfacePutBitsIndexed()
369 res_tmpl.format = colortbl_format; in vlVdpOutputSurfacePutBitsIndexed()
388 util_format_get_stride(colortbl_format, res->width0), 0); in vlVdpOutputSurfacePutBitsIndexed()