Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c213 texFormat = MESA_FORMAT_R_UNORM8; in st_bind_egl_image()
217 texFormat = MESA_FORMAT_R_UNORM8; in st_bind_egl_image()
Dst_format.c206 case MESA_FORMAT_R_UNORM8: in st_mesa_format_to_pipe_format()
696 return MESA_FORMAT_R_UNORM8; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/main/
Dshaderimage.c163 return MESA_FORMAT_R_UNORM8; in _mesa_get_shader_image_format()
309 case MESA_FORMAT_R_UNORM8: in get_image_format_class()
Dtexformat.c665 RETURN_IF_SUPPORTED(MESA_FORMAT_R_UNORM8); in _mesa_choose_tex_format()
671 RETURN_IF_SUPPORTED(MESA_FORMAT_R_UNORM8); in _mesa_choose_tex_format()
Dformats.h393 MESA_FORMAT_R_UNORM8, /* ubyte[i] = R */ enumerator
Dformats.c654 return MESA_FORMAT_R_UNORM8; in _mesa_get_uncompressed_format()
958 case MESA_FORMAT_R_UNORM8: in _mesa_uncompressed_format_to_type_and_comps()
1629 case MESA_FORMAT_R_UNORM8: in _mesa_format_matches_format_and_type()
Dtexcompress_rgtc.c98 MESA_FORMAT_R_UNORM8, in _mesa_texstore_red_rgtc1()
Dframebuffer.c844 else if (format == MESA_FORMAT_R_UNORM8) in _mesa_get_color_read_format()
Dformats.csv111 MESA_FORMAT_R_UNORM8 , array , 1, 1, 1, un8 , , , , x001, rgb
Dtexobj.c326 obj->_BufferObjectFormat = MESA_FORMAT_R_UNORM8; in _mesa_initialize_texture_object()
Dteximage.c5353 return MESA_FORMAT_R_UNORM8; in _mesa_get_texbuffer_format()
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.c894 case MESA_FORMAT_R_UNORM8: in driGLFormatToImageFormat()
929 return MESA_FORMAT_R_UNORM8; in driImageFormatToGLFormat()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_surface_formats.c60 [MESA_FORMAT_R_UNORM8] = ISL_FORMAT_R8_UNORM, in brw_isl_format_for_mesa_format()
/external/mesa3d/prebuilt-intermediates/main/
Dformat_pack.c7402 case MESA_FORMAT_R_UNORM8: in _mesa_get_pack_ubyte_rgba_function()
7948 case MESA_FORMAT_R_UNORM8: in _mesa_get_pack_float_rgba_function()
8452 case MESA_FORMAT_R_UNORM8: in _mesa_pack_ubyte_rgba_row()
10248 case MESA_FORMAT_R_UNORM8: in _mesa_pack_float_rgba_row()
Dformat_unpack.c5602 case MESA_FORMAT_R_UNORM8: in _mesa_unpack_rgba_row()
6292 case MESA_FORMAT_R_UNORM8: in _mesa_unpack_ubyte_rgba_row()
Dformat_info.h749 .Name = MESA_FORMAT_R_UNORM8,