/third_party/gptfdisk/ |
D | parttypes.cc | 22 AType* PartType::allTypes = NULL; 23 AType* PartType::lastType = NULL; 61 AType* tempType; in ~PartType() 435 AType* tempType; in AddType() 438 tempType = new AType; in AddType() 484 AType* theItem = allTypes; in operator =() 511 AType* theItem = allTypes; in TypeName() 532 AType* theItem = allTypes; in UTypeName() 557 AType* theItem = allTypes; in GetHexType() 587 AType* thisType = allTypes; in ShowAllTypes() [all …]
|
D | parttypes.h | 19 struct AType { struct 27 AType* next; argument 33 static AType* allTypes; // Linked list holding all the data 34 static AType* lastType; // Pointer to last entry in the list
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeCooperativeMatrixTests.cpp | 205 if (p->AType == m_data.inputType && in checkSupport() 220 …if (p->scope == VK_SCOPE_SUBGROUP_NV && (p->AType == types[j] || p->BType == types[j] || p->CType … in checkSupport() 698 if (p->AType == m_data.inputType && in iterate() 724 if (p->AType == types[j]) in iterate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 20237 EVT AType = N2.getValueType(); in foldSelectCCToShiftAnd() local 20238 if (!isNullConstant(N3) || !XType.bitsGE(AType)) in foldSelectCCToShiftAnd() 20269 if (XType.bitsGT(AType)) { in foldSelectCCToShiftAnd() 20270 Shift = DAG.getNode(ISD::TRUNCATE, DL, AType, Shift); in foldSelectCCToShiftAnd() 20275 Shift = DAG.getNOT(DL, Shift, AType); in foldSelectCCToShiftAnd() 20277 return DAG.getNode(ISD::AND, DL, AType, Shift, N2); in foldSelectCCToShiftAnd() 20289 if (XType.bitsGT(AType)) { in foldSelectCCToShiftAnd() 20290 Shift = DAG.getNode(ISD::TRUNCATE, DL, AType, Shift); in foldSelectCCToShiftAnd() 20295 Shift = DAG.getNOT(DL, Shift, AType); in foldSelectCCToShiftAnd() 20297 return DAG.getNode(ISD::AND, DL, AType, Shift, N2); in foldSelectCCToShiftAnd()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 4775 VkComponentTypeNV AType; member
|
D | vkVulkan_c.inl | 12682 VkComponentTypeNV AType; member
|
D | vkStrUtilImpl.inl | 10930 s << "\tAType = " << value.AType << '\n';
|
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 9392 VkComponentTypeNV AType; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 11154 VkComponentTypeNV AType; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 11720 VkComponentTypeNV AType; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_core.h | 11560 VkComponentTypeNV AType; member
|
D | vulkan_structs.hpp | 12810 , AType( AType_ ) 12861 AType = AType_; in setAType() 12906 …( KSize == rhs.KSize ) && ( AType == rhs.AType ) && ( BType == rhs.BType ) && ( CType == rhs.CType… in operator ==() 12922 VULKAN_HPP_NAMESPACE::ComponentTypeNV AType = VULKAN_HPP_NAMESPACE::ComponentTypeNV::eFloat16; member
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_core.h | 12614 VkComponentTypeNV AType; member
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 15124 , AType( AType_ ) 15175 AType = AType_; in setAType() 15231 return std::tie( sType, pNext, MSize, NSize, KSize, AType, BType, CType, DType, scope ); in reflect() 15244 …( AType == rhs.AType ) && ( BType == rhs.BType ) && ( CType == rhs.CType ) && ( DType == rhs.DType… in operator ==() 15260 VULKAN_HPP_NAMESPACE::ComponentTypeNV AType = VULKAN_HPP_NAMESPACE::ComponentTypeNV::eFloat16; member
|
D | vulkan_core.h | 12742 VkComponentTypeNV AType; member
|
D | vulkan_hash.hpp | 2281 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesNV.AType ); in operator ()()
|