Searched refs:pScissorsInFixedPoint (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | binner.h | 135 static void GatherScissors(const SWR_RECT *pScissorsInFixedPoint, const uint32_t *pViewportIndex, in GatherScissors() argument 139 pScissorsInFixedPoint[pViewportIndex[7]].xmin, in GatherScissors() 140 pScissorsInFixedPoint[pViewportIndex[6]].xmin, in GatherScissors() 141 pScissorsInFixedPoint[pViewportIndex[5]].xmin, in GatherScissors() 142 pScissorsInFixedPoint[pViewportIndex[4]].xmin, in GatherScissors() 143 pScissorsInFixedPoint[pViewportIndex[3]].xmin, in GatherScissors() 144 pScissorsInFixedPoint[pViewportIndex[2]].xmin, in GatherScissors() 145 pScissorsInFixedPoint[pViewportIndex[1]].xmin, in GatherScissors() 146 pScissorsInFixedPoint[pViewportIndex[0]].xmin); in GatherScissors() 148 pScissorsInFixedPoint[pViewportIndex[7]].ymin, in GatherScissors() [all …]
|