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

  /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 299 #if defined(DE_PTR_SIZE)
302 # define DE_PTR_SIZE 8
304 # define DE_PTR_SIZE 4 /* default to 32-bit */
deInt32.h 435 #if (DE_PTR_SIZE == 4)
437 #elif (DE_PTR_SIZE == 8)
  /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/modules/internal/
ditBuildInfoTests.cpp 196 addChild(new BuildInfoStringCase (m_testCtx, "de_ptr_size", "DE_PTR_SIZE", de::toString(DE_PTR_SIZE).c_str()));

Completed in 133 milliseconds