Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c302 texFormat = MESA_FORMAT_R_UNORM8; in st_bind_egl_image()
330 texFormat = MESA_FORMAT_R_UNORM8; in st_bind_egl_image()
/third_party/mesa3d/src/mesa/main/
Dshaderimage.c143 return MESA_FORMAT_R_UNORM8; in _mesa_get_shader_image_format()
289 case MESA_FORMAT_R_UNORM8: in get_image_format_class()
Dformats.c718 return MESA_FORMAT_R_UNORM8; in _mesa_get_uncompressed_format()
1019 case MESA_FORMAT_R_UNORM8: in _mesa_uncompressed_format_to_type_and_comps()
Dtexcompress_rgtc.c100 MESA_FORMAT_R_UNORM8, in _mesa_texstore_red_rgtc1()
Dformats.h398 #define MESA_FORMAT_R_UNORM8 PIPE_FORMAT_R8_UNORM macro
Dframebuffer.c881 case MESA_FORMAT_R_UNORM8: in _mesa_get_color_read_format()
Dformats.csv108 MESA_FORMAT_R_UNORM8 , array , 1, 1, 1, un8 , , , , x001, rgb
Dtexobj.c362 ? MESA_FORMAT_L_UNORM8 : MESA_FORMAT_R_UNORM8; in _mesa_initialize_texture_object()
Dteximage.c6229 return MESA_FORMAT_R_UNORM8; in _mesa_get_texbuffer_format()
Ddlist.c1005 GL_RED, MESA_FORMAT_R_UNORM8); in build_bitmap_atlas()
/third_party/mesa3d/src/mesa/main/tests/
Dmesa_formats.cpp149 MESA_FORMAT_R_UNORM8); in TEST_F()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_util.c1103 .mesa_format = MESA_FORMAT_R_UNORM8,