/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_NV_cooperative_matrix.txt | 50 * 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 =
|
D | spirvenv.txt | 878 slink:VkCooperativeMatrixPropertiesNV::pname:DType.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | DebugInfo.h | 1013 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/ |
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)->getLine(); in LLVMDITypeGetLine() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeCooperativeMatrixTests.cpp | 208 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/ |
D | BTFDebug.cpp | 1228 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/ |
D | shaders.txt | 1565 %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/ |
D | vkStructTypes.inl | 4778 VkComponentTypeNV DType; member
|
D | vkVulkan_c.inl | 12685 VkComponentTypeNV DType; member
|
D | vkStrUtilImpl.inl | 10947 s << "\tDType = " << value.DType << '\n';
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 11157 VkComponentTypeNV DType; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 11723 VkComponentTypeNV DType; member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
D | vulkan_core.h | 11731 VkComponentTypeNV DType; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_core.h | 11563 VkComponentTypeNV DType; member
|
D | vulkan_structs.hpp | 12813 , 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/ |
D | vulkan_core.h | 12617 VkComponentTypeNV DType; member
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 15686 , 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
|
D | vulkan_core.h | 13235 VkComponentTypeNV DType; member
|
D | vulkan_hash.hpp | 2319 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesNV.DType ); in operator ()()
|