OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:slotNdx
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/delibs/decpp/
deAppendList.hpp
235
const size_t
slotNdx
= elementNdx - (blockNdx * m_blockSize);
249
if (
slotNdx
+1 == m_blockSize)
267
new (&curBlock->elements[
slotNdx
]) ElementType(value);
/external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.cpp
409
const size_t
slotNdx
= ptrToSlotIndex[record.data.allocation.returnedPtr];
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];
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];
501
DE_ASSERT(!allocations[
slotNdx
].isLive)
[
all
...]
Completed in 74 milliseconds