Searched refs:MESA_FORMAT_R_UNORM8 (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_eglimage.c | 302 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/ |
D | shaderimage.c | 143 return MESA_FORMAT_R_UNORM8; in _mesa_get_shader_image_format() 289 case MESA_FORMAT_R_UNORM8: in get_image_format_class()
|
D | formats.c | 718 return MESA_FORMAT_R_UNORM8; in _mesa_get_uncompressed_format() 1019 case MESA_FORMAT_R_UNORM8: in _mesa_uncompressed_format_to_type_and_comps()
|
D | texcompress_rgtc.c | 100 MESA_FORMAT_R_UNORM8, in _mesa_texstore_red_rgtc1()
|
D | formats.h | 398 #define MESA_FORMAT_R_UNORM8 PIPE_FORMAT_R8_UNORM macro
|
D | framebuffer.c | 881 case MESA_FORMAT_R_UNORM8: in _mesa_get_color_read_format()
|
D | formats.csv | 108 MESA_FORMAT_R_UNORM8 , array , 1, 1, 1, un8 , , , , x001, rgb
|
D | texobj.c | 362 ? MESA_FORMAT_L_UNORM8 : MESA_FORMAT_R_UNORM8; in _mesa_initialize_texture_object()
|
D | teximage.c | 6229 return MESA_FORMAT_R_UNORM8; in _mesa_get_texbuffer_format()
|
D | dlist.c | 1005 GL_RED, MESA_FORMAT_R_UNORM8); in build_bitmap_atlas()
|
/third_party/mesa3d/src/mesa/main/tests/ |
D | mesa_formats.cpp | 149 MESA_FORMAT_R_UNORM8); in TEST_F()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_util.c | 1103 .mesa_format = MESA_FORMAT_R_UNORM8,
|