Searched refs:ppRows (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | StoreTile.h | 1266 uint8_t* ppRows[] = { pDst, pDst + pDstSurface->pitch }; 1270 uint8_t* ppStartRows[] = { ppRows[0], ppRows[1] }; 1275 ConvertPixelsSOAtoAOS<SrcFormat, DstFormat>::Convert(pSrc, ppRows); 1277 ppRows[0] += KNOB_SIMD_WIDTH * DST_BYTES_PER_PIXEL / 2; 1278 ppRows[1] += KNOB_SIMD_WIDTH * DST_BYTES_PER_PIXEL / 2; 1282 ppRows[0] = ppStartRows[0] + 2 * pDstSurface->pitch; 1283 ppRows[1] = ppStartRows[1] + 2 * pDstSurface->pitch; 1353 uint8_t* ppRows[] = { pDst, pDst + pDstSurface->pitch }; 1357 uint8_t* ppStartRows[] = { ppRows[0], ppRows[1] }; 1362 ConvertPixelsSOAtoAOS<SrcFormat, DstFormat>::Convert(pSrc, ppRows); [all …]
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTVector.h | 1661 VERTTYPE *ppRows[4]; in inverseEx() local 1667 ppRows[i] = &pIn[i * 5]; in inverseEx() 1674 ppRows[j][0] = PVRTMat4::Identity().f[i + 4 * j]; in inverseEx() 1675 memcpy(&ppRows[j][1], &f[j * 4], 4 * sizeof(VERTTYPE)); in inverseEx() 1678 PVRTLinearEqSolve(pRes, (VERTTYPE**)ppRows, 4); in inverseEx()
|