Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/common/
DImage.cpp963 const D32FS8 *sourceD32FS8 = reinterpret_cast<const D32FS8*>(source); in TransferRow() local
968 destF[x] = sw::clamp(sourceD32FS8[x].depth32f, 0.0f, 1.0f); in TransferRow()
988 const D32FS8 *sourceD32FS8 = reinterpret_cast<const D32FS8*>(source); in TransferRow() local
993 …destI[x] = static_cast<unsigned char>(sourceD32FS8[x].stencil24_8 & 0x000000FF); // FIXME: Quad … in TransferRow()