Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/pipe/
Dp_format.h558 #define PIPE_FORMAT_RG88_UNORM PIPE_FORMAT_R8G8_UNORM macro
594 #define PIPE_FORMAT_RG88_UNORM PIPE_FORMAT_G8R8_UNORM macro
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c107 (screen->is_format_supported(screen, PIPE_FORMAT_RG88_UNORM, in is_format_supported()
118 (screen->is_format_supported(screen, PIPE_FORMAT_RG88_UNORM, in is_format_supported()
Dst_atom_texture.c184 tmpl.format = PIPE_FORMAT_RG88_UNORM; in st_get_sampler_views()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_helpers.c492 __DRI_IMAGE_COMPONENTS_RG, PIPE_FORMAT_RG88_UNORM, 1,
/third_party/mesa3d/src/util/format/
Du_format.h1377 return !plane ? PIPE_FORMAT_R8_UNORM : PIPE_FORMAT_RG88_UNORM; in util_format_get_plane_format()