Home
last modified time | relevance | path

Searched refs:StructureType (Results 1 – 7 of 7) sorted by relevance

/external/google-breakpad/src/client/windows/unittests/
Ddump_analysis.h70 template <class StructureType>
71 bool HasMemory(ULONG64 address, StructureType** structure = NULL) const {
79 template <class StructureType>
80 bool HasMemory(const void* addr_in, StructureType** structure = NULL) const {
81 return HasMemoryImpl(addr_in, sizeof(StructureType),
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp4692 enum class StructureType enum
5080 VULKAN_HPP_INLINE std::string to_string( StructureType value ) in to_string()
5084 case StructureType::eApplicationInfo : return "ApplicationInfo"; in to_string()
5085 case StructureType::eInstanceCreateInfo : return "InstanceCreateInfo"; in to_string()
5086 case StructureType::eDeviceQueueCreateInfo : return "DeviceQueueCreateInfo"; in to_string()
5087 case StructureType::eDeviceCreateInfo : return "DeviceCreateInfo"; in to_string()
5088 case StructureType::eSubmitInfo : return "SubmitInfo"; in to_string()
5089 case StructureType::eMemoryAllocateInfo : return "MemoryAllocateInfo"; in to_string()
5090 case StructureType::eMappedMemoryRange : return "MappedMemoryRange"; in to_string()
5091 case StructureType::eBindSparseInfo : return "BindSparseInfo"; in to_string()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp9139 enum class StructureType enum
9588 StructureType sType = StructureType::eApplicationInfo;
9697 StructureType sType = StructureType::eInstanceCreateInfo;
9771 StructureType sType = StructureType::eMemoryAllocateInfo;
9850 StructureType sType = StructureType::eMappedMemoryRange;
9975 StructureType sType = StructureType::eWriteDescriptorSet;
10096 StructureType sType = StructureType::eCopyDescriptorSet;
10198 StructureType sType = StructureType::eBufferViewCreateInfo;
10280 StructureType sType = StructureType::eShaderModuleCreateInfo;
10360 StructureType sType = StructureType::eDescriptorSetAllocateInfo;
[all …]
/external/clang/lib/CodeGen/
DCGBlocks.cpp33 LocalAddress(Address::invalid()), StructureType(nullptr), Block(block), in CGBlockInfo()
330 info.StructureType = in computeBlockInfo()
447 info.StructureType = in computeBlockInfo()
555 info.StructureType = in computeBlockInfo()
579 blockInfo.LocalAddress = CGF.CreateTempAlloca(blockInfo.StructureType, in enterBlockScope()
1129 BlockInfo->StructureType->getPointerTo(), in setBlockContextParameter()
1362 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateCopyHelperFunction()
1537 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateDestroyHelperFunction()
DCGBlocks.h229 llvm::StructType *StructureType; variable
DCGDebugInfo.cpp3295 target.getStructLayout(blockInfo.StructureType) in EmitDeclareOfBlockDeclRefVariable()
3368 CGM.getDataLayout().getStructLayout(block.StructureType); in EmitDeclareOfBlockLiteralArgVariable()
DCGObjCMac.cpp2601 CGM.getDataLayout().getStructLayout(blockInfo.StructureType); in BuildRCBlockLayout()