Searched refs:MESA_FORMAT_R_UNORM16 (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | shaderimage.c | 159 return MESA_FORMAT_R_UNORM16; in _mesa_get_shader_image_format() 305 case MESA_FORMAT_R_UNORM16: in get_image_format_class()
|
D | formats.h | 394 MESA_FORMAT_R_UNORM16, /* ushort[i] = R */ enumerator
|
D | formats.c | 792 return MESA_FORMAT_R_UNORM16; in _mesa_get_uncompressed_format() 1020 case MESA_FORMAT_R_UNORM16: in _mesa_uncompressed_format_to_type_and_comps() 1749 case MESA_FORMAT_R_UNORM16: in _mesa_format_matches_format_and_type()
|
D | texformat.c | 677 RETURN_IF_SUPPORTED(MESA_FORMAT_R_UNORM16); in _mesa_choose_tex_format()
|
D | formats.csv | 111 MESA_FORMAT_R_UNORM16 , array , 1, 1, 1, un16, , , , x001, rgb
|
D | teximage.c | 4973 return MESA_FORMAT_R_UNORM16; in get_texbuffer_format()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_surface_formats.c | 75 [MESA_FORMAT_R_UNORM16] = BRW_SURFACEFORMAT_R16_UNORM, in brw_format_for_mesa_format()
|
D | intel_mipmap_tree.c | 564 return MESA_FORMAT_R_UNORM16; in intel_lower_compressed_format()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 203 case MESA_FORMAT_R_UNORM16: in st_mesa_format_to_pipe_format() 687 return MESA_FORMAT_R_UNORM16; in st_pipe_format_to_mesa_format()
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | format_info.h | 698 MESA_FORMAT_R_UNORM16,
|
D | format_pack.c | 7354 case MESA_FORMAT_R_UNORM16: in _mesa_get_pack_ubyte_rgba_function() 7897 case MESA_FORMAT_R_UNORM16: in _mesa_get_pack_float_rgba_function() 8398 case MESA_FORMAT_R_UNORM16: in _mesa_pack_ubyte_rgba_row() 10187 case MESA_FORMAT_R_UNORM16: in _mesa_pack_float_rgba_row()
|
D | format_unpack.c | 5560 case MESA_FORMAT_R_UNORM16: in _mesa_unpack_rgba_row() 6244 case MESA_FORMAT_R_UNORM16: in _mesa_unpack_ubyte_rgba_row()
|