Home
last modified time | relevance | path

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

/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.h701 _mesa_format_from_array_format(uint32_t array_format);
Dformats.c470 _mesa_format_from_array_format(uint32_t array_format) in _mesa_format_from_array_format() function
/external/mesa3d/src/mesa/drivers/common/
Dmeta_tex_subimage.c90 pbo_format = _mesa_format_from_array_format(pbo_format); in create_texture_for_pbo()