Searched refs:transformedIndexCount (Results 1 – 1 of 1) sorted by relevance
99 int transformedIndexCount = maxIndex - minIndex + 1; in visibilityTest() local100 std::unique_ptr<float[]> holder{new float[transformedIndexCount * 4]}; in visibilityTest()111 for (int i = 0; i < transformedIndexCount; i++, pSrc += 3, pDst += 4) { in visibilityTest()