Home
last modified time | relevance | path

Searched refs:AType (Results 1 – 16 of 16) sorted by relevance

/third_party/gptfdisk/
Dparttypes.cc22 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 …]
Dparttypes.h19 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/
DvktComputeCooperativeMatrixTests.cpp205 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/
DDAGCombiner.cpp20237 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/
DvkStructTypes.inl4775 VkComponentTypeNV AType; member
DvkVulkan_c.inl12682 VkComponentTypeNV AType; member
DvkStrUtilImpl.inl10930 s << "\tAType = " << value.AType << '\n';
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h9392 VkComponentTypeNV AType; member
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h11154 VkComponentTypeNV AType; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h11720 VkComponentTypeNV AType; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h11560 VkComponentTypeNV AType; member
Dvulkan_structs.hpp12810 , 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/
Dvulkan_core.h12614 VkComponentTypeNV AType; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp15124 , 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
Dvulkan_core.h12742 VkComponentTypeNV AType; member
Dvulkan_hash.hpp2281 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesNV.AType ); in operator ()()