Searched refs:numEltsToStore (Results 1 – 1 of 1) sorted by relevance
99 const uint32_t numEltsToStore,2180 const uint32_t numEltsToStore, in StoreVertexElements() argument2183 SWR_ASSERT(numEltsToStore <= 4, "Invalid element count."); in StoreVertexElements()2185 for (uint32_t c = 0; c < numEltsToStore; ++c) in StoreVertexElements()