Searched refs:totalByteCount (Results 1 – 1 of 1) sorted by relevance
793 u32 totalByteCount = byteCount * MAX_CUBE_FACE; in Create() local795 NW_ASSERT(totalByteCount != 0); in Create()796 bufferMemory = reinterpret_cast<uptr>(allocator->Alloc(totalByteCount, ALIGNMENT)); in Create()801 std::fill_n(NW_CHECKED_ARRAY_ITERATOR(buffer, totalByteCount), totalByteCount, 0); in Create()