Searched refs:pScissorsInFixedPoint (Results 1 – 1 of 1) sorted by relevance
139 static void GatherScissors(const SWR_RECT* pScissorsInFixedPoint, in GatherScissors() argument146 scisXmin = _simd_set_epi32(pScissorsInFixedPoint[pViewportIndex[7]].xmin, in GatherScissors()147 pScissorsInFixedPoint[pViewportIndex[6]].xmin, in GatherScissors()148 pScissorsInFixedPoint[pViewportIndex[5]].xmin, in GatherScissors()149 pScissorsInFixedPoint[pViewportIndex[4]].xmin, in GatherScissors()150 pScissorsInFixedPoint[pViewportIndex[3]].xmin, in GatherScissors()151 pScissorsInFixedPoint[pViewportIndex[2]].xmin, in GatherScissors()152 pScissorsInFixedPoint[pViewportIndex[1]].xmin, in GatherScissors()153 pScissorsInFixedPoint[pViewportIndex[0]].xmin); in GatherScissors()154 scisYmin = _simd_set_epi32(pScissorsInFixedPoint[pViewportIndex[7]].ymin, in GatherScissors()[all …]