Searched refs:MESA_FORMAT_R_UNORM8 (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_eglimage.c | 213 texFormat = MESA_FORMAT_R_UNORM8; in st_bind_egl_image() 217 texFormat = MESA_FORMAT_R_UNORM8; in st_bind_egl_image()
|
D | st_format.c | 206 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/ |
D | shaderimage.c | 163 return MESA_FORMAT_R_UNORM8; in _mesa_get_shader_image_format() 309 case MESA_FORMAT_R_UNORM8: in get_image_format_class()
|
D | texformat.c | 665 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()
|
D | formats.h | 393 MESA_FORMAT_R_UNORM8, /* ubyte[i] = R */ enumerator
|
D | formats.c | 654 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()
|
D | texcompress_rgtc.c | 98 MESA_FORMAT_R_UNORM8, in _mesa_texstore_red_rgtc1()
|
D | framebuffer.c | 844 else if (format == MESA_FORMAT_R_UNORM8) in _mesa_get_color_read_format()
|
D | formats.csv | 111 MESA_FORMAT_R_UNORM8 , array , 1, 1, 1, un8 , , , , x001, rgb
|
D | texobj.c | 326 obj->_BufferObjectFormat = MESA_FORMAT_R_UNORM8; in _mesa_initialize_texture_object()
|
D | teximage.c | 5353 return MESA_FORMAT_R_UNORM8; in _mesa_get_texbuffer_format()
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.c | 894 case MESA_FORMAT_R_UNORM8: in driGLFormatToImageFormat() 929 return MESA_FORMAT_R_UNORM8; in driImageFormatToGLFormat()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_surface_formats.c | 60 [MESA_FORMAT_R_UNORM8] = ISL_FORMAT_R8_UNORM, in brw_isl_format_for_mesa_format()
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | format_pack.c | 7402 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()
|
D | format_unpack.c | 5602 case MESA_FORMAT_R_UNORM8: in _mesa_unpack_rgba_row() 6292 case MESA_FORMAT_R_UNORM8: in _mesa_unpack_ubyte_rgba_row()
|
D | format_info.h | 749 .Name = MESA_FORMAT_R_UNORM8,
|