Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_R_SNORM16 (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/prebuilt-intermediates/main/
Dformat_fallback.c291 return MESA_FORMAT_R_SNORM16; in _mesa_get_intensity_format_red()
Dformat_pack.c7109 case MESA_FORMAT_R_SNORM16: in _mesa_get_pack_ubyte_rgba_function()
7631 case MESA_FORMAT_R_SNORM16: in _mesa_get_pack_float_rgba_function()
8166 case MESA_FORMAT_R_SNORM16: in _mesa_pack_ubyte_rgba_row()
9899 case MESA_FORMAT_R_SNORM16: in _mesa_pack_float_rgba_row()
Dformat_unpack.c5378 case MESA_FORMAT_R_SNORM16: in _mesa_unpack_rgba_row()
6037 case MESA_FORMAT_R_SNORM16: in _mesa_unpack_ubyte_rgba_row()
/external/mesa3d/src/mesa/main/
Dshaderimage.c155 return MESA_FORMAT_R_SNORM16; in _mesa_get_shader_image_format()
301 case MESA_FORMAT_R_SNORM16: in get_image_format_class()
Dtexformat.c423 RETURN_IF_SUPPORTED(MESA_FORMAT_R_SNORM16); in _mesa_choose_tex_format()
Dformats.h418 #define MESA_FORMAT_R_SNORM16 PIPE_FORMAT_R16_SNORM macro
Dframebuffer.c877 case MESA_FORMAT_R_SNORM16: in _mesa_get_color_read_format()
Dformats.c1094 case MESA_FORMAT_R_SNORM16: in _mesa_uncompressed_format_to_type_and_comps()
Dformats.csv132 MESA_FORMAT_R_SNORM16 , array , 1, 1, 1, sn16, , , , x001, rgb
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_surface_formats.c130 [MESA_FORMAT_R_SNORM16] = ISL_FORMAT_R16_SNORM, in brw_isl_format_for_mesa_format()
Dintel_mipmap_tree.c221 return MESA_FORMAT_R_SNORM16; in intel_lower_compressed_format()