Home
last modified time | relevance | path

Searched refs:DType (Results 1 – 19 of 19) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_NV_cooperative_matrix.txt50 * AType = BType = fp16 CType = DType = fp16 MxNxK = 16x8x16 scope =
52 * AType = BType = fp16 CType = DType = fp16 MxNxK = 16x8x8 scope =
54 * AType = BType = fp16 CType = DType = fp32 MxNxK = 16x8x16 scope =
56 * AType = BType = fp16 CType = DType = fp32 MxNxK = 16x8x8 scope =
Dspirvenv.txt878 slink:VkCooperativeMatrixPropertiesNV::pname:DType.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DDebugInfo.h1013 const char *LLVMDITypeGetName(LLVMMetadataRef DType, size_t *Length);
1021 uint64_t LLVMDITypeGetSizeInBits(LLVMMetadataRef DType);
1029 uint64_t LLVMDITypeGetOffsetInBits(LLVMMetadataRef DType);
1037 uint32_t LLVMDITypeGetAlignInBits(LLVMMetadataRef DType);
1045 unsigned LLVMDITypeGetLine(LLVMMetadataRef DType);
1053 LLVMDIFlags LLVMDITypeGetFlags(LLVMMetadataRef DType);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp1227 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)->getLine(); in LLVMDITypeGetLine()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeCooperativeMatrixTests.cpp208 p->DType == m_data.outputType && in checkSupport()
220 … && (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/
DBTFDebug.cpp1228 for (auto &DType : Fixup.second.second) { in endModule() local
1229 DType->setPointeeType(StructTypeId); in endModule()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dshaders.txt1565 %D is of type OpTypeCooperativeMatrixNV %DType %scope %MSize %NSize
1589 * pname:DType is the component type of matrix D, of type
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl4778 VkComponentTypeNV DType; member
DvkVulkan_c.inl12685 VkComponentTypeNV DType; member
DvkStrUtilImpl.inl10947 s << "\tDType = " << value.DType << '\n';
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h11157 VkComponentTypeNV DType; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h11723 VkComponentTypeNV DType; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h11731 VkComponentTypeNV DType; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h11563 VkComponentTypeNV DType; member
Dvulkan_structs.hpp12813 , DType( DType_ )
12879 DType = DType_; in setDType()
12907 ( DType == rhs.DType ) && ( scope == rhs.scope ); in operator ==()
12925 VULKAN_HPP_NAMESPACE::ComponentTypeNV DType = VULKAN_HPP_NAMESPACE::ComponentTypeNV::eFloat16; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h12617 VkComponentTypeNV DType; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp15686 , DType( DType_ )
15752 DType = DType_; in setDType()
15790 return std::tie( sType, pNext, MSize, NSize, KSize, AType, BType, CType, DType, scope ); in reflect()
15803 …s.AType ) && ( BType == rhs.BType ) && ( CType == rhs.CType ) && ( DType == rhs.DType ) && ( scope… in operator ==()
15822 VULKAN_HPP_NAMESPACE::ComponentTypeNV DType = VULKAN_HPP_NAMESPACE::ComponentTypeNV::eFloat16; member
Dvulkan_core.h13235 VkComponentTypeNV DType; member
Dvulkan_hash.hpp2319 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesNV.DType ); in operator ()()