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

  /external/deqp/framework/delibs/debase/
deDefs.h 113 #if defined(DE_CPU)
116 # define DE_CPU DE_CPU_ARM_64
118 # define DE_CPU DE_CPU_ARM
120 # define DE_CPU DE_CPU_X86_64
122 # define DE_CPU DE_CPU_X86
124 # define DE_CPU DE_CPU_MIPS
126 # define DE_CPU DE_CPU_MIPS_64
137 #elif (DE_CPU == DE_CPU_X86) || (DE_CPU == DE_CPU_X86_64)
140 #elif ((DE_CPU == DE_CPU_MIPS) || (DE_CPU == DE_CPU_MIPS_64)
    [all...]
deDefs.c 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"
  /external/deqp/framework/platform/android/
tcuAndroidInternals.cpp 69 #if (DE_CPU == DE_CPU_ARM)
74 #elif (DE_CPU == DE_CPU_ARM_64)
79 #elif (DE_CPU == DE_CPU_X86)
84 #elif (DE_CPU == DE_CPU_X86_64)
104 #if (DE_CPU == DE_CPU_ARM)
108 #elif (DE_CPU == DE_CPU_ARM_64)
112 #elif (DE_CPU == DE_CPU_X86)
116 #elif (DE_CPU == DE_CPU_X86_64)
  /external/deqp/framework/opengl/wrapper/
glwTypes.inl 73 #if (DE_OS == DE_OS_WIN32 && DE_CPU == DE_CPU_X86_64)
  /external/deqp/modules/internal/
ditBuildInfoTests.cpp 192 addChild(new BuildEnumCase (m_testCtx, "de_cpu", "DE_CPU", DE_CPU, getCpuName));
  /external/deqp/external/vulkancts/modules/vulkan/
vktInfoTests.cpp 113 << "DE_CPU: " << getCpuName(DE_CPU) << "\n"

Completed in 234 milliseconds