Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c56 get_canonical_format(enum pipe_format format) in get_canonical_format() function
64 return get_canonical_format(PIPE_FORMAT_R8G8B8A8_UINT); in get_canonical_format()
74 return get_canonical_format(PIPE_FORMAT_R8G8B8A8_UINT); in get_canonical_format()
215 return get_canonical_format(PIPE_FORMAT_R8_UINT); in canonical_format_from_bits()
220 return get_canonical_format(PIPE_FORMAT_R8G8_UINT); in canonical_format_from_bits()
222 return get_canonical_format(PIPE_FORMAT_R16_UINT); in canonical_format_from_bits()
227 return get_canonical_format(PIPE_FORMAT_R8G8B8A8_UINT); in canonical_format_from_bits()
229 return get_canonical_format(PIPE_FORMAT_R16G16_UINT); in canonical_format_from_bits()
231 return get_canonical_format(PIPE_FORMAT_R32_UINT); in canonical_format_from_bits()
236 return get_canonical_format(PIPE_FORMAT_R16G16B16A16_UINT); in canonical_format_from_bits()
[all …]