/third_party/gptfdisk/ |
H A D | parttypes.h | 19 struct AType { struct 27 AType* next; 28 }; // struct AType 33 static AType* allTypes; // Linked list holding all the data 34 static AType* lastType; // Pointer to last entry in the list
|
H A D | parttypes.cc | 22 AType* PartType::allTypes = NULL; 23 AType* PartType::lastType = NULL; 61 AType* tempType; in ~PartType() 541 AType* tempType; in AddType() 544 tempType = new AType; in AddType() 590 AType* theItem = allTypes; in operator =() 617 AType* theItem = allTypes; in TypeName() 638 AType* theItem = allTypes; in UTypeName() 663 AType* theItem = allTypes; in GetHexType() 693 AType* thisTyp in ShowAllTypes() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 182 result.AType = (VkComponentTypeKHR) properties.AType; in convertCooperativeMatrixProperties() 366 if (p->AType == m_data.inputType && in checkSupport() 384 if (p->AType == types[j] || p->BType == types[j] || p->CType == types[j] || p->ResultType == types[j]) in checkSupport() 391 if (p->AType == types[j]) in checkSupport() 1022 if (p->AType == m_data.inputType && in iterate() 1051 if (aType && p->AType == types[j]) typeSizes[j].insert(TestTuple(p->MSize, p->KSize, 0)); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A 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 == types[j] || p->DType == types[j])) 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/ |
H A 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, Shif in foldSelectCCToShiftAnd() [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 11217 VkComponentTypeKHR AType; member 14511 VkComponentTypeNV AType; member
|
H A D | vulkan_hash.hpp | 2455 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesKHR.AType ); 2476 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesNV.AType );
|
H A D | vulkan_structs.hpp | 16607 , AType( AType_ ) 16659 AType = AType_; 16723 return std::tie( sType, pNext, MSize, NSize, KSize, AType, BType, CType, ResultType, saturatingAccumulation, scope ); 16736 ( AType == rhs.AType ) && ( BType == rhs.BType ) && ( CType == rhs.CType ) && ( ResultType == rhs.ResultType ) && 16753 VULKAN_HPP_NAMESPACE::ComponentTypeKHR AType = VULKAN_HPP_NAMESPACE::ComponentTypeKHR::eFloat16; member 16788 , AType( AType_ ) 16839 AType = AType_; 16895 return std::tie( sType, pNext, MSize, NSize, KSize, AType, BType, CType, DType, scope ); 16908 ( AType 16924 VULKAN_HPP_NAMESPACE::ComponentTypeNV AType = {}; global() member [all...] |
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 11154 VkComponentTypeNV AType; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 12810 , AType( AType_ ) 12861 AType = AType_; 12906 ( KSize == rhs.KSize ) && ( AType == rhs.AType ) && ( BType == rhs.BType ) && ( CType == rhs.CType ) && 12922 VULKAN_HPP_NAMESPACE::ComponentTypeNV AType = VULKAN_HPP_NAMESPACE::ComponentTypeNV::eFloat16; member [all...] |
H A D | vulkan_core.h | 11560 VkComponentTypeNV AType; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 12614 VkComponentTypeNV AType; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 11720 VkComponentTypeNV AType; member
|