Home
last modified time | relevance | path

Searched refs:DE_CPU (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeDefs.h122 #if defined(DE_CPU)
125 # define DE_CPU DE_CPU_ARM_64 macro
127 # define DE_CPU DE_CPU_ARM macro
129 # define DE_CPU DE_CPU_X86_64 macro
131 # define DE_CPU DE_CPU_X86 macro
133 # define DE_CPU DE_CPU_MIPS macro
135 # define DE_CPU DE_CPU_MIPS_64 macro
137 # define DE_CPU DE_CPU_RISCV_32 macro
139 # define DE_CPU DE_CPU_RISCV_64 macro
150 #elif (DE_CPU
[all...]
H A DdeDefs.c40 /* 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_CPU == DE_CPU_RISCV_64) && (DE_PTR_SIZE == 8)) && \
42 !((DE_CPU == DE_CPU_X86 || DE_CPU == DE_CPU_ARM || DE_CPU == DE_CPU_MIPS || DE_CPU == DE_CPU_RISCV_32) && (DE_PTR_SIZE == 4))
43 # error "DE_CPU an
[all...]
/third_party/vk-gl-cts/modules/internal/
H A DditBuildInfoTests.cpp194 addChild(new BuildEnumCase (m_testCtx, "de_cpu", "DE_CPU", DE_CPU, getCpuName)); in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktInfoTests.cpp114 << "DE_CPU: " << getCpuName(DE_CPU) << "\n" in logBuildInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktInfoTests.cpp120 << "DE_CPU: " << getCpuName(DE_CPU) << "\n" in logBuildInfo()

Completed in 3 milliseconds