Home
last modified time | relevance | path

Searched refs:propertyFlags (Results 1 – 25 of 25) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkEmulatedPhysicalDeviceMemoryTests.cpp43 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 …]
DVkEmulatedPhysicalDeviceMemory.cpp57 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()
Dvk_util.cpp42 (memProperties.memoryTypes[i].propertyFlags & properties) == properties) { in findMemoryType()
DVkCommonOperations.cpp169 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()
DVkDecoderSnapshotUtils.cpp32 if ((props.memoryTypes[i].propertyFlags & memoryProperties) != memoryProperties) { in GetMemoryType()
DVkDecoderGlobalState.cpp4393 memoryPropertyFlags = hostMemoryInfo.memoryType.propertyFlags; in on_vkAllocateMemory()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_external_memory_rdma.adoc34 …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/
DHostVisibleMemoryVirtualization.cpp31 return memoryProps->memoryTypes[index].propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in isHostVisible()
DResourceTracker.cpp1621 (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()
Dgoldfish_vk_marshaling_guest.cpp594 vkStream->write((VkMemoryPropertyFlags*)&forMarshaling->propertyFlags, in marshal_VkMemoryType()
602 vkStream->read((VkMemoryPropertyFlags*)&forUnmarshaling->propertyFlags, in unmarshal_VkMemoryType()
Dgoldfish_vk_reserved_marshaling_guest.cpp508 memcpy(*ptr, (VkMemoryPropertyFlags*)&forMarshaling->propertyFlags, in reservedmarshal_VkMemoryType()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTestUtils.cpp36 if ((props.memoryTypes[i].propertyFlags & memoryProperties) != memoryProperties) { in getMemoryType()
DGfxstreamEnd2EndVkTests.cpp365 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/
DVulkan_unittest.cpp526 .propertyFlags & in TEST_F()
549 .propertyFlags & in TEST_F()
/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp262 (memProperties.memoryTypes[i].propertyFlags & properties) == properties) { in findMemoryType()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c1630 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/
Dmemory.adoc565 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 …]
Dresources.adoc8002 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/
DVulkan.cpp56 if ((props.memoryTypes[i].propertyFlags & memoryProperties) != memoryProperties) { in GetMemoryType()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1024 if ((prop.memoryTypes[i].propertyFlags & properties) == properties && type_bits & (1<<i)) in vk_memory_type()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3599 VULKAN_HPP_HASH_COMBINE( seed, memoryType.propertyFlags ); in operator ()()
Dvulkan_hash.hpp6214 VULKAN_HPP_HASH_COMBINE( seed, memoryType.propertyFlags ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp657 vkStream->write((VkMemoryPropertyFlags*)&forMarshaling->propertyFlags, in marshal_VkMemoryType()
665 vkStream->read((VkMemoryPropertyFlags*)&forUnmarshaling->propertyFlags, in unmarshal_VkMemoryType()
Dgoldfish_vk_reserved_marshaling.cpp501 memcpy((VkMemoryPropertyFlags*)&forUnmarshaling->propertyFlags, *ptr, in reservedunmarshal_VkMemoryType()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3011 VkMemoryPropertyFlags propertyFlags; member