Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/cmake/
DDefs.cmake106 if (NOT DEFINED DE_PTR_SIZE)
108 set(DE_PTR_SIZE ${CMAKE_SIZEOF_VOID_P}) variable
110 set(DE_PTR_SIZE 4) variable
116 if (DE_PTR_SIZE EQUAL 8)
131 #if (NOT ((DE_PTR_SIZE EQUAL 4) OR (DE_PTR_SIZE EQUAL 8)))
132 if (DE_PTR_SIZE EQUAL 4)
133 elseif (DE_PTR_SIZE EQUAL 8)
135 message(FATAL_ERROR "DE_PTR_SIZE (${DE_PTR_SIZE}) is invalid")
155 message(STATUS "DE_PTR_SIZE = ${DE_PTR_SIZE}")
169 add_definitions("-DDE_PTR_SIZE=${DE_PTR_SIZE}")
Dtoolchain-ios.cmake165 set(DE_PTR_SIZE 4) variable
/external/deqp/framework/delibs/dethread/
DdeAtomic.h116 #if (DE_PTR_SIZE == 8)
204 #if (DE_PTR_SIZE == 8) in deAtomicIncrementUSize()
206 #elif (DE_PTR_SIZE == 4) in deAtomicIncrementUSize()
220 #if (DE_PTR_SIZE == 8) in deAtomicDecrementUSize()
222 #elif (DE_PTR_SIZE == 4) in deAtomicDecrementUSize()
245 #if (DE_PTR_SIZE == 8) in deAtomicCompareExchangePtr()
247 #elif (DE_PTR_SIZE == 4) in deAtomicCompareExchangePtr()
DdeThreadTest.c543 #if (DE_PTR_SIZE == 8) in deAtomic_selfTest()
/external/deqp/framework/platform/android/
DtcuAndroidInternals.cpp136 return pointerToOffset<android::android_native_base_t>(gb, 2 * DE_PTR_SIZE); in getAndroidNativeBase()
142 #if (DE_PTR_SIZE == 4) in getExpectedNativeBufferVersion()
144 #elif (DE_PTR_SIZE == 8) in getExpectedNativeBufferVersion()
147 # error Invalid DE_PTR_SIZE in getExpectedNativeBufferVersion()
166 return *pointerToOffset<NativeBaseFunctions::incRefFunc>(base, 8 + DE_PTR_SIZE*4); in getNativeBaseIncRefFunc()
172 return *pointerToOffset<NativeBaseFunctions::decRefFunc>(base, 8 + DE_PTR_SIZE*5); in getNativeBaseDecRefFunc()
/external/deqp/framework/delibs/debase/
DdeDefs.c38 DE_STATIC_ASSERT(DE_PTR_SIZE == sizeof(void*));
41 …= DE_CPU_X86_64 || DE_CPU == DE_CPU_ARM_64 || DE_CPU == DE_CPU_MIPS_64) && (DE_PTR_SIZE == 8)) && \
42 …!((DE_CPU == DE_CPU_X86 || DE_CPU == DE_CPU_ARM || DE_CPU == DE_CPU_MIPS) && (DE_PTR_SIZE
DdeInt32.h240 #if (DE_PTR_SIZE == 4) in deIsPowerOfTwoSize()
242 #elif (DE_PTR_SIZE == 8) in deIsPowerOfTwoSize()
289 #if (DE_PTR_SIZE == 4) in deSmallestGreaterOrEquallPowerOfTwoSize()
291 #elif (DE_PTR_SIZE == 8) in deSmallestGreaterOrEquallPowerOfTwoSize()
620 #if (DE_PTR_SIZE == 4) in dePointerHash()
622 #elif (DE_PTR_SIZE == 8) in dePointerHash()
DdeDefs.h341 #if defined(DE_PTR_SIZE)
344 # define DE_PTR_SIZE 8 macro
346 # define DE_PTR_SIZE 4 /* default to 32-bit */ macro
/external/deqp/framework/qphelper/
DqpCrashHandler.c526 #if (DE_PTR_SIZE == 8)
528 #elif (DE_PTR_SIZE == 4)
531 # error Unknwon DE_PTR_SIZE
/external/deqp/framework/delibs/depool/
DdeMemPool.h47 …DE_POOL_DEFAULT_ALLOC_ALIGNMENT = DE_PTR_SIZE /*!< Default alignment for pool allocations (in byt…
/external/deqp/framework/delibs/dethread/win32/
DdeThreadWin32.c169 #if (DE_PTR_SIZE == 8) in parseWin32ProcessorInfo()
/external/deqp/modules/internal/
DditBuildInfoTests.cpp194 …dInfoStringCase (m_testCtx, "de_ptr_size", "DE_PTR_SIZE", de::toString(DE_PTR_SIZE).c_str())); in init()
/external/deqp/external/vulkancts/modules/vulkan/
DCMakeLists.txt130 if (DE_COMPILER_IS_MSC AND (DE_PTR_SIZE EQUAL 4))
DvktInfoTests.cpp114 << "DE_PTR_SIZE: " << DE_PTR_SIZE << "\n" in logBuildInfo()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp313 #if (DE_PTR_SIZE == 4) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp570 #if (DE_PTR_SIZE == 4) in allocateManyPrimaryBuffersTest()
644 #if (DE_PTR_SIZE == 4) in allocateManySecondaryBuffersTest()