Home
last modified time | relevance | path

Searched refs:_mesa_format_from_array_format (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/tests/
Dmesa_formats.cpp154 f = _mesa_format_from_array_format((mesa_array_format)f); in fffat_wrap()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_draw.c79 src_format = _mesa_format_from_array_format(src_format); in do_blit_drawpixels()
/external/mesa3d/src/mesa/main/
Dformats.c502 _mesa_format_from_array_format(uint32_t array_format) in _mesa_format_from_array_format() function
1473 other_format = _mesa_format_from_array_format(other_format); in _mesa_format_matches_format_and_type()
Dformats.h669 _mesa_format_from_array_format(uint32_t array_format);
Dglformats.c3836 format = _mesa_format_from_array_format(format); in _mesa_tex_format_from_format_and_type()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c1225 mesa_format = _mesa_format_from_array_format(mesa_format); in st_choose_matching_format()