Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrelemlib.h236 return (m_depthPlanarType == ADDR_DEPTH_PLANAR_R600) ? TRUE : FALSE; in IsDepthStencilTilePlanar()
270 DepthPlanarType m_depthPlanarType; variable
Daddrelemlib.cpp60 m_depthPlanarType = ADDR_DEPTH_PLANAR_R600; in ElemLib()
64 m_depthPlanarType = ADDR_DEPTH_PLANAR_R600; in ElemLib()
69 m_depthPlanarType = ADDR_DEPTH_PLANAR_R800; in ElemLib()
74 m_depthPlanarType = ADDR_DEPTH_PLANAR_R800; in ElemLib()
986 if (m_depthPlanarType == ADDR_DEPTH_PLANAR_R800) in PixGetDepthCompInfo()