Searched defs:slotNdx (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/delibs/decpp/
H A DdeAppendList.hpp235 const size_t slotNdx = elementNdx - (blockNdx * m_blockSize); local
249 if (slotNdx+1 == m_blockSize)
267 new (&curBlock->elements[slotNdx]) ElementType(value);
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.cpp409 const size_t slotNdx = ptrToSlotIndex[record.data.allocation.returnedPtr]; local
410 if (!allocations[slotNdx].isLive)
412 allocations[slotNdx].isLive = true;
413 allocations[slotNdx].record = record;
463 const size_t slotNdx = ptrToSlotIndex[record.data.reallocation.returnedPtr]; local
464 if (!allocations[slotNdx].isLive)
466 allocations[slotNdx].isLive = true;
467 allocations[slotNdx].record = record;
500 const size_t slotNdx = ptrToSlotIndex[record.data.reallocation.returnedPtr]; local
501 DE_ASSERT(!allocations[slotNdx]
517 const size_t slotNdx = ptrToSlotIndex[record.data.free.mem]; local
[all...]

Completed in 152 milliseconds