Searched refs:DType (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
H A D | DebugInfo.h | 1008 * \param DType The DIType. 1013 const char *LLVMDITypeGetName(LLVMMetadataRef DType, size_t *Length); 1017 * \param DType The DIType. 1021 uint64_t LLVMDITypeGetSizeInBits(LLVMMetadataRef DType); 1025 * \param DType The DIType. 1029 uint64_t LLVMDITypeGetOffsetInBits(LLVMMetadataRef DType); 1033 * \param DType The DIType. 1037 uint32_t LLVMDITypeGetAlignInBits(LLVMMetadataRef DType); 1041 * \param DType The DIType. 1045 unsigned LLVMDITypeGetLine(LLVMMetadataRef DType); [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 1227 const char *LLVMDITypeGetName(LLVMMetadataRef DType, size_t *Length) { in LLVMDITypeGetName() argument 1228 StringRef Str = unwrap<DIType>(DType)->getName(); in LLVMDITypeGetName() 1233 uint64_t LLVMDITypeGetSizeInBits(LLVMMetadataRef DType) { in LLVMDITypeGetSizeInBits() argument 1234 return unwrapDI<DIType>(DType)->getSizeInBits(); in LLVMDITypeGetSizeInBits() 1237 uint64_t LLVMDITypeGetOffsetInBits(LLVMMetadataRef DType) { in LLVMDITypeGetOffsetInBits() argument 1238 return unwrapDI<DIType>(DType)->getOffsetInBits(); in LLVMDITypeGetOffsetInBits() 1241 uint32_t LLVMDITypeGetAlignInBits(LLVMMetadataRef DType) { in LLVMDITypeGetAlignInBits() argument 1242 return unwrapDI<DIType>(DType)->getAlignInBits(); in LLVMDITypeGetAlignInBits() 1245 unsigned LLVMDITypeGetLine(LLVMMetadataRef DType) { in LLVMDITypeGetLine() argument 1246 return unwrapDI<DIType>(DType) in LLVMDITypeGetLine() 1249 LLVMDITypeGetFlags(LLVMMetadataRef DType) LLVMDITypeGetFlags() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 208 p->DType == m_data.outputType && in checkSupport() 220 if (p->scope == VK_SCOPE_SUBGROUP_NV && (p->AType == types[j] || p->BType == types[j] || p->CType == types[j] || p->DType == types[j])) in checkSupport() 701 p->DType == m_data.outputType && in iterate() 729 p->DType == types[j]) in iterate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 1228 for (auto &DType : Fixup.second.second) { in endModule() 1229 DType->setPointeeType(StructTypeId); in endModule()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 185 result.ResultType = (VkComponentTypeKHR) properties.DType; in convertCooperativeMatrixProperties()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 11157 VkComponentTypeNV DType; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 12813 , DType( DType_ ) 12879 DType = DType_; 12907 ( DType == rhs.DType ) && ( scope == rhs.scope ); 12925 VULKAN_HPP_NAMESPACE::ComponentTypeNV DType = VULKAN_HPP_NAMESPACE::ComponentTypeNV::eFloat16; member [all...] |
H A D | vulkan_core.h | 11563 VkComponentTypeNV DType; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 12617 VkComponentTypeNV DType; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 11723 VkComponentTypeNV DType; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 14514 VkComponentTypeNV DType; member
|
H A D | vulkan_hash.hpp | 2479 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesNV.DType );
|
H A D | vulkan_structs.hpp | 16791 , DType( DType_ ) 16857 DType = DType_; 16895 return std::tie( sType, pNext, MSize, NSize, KSize, AType, BType, CType, DType, scope ); 16908 ( AType == rhs.AType ) && ( BType == rhs.BType ) && ( CType == rhs.CType ) && ( DType == rhs.DType ) && ( scope == rhs.scope ); 16927 VULKAN_HPP_NAMESPACE::ComponentTypeNV DType = {}; member [all...] |
Completed in 363 milliseconds