/hardware/google/gfxstream/host/vulkan/ |
D | VkEmulatedPhysicalDeviceMemoryTests.cpp | 43 AllOf(Field("propertyFlags", &VkMemoryType::propertyFlags, Eq(expected.propertyFlags)), 87 .propertyFlags = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT, in TEST() 91 .propertyFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, in TEST() 124 .propertyFlags = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT, in TEST() 128 .propertyFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, in TEST() 158 .propertyFlags = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT, in TEST() 162 .propertyFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, in TEST() 167 .propertyFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, in TEST() 203 .propertyFlags = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT, in TEST() 207 .propertyFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, in TEST() [all …]
|
D | VkEmulatedPhysicalDeviceMemory.cpp | 57 auto guestMemoryProperties = mGuestMemoryProperties.memoryTypes[i].propertyFlags; in EmulatedPhysicalDeviceMemoryProperties() 59 mGuestMemoryProperties.memoryTypes[i].propertyFlags = 0; in EmulatedPhysicalDeviceMemoryProperties() 67 mGuestMemoryProperties.memoryTypes[i].propertyFlags = in EmulatedPhysicalDeviceMemoryProperties() 68 mGuestMemoryProperties.memoryTypes[i].propertyFlags & in EmulatedPhysicalDeviceMemoryProperties() 88 ahbMemoryType.propertyFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in EmulatedPhysicalDeviceMemoryProperties()
|
D | vk_util.cpp | 42 (memProperties.memoryTypes[i].propertyFlags & properties) == properties) { in findMemoryType()
|
D | VkCommonOperations.cpp | 169 bool hostVisible = typeInfo.propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in getStagingMemoryTypeIndex() 170 bool hostCached = typeInfo.propertyFlags & VK_MEMORY_PROPERTY_HOST_CACHED_BIT; in getStagingMemoryTypeIndex() 183 bool hostVisible = typeInfo.propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in getStagingMemoryTypeIndex() 203 if (memProps->memoryTypes[i].propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) { in getStagingMemoryTypeIndex() 206 if (memProps->memoryTypes[i].propertyFlags & VK_MEMORY_PROPERTY_HOST_CACHED_BIT) { in getStagingMemoryTypeIndex() 1487 if (sVkEmulation->deviceInfo.memProps.memoryTypes[info->typeIndex].propertyFlags & in allocExternalMemory() 1571 if (sVkEmulation->deviceInfo.memProps.memoryTypes[info->typeIndex].propertyFlags & in freeExternalMemoryLocked() 1820 (sVkEmulation->deviceInfo.memProps.memoryTypes[i].propertyFlags & memoryProperty))) { in lastGoodTypeIndexWithMemoryProperties() 2084 … sVkEmulation->deviceInfo.memProps.memoryTypes[infoPtr->memory.typeIndex].propertyFlags, in initializeVkColorBufferLocked() 3035 … sVkEmulation->deviceInfo.memProps.memoryTypes[res.memory.typeIndex].propertyFlags, in setupVkBuffer()
|
D | VkDecoderSnapshotUtils.cpp | 32 if ((props.memoryTypes[i].propertyFlags & memoryProperties) != memoryProperties) { in GetMemoryType()
|
D | VkDecoderGlobalState.cpp | 4393 memoryPropertyFlags = hostMemoryInfo.memoryType.propertyFlags; in on_vkAllocateMemory()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_external_memory_rdma.adoc | 34 …if (memoryProperties2.memoryProperties.memoryTypes[memoryType].propertyFlags & VK_MEMORY_PROPERTY_… 73 (memoryProperties.memoryTypes[i].propertyFlags & VK_MEMORY_PROPERTY_RDMA_CAPABLE_BIT_NV)) {
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | HostVisibleMemoryVirtualization.cpp | 31 return memoryProps->memoryTypes[index].propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in isHostVisible()
|
D | ResourceTracker.cpp | 1621 (memProps.memoryTypes[i].propertyFlags & memoryProperty)) { in getColorBufferMemoryIndex() 2321 (info.memProps.memoryTypes[i].propertyFlags & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT)) || in on_vkGetMemoryZirconHandlePropertiesFUCHSIA() 2323 (info.memProps.memoryTypes[i].propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT))) { in on_vkGetMemoryZirconHandlePropertiesFUCHSIA() 2768 if ((is_device_local && (deviceInfo.memProps.memoryTypes[i].propertyFlags & in on_vkGetBufferCollectionPropertiesFUCHSIA() 2770 (is_host_visible && (deviceInfo.memProps.memoryTypes[i].propertyFlags & in on_vkGetBufferCollectionPropertiesFUCHSIA()
|
D | goldfish_vk_marshaling_guest.cpp | 594 vkStream->write((VkMemoryPropertyFlags*)&forMarshaling->propertyFlags, in marshal_VkMemoryType() 602 vkStream->read((VkMemoryPropertyFlags*)&forUnmarshaling->propertyFlags, in unmarshal_VkMemoryType()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 508 memcpy(*ptr, (VkMemoryPropertyFlags*)&forMarshaling->propertyFlags, in reservedmarshal_VkMemoryType()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndTestUtils.cpp | 36 if ((props.memoryTypes[i].propertyFlags & memoryProperties) != memoryProperties) { in getMemoryType()
|
D | GfxstreamEnd2EndVkTests.cpp | 365 const auto memoryPropertyFlags = memoryProperties.memoryTypes[i].propertyFlags; in TEST_P() 398 if (memoryType.propertyFlags & vkhpp::MemoryPropertyFlagBits::eHostVisible) { in TEST_P()
|
/hardware/google/gfxstream/host/tests/ |
D | Vulkan_unittest.cpp | 526 .propertyFlags & in TEST_F() 549 .propertyFlags & in TEST_F()
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VulkanTestHelper.cpp | 262 (memProperties.memoryTypes[i].propertyFlags & properties) == properties) { in findMemoryType()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common.c | 1630 common_props &= type.propertyFlags; in wsi_select_memory_type() 1632 if (deny_props & type.propertyFlags) in wsi_select_memory_type() 1635 if (!(req_props & ~type.propertyFlags)) in wsi_select_memory_type()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | memory.adoc | 565 have its pname:propertyFlags set to one of the following values: 644 pname:propertyFlags. 647 pname:propertyFlags. 652 pname:propertyFlags. 658 * the set of bit flags returned in the pname:propertyFlags member of *X* 660 pname:propertyFlags member of *Y*; or 661 * the pname:propertyFlags members of *X* and *Y* are equal, and *X* 666 * the pname:propertyFlags members of *Y* includes 675 their pname:propertyFlags members are not in a subset relation. 708 pMemoryProperties->memoryTypes[memoryIndex].propertyFlags; [all …]
|
D | resources.adoc | 8002 sname:VkMemoryType with a pname:propertyFlags that has both the 8017 corresponding to a sname:VkMemoryType with a pname:propertyFlags that 8108 a pname:propertyFlags that has the 8115 a pname:propertyFlags that has the
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 56 if ((props.memoryTypes[i].propertyFlags & memoryProperties) != memoryProperties) { in GetMemoryType()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1024 if ((prop.memoryTypes[i].propertyFlags & properties) == properties && type_bits & (1<<i)) in vk_memory_type()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3599 VULKAN_HPP_HASH_COMBINE( seed, memoryType.propertyFlags ); in operator ()()
|
D | vulkan_hash.hpp | 6214 VULKAN_HPP_HASH_COMBINE( seed, memoryType.propertyFlags ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 657 vkStream->write((VkMemoryPropertyFlags*)&forMarshaling->propertyFlags, in marshal_VkMemoryType() 665 vkStream->read((VkMemoryPropertyFlags*)&forUnmarshaling->propertyFlags, in unmarshal_VkMemoryType()
|
D | goldfish_vk_reserved_marshaling.cpp | 501 memcpy((VkMemoryPropertyFlags*)&forUnmarshaling->propertyFlags, *ptr, in reservedunmarshal_VkMemoryType()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3011 VkMemoryPropertyFlags propertyFlags; member
|