OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DE_CPU
(Results
1 - 7
of
7
) sorted by null
/external/deqp/framework/delibs/debase/
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"
deDefs.h
110
#if defined(
DE_CPU
)
113
# define
DE_CPU
DE_CPU_ARM_64
115
# define
DE_CPU
DE_CPU_ARM
117
# define
DE_CPU
DE_CPU_X86_64
119
# define
DE_CPU
DE_CPU_X86
121
# define
DE_CPU
DE_CPU_MIPS
123
# define
DE_CPU
DE_CPU_MIPS_64
134
#elif (
DE_CPU
== DE_CPU_X86) || (
DE_CPU
== DE_CPU_X86_64)
137
#elif ((
DE_CPU
== DE_CPU_MIPS) || (DE_CPU == DE_CPU_MIPS_64)
[
all
...]
/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"
/external/deqp/modules/gles3/functional/
es3fShaderPrecisionTests.cpp
191
#if (DE_COMPILER == DE_COMPILER_GCC) && (
DE_CPU
== DE_CPU_ARM_64)
[
all
...]
Completed in 821 milliseconds