OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deAtomicIncrementUint32
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/delibs/dethread/
deAtomic.h
55
DE_INLINE deUint32
deAtomicIncrementUint32
(volatile deUint32* dstAddr)
207
return
deAtomicIncrementUint32
((volatile deUint32*)size);
deThreadTest.c
507
DE_TEST_ASSERT(
deAtomicIncrementUint32
(&a) == 12);
509
DE_TEST_ASSERT(
deAtomicIncrementUint32
(&a) == 13);
513
DE_TEST_ASSERT(
deAtomicIncrementUint32
(&a) == 0x80000000);
519
DE_TEST_ASSERT(
deAtomicIncrementUint32
(&a) == 0xffffffff);
/external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.cpp
293
if (
deAtomicIncrementUint32
(&m_allocationNdx) <= m_numPassingAllocs)
301
if (
deAtomicIncrementUint32
(&m_allocationNdx) <= m_numPassingAllocs)
Completed in 63 milliseconds