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