Searched refs:objectNdx (Results 1 – 3 of 3) sorted by relevance
546 for (size_t objectNdx = 0; objectNdx < heap.objects.size(); objectNdx++) in iterate() local548 if (!!heap.objects[objectNdx].memory) in iterate()549 vkd.freeMemory(device, heap.objects[objectNdx].memory, (const VkAllocationCallbacks*)DE_NULL); in iterate()
2584 for (size_t objectNdx = 0; objectNdx < mainObjectsCount; ++objectNdx) in createVertexData() local2586 const size_t objectStart = objectNdx * m_verticesPerPrimitive; in createVertexData()2587 …const float xRatio = static_cast<float>(occlusionObjectMultiplierX[objectNdx]) / occlusionObje… in createVertexData()2588 …const float yRatio = static_cast<float>(occlusionObjectMultiplierY[objectNdx]) / occlusionObje… in createVertexData()
4294 for (int objectNdx = 0; objectNdx < numObjects; ++objectNdx) in createVbo() local