Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp384 static const std::map<pipe_format,SWR_FORMAT> mesa2swr = { in mesa_to_swr_format() local
594 auto it = mesa2swr.find(format); in mesa_to_swr_format()
595 if (it == mesa2swr.end()) in mesa_to_swr_format()