Home
last modified time | relevance | path

Searched refs:endOfFullBlockNdx (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp137 const size_t endOfFullBlockNdx = roundDownToMultiple<size_t>(offset + count, BLOCK_BIT_SIZE); in setRange() local
139 if (ndx < endOfFullBlockNdx) in setRange()
141 deMemset(&m_data[ndx / BLOCK_BIT_SIZE], (value ? 0xFF : 0x0), (endOfFullBlockNdx - ndx) / 8); in setRange()
142 ndx = endOfFullBlockNdx; in setRange()