Searched refs:stencil24_8 (Results 1 – 1 of 1) sorted by relevance
380 struct D32FS8 { float depth32f; unsigned int stencil24_8; }; in LoadImageRow() member393 struct D32FS8 { float depth32f; unsigned int stencil24_8; }; in LoadImageRow() member399 …destI[x] = static_cast<unsigned char>(sourceD32FS8[x].stencil24_8 & 0x000000FF); // FIXME: Quad … in LoadImageRow()