HomeSort by relevance Sort by last modified time
    Searched refs:DE_PTR_SIZE (Results 1 - 12 of 12) sorted by null

  /external/deqp/framework/delibs/dethread/
deAtomic.h 116 #if (DE_PTR_SIZE == 8)
195 #endif /* (DE_PTR_SIZE == 8) */
204 #if (DE_PTR_SIZE == 8)
206 #elif (DE_PTR_SIZE == 4)
209 # error "Invalid DE_PTR_SIZE value"
220 #if (DE_PTR_SIZE == 8)
222 #elif (DE_PTR_SIZE == 4)
225 # error "Invalid DE_PTR_SIZE value"
245 #if (DE_PTR_SIZE == 8)
247 #elif (DE_PTR_SIZE == 4
    [all...]
deThreadTest.c 543 #if (DE_PTR_SIZE == 8)
575 #endif /* (DE_PTR_SIZE == 8) */
  /external/deqp/framework/delibs/debase/
deDefs.c 38 DE_STATIC_ASSERT(DE_PTR_SIZE == sizeof(void*));
40 /* Sanity checks for DE_PTR_SIZE & DE_CPU */
41 #if !((DE_CPU == 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 == 4))
43 # error "DE_CPU and DE_PTR_SIZE mismatch"
deDefs.h 336 #if defined(DE_PTR_SIZE)
339 # define DE_PTR_SIZE 8
341 # define DE_PTR_SIZE 4 /* default to 32-bit */
deInt32.h 229 #if (DE_PTR_SIZE == 4)
231 #elif (DE_PTR_SIZE == 8)
234 # error "Invalid DE_PTR_SIZE"
542 #if (DE_PTR_SIZE == 4)
544 #elif (DE_PTR_SIZE == 8)
  /external/deqp/framework/platform/android/
tcuAndroidInternals.cpp 136 return pointerToOffset<android::android_native_base_t>(gb, 2 * DE_PTR_SIZE);
142 #if (DE_PTR_SIZE == 4)
144 #elif (DE_PTR_SIZE == 8)
147 # error Invalid DE_PTR_SIZE
166 return *pointerToOffset<NativeBaseFunctions::incRefFunc>(base, 8 + DE_PTR_SIZE*4);
172 return *pointerToOffset<NativeBaseFunctions::decRefFunc>(base, 8 + DE_PTR_SIZE*5);
  /external/deqp/framework/delibs/depool/
deMemPool.h 47 DE_POOL_DEFAULT_ALLOC_ALIGNMENT = DE_PTR_SIZE /*!< Default alignment for pool allocations (in bytes). */
  /external/deqp/framework/qphelper/
qpCrashHandler.c 526 #if (DE_PTR_SIZE == 8)
528 #elif (DE_PTR_SIZE == 4)
531 # error Unknwon DE_PTR_SIZE
  /external/deqp/framework/delibs/dethread/win32/
deThreadWin32.c 169 #if (DE_PTR_SIZE == 8)
  /external/deqp/modules/internal/
ditBuildInfoTests.cpp 194 addChild(new BuildInfoStringCase (m_testCtx, "de_ptr_size", "DE_PTR_SIZE", de::toString(DE_PTR_SIZE).c_str()));
  /external/deqp/external/vulkancts/modules/vulkan/
vktInfoTests.cpp 114 << "DE_PTR_SIZE: " << DE_PTR_SIZE << "\n"
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCommandBuffersTests.cpp 777 #if (DE_PTR_SIZE == 4)
    [all...]

Completed in 322 milliseconds