Home
last modified time | relevance | path

Searched refs:typeIndex (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.h511 bool isMemoryTypeHostVisible(VkDevice device, uint32_t typeIndex) const;
531 uint32_t* typeIndex, uint32_t typeIndexCount,
537 uint32_t* typeIndex, uint32_t typeIndexCount,
DResourceTracker.cpp739 bool isMemoryTypeHostVisible(VkDevice device, uint32_t typeIndex) const { in isMemoryTypeHostVisible()
746 return info.memProps.memoryTypes[typeIndex].propertyFlags & in isMemoryTypeHostVisible()
908 uint32_t* typeIndex, uint32_t typeIndexCount, in deviceMemoryTransform_tohost() argument
953 typeIndex[i] = in deviceMemoryTransform_tohost()
954 hostVirt.memoryTypeIndexMappingToHost[typeIndex[i]]; in deviceMemoryTransform_tohost()
973 uint32_t* typeIndex, uint32_t typeIndexCount, in deviceMemoryTransform_fromhost() argument
995 typeIndex[i] = in deviceMemoryTransform_fromhost()
996 hostVirt.memoryTypeIndexMappingFromHost[typeIndex[i]]; in deviceMemoryTransform_fromhost()
5051 VkDevice device, uint32_t typeIndex) const { in GOLDFISH_VK_LIST_HANDLE_TYPES()
5052 return mImpl->isMemoryTypeHostVisible(device, typeIndex); in GOLDFISH_VK_LIST_HANDLE_TYPES()
[all …]