Searched refs:MESA_FORMAT_R_UNORM8 (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/prebuilt-intermediates/main/ |
D | format_fallback.c | 53 return MESA_FORMAT_R_UNORM8; in _mesa_get_srgb_format_linear() 154 case MESA_FORMAT_R_UNORM8: in _mesa_get_linear_format_srgb() 285 return MESA_FORMAT_R_UNORM8; in _mesa_get_intensity_format_red()
|
D | format_pack.c | 7052 case MESA_FORMAT_R_UNORM8: in _mesa_get_pack_ubyte_rgba_function() 7574 case MESA_FORMAT_R_UNORM8: in _mesa_get_pack_float_rgba_function() 8033 case MESA_FORMAT_R_UNORM8: in _mesa_pack_ubyte_rgba_row() 9766 case MESA_FORMAT_R_UNORM8: in _mesa_pack_float_rgba_row()
|
D | format_unpack.c | 5264 case MESA_FORMAT_R_UNORM8: in _mesa_unpack_rgba_row() 5904 case MESA_FORMAT_R_UNORM8: in _mesa_unpack_ubyte_rgba_row()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_eglimage.c | 276 texFormat = MESA_FORMAT_R_UNORM8; in st_bind_egl_image() 287 texFormat = MESA_FORMAT_R_UNORM8; in st_bind_egl_image()
|
/external/mesa3d/src/mesa/main/tests/ |
D | mesa_formats.cpp | 143 MESA_FORMAT_R_UNORM8); in TEST()
|
/external/mesa3d/src/mesa/main/ |
D | shaderimage.c | 140 return MESA_FORMAT_R_UNORM8; in _mesa_get_shader_image_format() 286 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.c | 717 return MESA_FORMAT_R_UNORM8; in _mesa_get_uncompressed_format() 1018 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 | 396 #define MESA_FORMAT_R_UNORM8 PIPE_FORMAT_R8_UNORM macro
|
D | framebuffer.c | 876 case MESA_FORMAT_R_UNORM8: in _mesa_get_color_read_format()
|
D | formats.csv | 105 MESA_FORMAT_R_UNORM8 , array , 1, 1, 1, un8 , , , , x001, rgb
|
D | texobj.c | 363 obj->_BufferObjectFormat = MESA_FORMAT_R_UNORM8; in _mesa_initialize_texture_object()
|
D | teximage.c | 6219 return MESA_FORMAT_R_UNORM8; in _mesa_get_texbuffer_format()
|
D | dlist.c | 1015 GL_RED, MESA_FORMAT_R_UNORM8); in build_bitmap_atlas()
|
/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/src/mesa/drivers/dri/common/ |
D | dri_util.c | 959 .mesa_format = MESA_FORMAT_R_UNORM8,
|