Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Daccum.c154 if (accRb->Format == MESA_FORMAT_SIGNED_RGBA_16) { in _mesa_clear_accum_buffer()
209 if (accRb->Format == MESA_FORMAT_SIGNED_RGBA_16) { in accum_scale_or_bias()
287 if (accRb->Format == MESA_FORMAT_SIGNED_RGBA_16) { in accum_or_load()
379 if (accRb->Format == MESA_FORMAT_SIGNED_RGBA_16) { in accum_return()
Dtexformat.c528 RETURN_IF_SUPPORTED(MESA_FORMAT_SIGNED_RGBA_16); in _mesa_choose_tex_format()
534 RETURN_IF_SUPPORTED(MESA_FORMAT_SIGNED_RGBA_16); in _mesa_choose_tex_format()
543 RETURN_IF_SUPPORTED(MESA_FORMAT_SIGNED_RGBA_16); in _mesa_choose_tex_format()
549 RETURN_IF_SUPPORTED(MESA_FORMAT_SIGNED_RGBA_16); in _mesa_choose_tex_format()
Dformats.h243 MESA_FORMAT_SIGNED_RGBA_16, /* ... */ enumerator
Dformats.c1301 MESA_FORMAT_SIGNED_RGBA_16,
2243 case MESA_FORMAT_SIGNED_RGBA_16: in _mesa_format_to_type_and_comps()
2905 case MESA_FORMAT_SIGNED_RGBA_16: in _mesa_format_matches_format_and_type()
Dtexstore.c2120 dstFormat == MESA_FORMAT_SIGNED_RGBA_16); in _mesa_texstore_signed_rgba_16()
2125 dstFormat == MESA_FORMAT_SIGNED_RGBA_16 && in _mesa_texstore_signed_rgba_16()
2158 if (dstFormat == MESA_FORMAT_SIGNED_RGBA_16) { in _mesa_texstore_signed_rgba_16()
4130 table[MESA_FORMAT_SIGNED_RGBA_16] = _mesa_texstore_signed_rgba_16; in _mesa_get_texstore_func()
Dformat_pack.c1794 table[MESA_FORMAT_SIGNED_RGBA_16] = NULL; in _mesa_get_pack_ubyte_rgba_function()
1939 table[MESA_FORMAT_SIGNED_RGBA_16] = pack_float_SIGNED_RGBA_16; in _mesa_get_pack_float_rgba_function()
Dformat_unpack.c1574 table[MESA_FORMAT_SIGNED_RGBA_16] = unpack_SIGNED_RGBA_16; in get_unpack_rgba_function()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c348 case MESA_FORMAT_SIGNED_RGBA_16: in st_mesa_format_to_pipe_format()
677 return MESA_FORMAT_SIGNED_RGBA_16; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c966 MESA_FORMAT_SIGNED_RGBA_16,
Ds_renderbuffer.c91 rb->Format = MESA_FORMAT_SIGNED_RGBA_16; in soft_renderbuffer_storage()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c434 [MESA_FORMAT_SIGNED_RGBA_16] = BRW_SURFACEFORMAT_R16G16B16A16_SNORM, in brw_format_for_mesa_format()