Searched refs:MESA_FORMAT_R_UNORM16 (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | shaderimage.c | 140 return MESA_FORMAT_R_UNORM16; in _mesa_get_shader_image_format() 357 case MESA_FORMAT_R_UNORM16: in get_image_format_class()
|
H A D | formats.c | 742 return MESA_FORMAT_R_UNORM16; in _mesa_get_uncompressed_format() 977 case MESA_FORMAT_R_UNORM16: in _mesa_uncompressed_format_to_type()
|
H A D | formats.h | 402 #define MESA_FORMAT_R_UNORM16 PIPE_FORMAT_R16_UNORM macro
|
H A D | framebuffer.c | 920 case MESA_FORMAT_R_UNORM16: in _mesa_get_color_read_format()
|
H A D | formats.csv | 111 MESA_FORMAT_R_UNORM16 , array , 1, 1, 1, un16, , , , x001, rgb
|
H A D | teximage.c | 6498 return MESA_FORMAT_R_UNORM16; in _mesa_get_texbuffer_format()
|
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_eglimage.c | 390 texFormat = MESA_FORMAT_R_UNORM16; in st_bind_egl_image()
|