Home
last modified time | relevance | path

Searched refs:getPlatform (Results 1 – 25 of 114) sorted by relevance

12345

/external/angle/src/libANGLE/
DCLDevice.h38 Platform &getPlatform() noexcept;
39 const Platform &getPlatform() const noexcept;
71 inline Platform &Device::getPlatform() noexcept in getPlatform() function
76 inline const Platform &Device::getPlatform() const noexcept in getPlatform() function
DvalidationCL.cpp703 if (!Device::IsValid(*devices) || &(*devices)->cast<Device>().getPlatform() != platform) in ValidateCreateContext()
836 if (!ValidateMemoryFlags(flags, ctx.getPlatform())) in ValidateCreateBuffer()
893 if (!ValidateMemoryFlags(flags, ctx.getPlatform()) || !Image::IsTypeValid(image_type)) in ValidateGetSupportedImageFormats()
919 const cl_version version = memobj->cast<Memory>().getContext().getPlatform().getVersion(); in ValidateGetMemObjectInfo()
955 const cl_version version = image->cast<Image>().getContext().getPlatform().getVersion(); in ValidateGetImageInfo()
999 const cl_version version = sampler->cast<Sampler>().getContext().getPlatform().getVersion(); in ValidateGetSamplerInfo()
1160 const cl_version version = prog.getContext().getPlatform().getVersion(); in ValidateGetProgramInfo()
1205 const cl_version version = prog.getContext().getPlatform().getVersion(); in ValidateGetProgramBuildInfo()
1380 kernel->cast<Kernel>().getProgram().getContext().getPlatform().getVersion(); in ValidateGetKernelInfo()
1437 const cl_version version = krnl.getProgram().getContext().getPlatform().getInfo().version; in ValidateGetKernelWorkGroupInfo()
[all …]
DCLContext.h118 const Platform &getPlatform() const noexcept;
166 context->cast<Context>().getPlatform().isVersionOrNewer(major, minor); in IsValidAndVersionOrNewer()
169 inline const Platform &Context::getPlatform() const noexcept in getPlatform() function
/external/llvm-project/parallel-libs/acxxel/
Dacxxel.cpp19 Expected<Platform *> getPlatform();
23 Expected<Platform *> getPlatform();
32 return cuda::getPlatform(); in getCUDAPlatform()
40 return opencl::getPlatform(); in getOpenCLPlatform()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DZipArchiveEntryTest.java178 assertEquals(0, ze.getPlatform()); in testUnixMode()
180 assertEquals(3, ze.getPlatform()); in testUnixMode()
186 assertEquals(3, ze.getPlatform()); in testUnixMode()
192 assertEquals(0, ze.getPlatform()); in testUnixMode()
194 assertEquals(3, ze.getPlatform()); in testUnixMode()
200 assertEquals(3, ze.getPlatform()); in testUnixMode()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbplatformutil.py129 def getPlatform(): function
157 return getPlatform() in getDarwinOSTriples()
164 if getPlatform() in lldbplatform.translate(lldbplatform.darwin_embedded):
189 elif getPlatform() in ("freebsd", "linux", "netbsd"):
Ddecorators.py160 lldbplatform.translate(oslist), self.getPlatform())
460 return (self.getPlatform() in oslist and
537 if lldbplatformutil.getPlatform() in ['darwin', 'macosx']:
631 target_platform = 'darwin' if self.platformIsDarwin() else self.getPlatform()
649 return unittest2.skipIf(lldbplatformutil.getPlatform() in oslist,
657 return unittest2.skipUnless(lldbplatformutil.getPlatform() in oslist,
735 if lldbplatformutil.getPlatform() == 'windows':
818 if lldbplatformutil.getPlatform() == 'windows':
/external/angle/src/tests/deqp_support/
Dtes31Context_override.cpp59 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommand… in createRenderContext()
62 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLin… in createRenderContext()
/external/llvm-project/lldb/test/API/functionalities/breakpoint/debugbreak/
DTestDebugBreak.py30 stop_reason = lldb.eStopReasonException if (lldbplatformutil.getPlatform(
31 ) == "windows" or lldbplatformutil.getPlatform() == "macosx") else lldb.eStopReasonSignal
/external/llvm-project/lldb/test/API/lang/c/tls_globals/
DTestTlsGlobals.py20 if self.getPlatform() == "freebsd" or self.getPlatform() == "linux":
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipArchiveEntry.java201 setPlatform(entry.getPlatform()); in ZipArchiveEntry()
363 public int getPlatform() { in getPlatform() method in ZipArchiveEntry
698 if (name != null && getPlatform() == PLATFORM_FAT in setName()
911 && getPlatform() == other.getPlatform() in equals()
/external/llvm-project/lldb/test/API/functionalities/inferior-crashing/recursive-inferior/
DTestRecursiveInferior.py67 elif self.getPlatform() == "linux" or self.getPlatform() == "freebsd":
/external/llvm-project/lldb/test/API/functionalities/inferior-crashing/
DTestInferiorCrashing.py69 elif self.getPlatform() == "linux" or self.getPlatform() == "freebsd":
DTestInferiorCrashingStep.py91 elif self.getPlatform() == "linux" or self.getPlatform() == "freebsd":
/external/angle/src/libANGLE/renderer/cl/
DCLKernelCL.cpp177 (ctx.getPlatform().isVersionOrNewer(1u, 2u) && in createInfo()
189 if ((ctx.getPlatform().isVersionOrNewer(1u, 2u) && in createInfo()
210 if (ctx.getPlatform().isVersionOrNewer(1u, 2u)) in createInfo()
DCLContextCL.cpp57 const cl::DevicePtrs &platformDevices = mContext.getPlatform().getDevices(); in getDevices()
139 if (mContext.getPlatform().isVersionOrNewer(1u, 2u)) in createImage()
199 const CLPlatformImpl::Info &info = mContext.getPlatform().getInfo(); in getSupportedImageFormats()
224 if (!mContext.getPlatform().isVersionOrNewer(2u, 0u)) in createSampler()
/external/llvm-project/lldb/test/API/lang/c/array_types/
DTestArrayTypes.py129 if self.getPlatform() == "linux" or self.getPlatform() == "freebsd":
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp149 context.getTestContext().getPlatform().getVulkanPlatform().describePlatform(details); in logPlatformInfo()
222 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(limits); in logPlatformMemoryLimits()
/external/deqp/modules/gles3/
Dtes3Context.cpp44 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in Context()
/external/deqp/modules/gles2/
Dtes2Context.cpp47 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in Context()
/external/llvm-project/clang/include/clang/AST/
DAvailability.h52 StringRef getPlatform() const { return Platform; } in getPlatform() function
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCompilandDetails.h45 FORWARD_SYMBOL_METHOD(getPlatform)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCompilandDetails.h45 FORWARD_SYMBOL_METHOD(getPlatform)
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCompilandDetails.h50 FORWARD_SYMBOL_METHOD(getPlatform)
/external/deqp/modules/gles31/
Dtes31Context.cpp64 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in createRenderContext()

12345