Searched refs:sourcePixel (Results 1 – 2 of 2) sorted by relevance
118 const uint8_t *sourcePixel = in StretchedBlitNearest_PixelByPixel() local124 memcpy(destPixel, sourcePixel, copySize); in StretchedBlitNearest_PixelByPixel()239 const float *sourcePixel = reinterpret_cast<const float *>(sourceData + offset); in CopyDepthStencil() local243 loader(sourcePixel, destPixel); in CopyDepthStencil()288 const uint32_t *sourcePixel = reinterpret_cast<const uint32_t *>(sourceData + offset); in BlitD24S8ToD32F() local293 Depth24Stencil8ToDepth32F(sourcePixel, destPixel); in BlitD24S8ToD32F()326 const float *sourcePixel = reinterpret_cast<const float *>(sourceData + offset); in BlitD32FS8ToD32F() local330 Depth32FStencil8ToDepth32F(sourcePixel, destPixel); in BlitD32FS8ToD32F()
1385 uint32_t sourcePixel = (source[x] >> 8) & 0xFFFFFF; in LoadD24S8ToD32F() local1386 destDepth[x] = sourcePixel / static_cast<float>(0xFFFFFF); in LoadD24S8ToD32F()1438 uint32_t sourcePixel = source[x]; in LoadD32ToD32F() local1439 destDepth[x] = sourcePixel / static_cast<float>(0xFFFFFFFF); in LoadD32ToD32F()