Searched refs:pViewportIndex (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | binner.cpp | 309 static void Gather(const SWR_RECT* pScissorsInFixedPoint, const uint32_t* pViewportIndex, in Gather() 320 static void Gather(const SWR_RECT* pScissorsInFixedPoint, const uint32_t* pViewportIndex, in Gather() 324 scisXmin = _simd_set_epi32(pScissorsInFixedPoint[pViewportIndex[0]].xmin, in Gather() 325 pScissorsInFixedPoint[pViewportIndex[1]].xmin, in Gather() 326 pScissorsInFixedPoint[pViewportIndex[2]].xmin, in Gather() 327 pScissorsInFixedPoint[pViewportIndex[3]].xmin, in Gather() 328 pScissorsInFixedPoint[pViewportIndex[4]].xmin, in Gather() 329 pScissorsInFixedPoint[pViewportIndex[5]].xmin, in Gather() 330 pScissorsInFixedPoint[pViewportIndex[6]].xmin, in Gather() 331 pScissorsInFixedPoint[pViewportIndex[7]].xmin); in Gather() [all …]
|