Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.h253 extern const SWR_FORMAT_INFO gFormatInfo[NUM_SWR_FORMATS];
261 SWR_ASSERT(gFormatInfo[format].name != nullptr, "Invalid Surface Format: %d", format); in GetFormatInfo()
262 return gFormatInfo[format]; in GetFormatInfo()
Dformats.cpp70 const SWR_FORMAT_INFO gFormatInfo[] = { variable