Home
last modified time | relevance | path

Searched defs:extInfo (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Vulkan/
DlibVulkan.cpp783 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(queueCreateInfo.pNext); in vkCreateDevice() local
1352 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pCreateInfo->pNext); in vkCreateEvent() local
1407 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pCreateInfo->pNext); in vkCreateQueryPool() local
1475 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pCreateInfo->pNext); in vkCreateBufferView() local
1695 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pCreateInfo->pNext); in vkCreatePipelineCache() local
1910 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pCreateInfo->pNext); in vkCreateDescriptorPool() local
1947 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pAllocateInfo->pNext); in vkAllocateDescriptorSets() local
2541 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pBindInfos[i].pNext); in vkBindBufferMemory2() local
2582 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pBindInfos[i].pNext); in vkBindImageMemory2() local
2651 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pInfo->pNext); in vkGetImageMemoryRequirements2() local
[all …]
/external/deqp/external/vulkancts/scripts/
Dgen_ext_deps.py89 class extInfo: class
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp177 CArcExtInfo extInfo; in AddExts() local
DOpenArchive.cpp2946 const CArcExtInfo &extInfo = ai.Exts[subExtIndex]; in OpenStream() local
/external/clang/lib/CodeGen/
DCGCall.cpp292 FunctionType::ExtInfo extInfo = FTP->getExtInfo(); in arrangeCXXStructorDeclaration() local