Searched refs:MESA_FORMAT_L_UNORM8 (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | formats.c | 726 return MESA_FORMAT_L_UNORM8; in _mesa_get_uncompressed_format() 1017 case MESA_FORMAT_L_UNORM8: in _mesa_uncompressed_format_to_type_and_comps()
|
D | formats.h | 392 #define MESA_FORMAT_L_UNORM8 PIPE_FORMAT_L8_UNORM macro
|
D | debug.c | 624 case MESA_FORMAT_L_UNORM8: in _mesa_print_texture()
|
D | formats.csv | 102 MESA_FORMAT_L_UNORM8 , array , 1, 1, 1, un8 , , , , xxx1, rgb
|
D | texobj.c | 362 ? MESA_FORMAT_L_UNORM8 : MESA_FORMAT_R_UNORM8; in _mesa_initialize_texture_object()
|
D | teximage.c | 6103 return MESA_FORMAT_L_UNORM8; in _mesa_get_texbuffer_format()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_util.c | 1108 .mesa_format = MESA_FORMAT_L_UNORM8,
|