Home | History | Annotate | Download | only in d3d11

Lines Matching defs:depthBits

132     unsigned int depthBits;
141 static inline void InsertDXGIDepthStencilInfo(DepthStencilInfoMap *map, DXGI_FORMAT format, unsigned int depthBits,
145 info.depthBits = depthBits;
182 depthBits(0),
212 info.depthBits = dsInfoIter->second.depthBits;
219 info.depthBits = 0;
680 maxBits = std::max(maxBits, formatInfo.depthBits);