Home
last modified time | relevance | path

Searched refs:Vulkan (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Dgpu18 # Vulkan Trace file
24 8 lequad 0xABADD068ADEAFD0C Vulkan trace file, little-endian
27 8 bequad 0xABADD068ADEAFD0C Vulkan trace file, big-endian
H A Dimages3447 # Vulkan format identifier.
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h241 Vulkan, // Vulkan SPIR-V enumerator
242 LastOSType = Vulkan
816 bool isVulkanOS() const { return getOS() == Triple::Vulkan; } in isVulkanOS()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.h307 assert(Triple.getOS() == llvm::Triple::Vulkan && in SPIRVTargetInfo()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp304 case Vulkan: return "vulkan"; in getOSTypeName()
689 .StartsWith("vulkan", Triple::Vulkan) in parseOS()
1494 if (getArch() != spirv || getOS() != Vulkan) in getVulkanVersion()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td768 …"%select{shader model|Vulkan environment|shader stage}0 is required as %select{OS|environment}1 in…
772 …"%select{shader model|Vulkan environment|shader stage}0 '%1' in target '%2' is invalid for HLSL co…
H A DAttrDocs.td8203 Attribute used by `clspv`_ (OpenCL-C to Vulkan SPIR-V compiler) to identify functions coming from `…
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1338 T.setOS(llvm::Triple::Vulkan); in BuildCompilation()
1340 // Set specific Vulkan version if applicable. in BuildCompilation()