/hardware/google/gfxstream/host/vulkan/testing/ |
D | VulkanTestHelper.h | 80 uint32_t findMemoryType(uint32_t typeFilter, VkMemoryPropertyFlags properties); 83 void createBuffer(VkDeviceSize size, VkBufferUsageFlags usage, VkMemoryPropertyFlags properties,
|
D | VulkanTestHelper.cpp | 256 uint32_t VulkanTestHelper::findMemoryType(uint32_t typeFilter, VkMemoryPropertyFlags properties) { in findMemoryType() 270 VkMemoryPropertyFlags properties, VkBuffer& buffer, in createBuffer()
|
/hardware/google/gfxstream/host/vulkan/ |
D | vk_util.cpp | 36 uint32_t typeFilter, VkMemoryPropertyFlags properties) { in findMemoryType()
|
D | vk_util.h | 370 uint32_t typeFilter, VkMemoryPropertyFlags properties); 421 VkMemoryPropertyFlags properties) const { in findMemoryType()
|
D | CompositorVk.h | 181 VkMemoryPropertyFlags) const;
|
D | VkDecoderSnapshotUtils.cpp | 26 VkMemoryPropertyFlags memoryProperties) { in GetMemoryType()
|
D | CompositorVk.cpp | 805 VkDeviceSize size, VkBufferUsageFlags usage, VkMemoryPropertyFlags memProperty) const { in createBuffer()
|
D | VkCommonOperations.cpp | 1816 VkMemoryPropertyFlags memoryProperty) { in lastGoodTypeIndexWithMemoryProperties()
|
D | VkDecoderGlobalState.cpp | 4366 VkMemoryPropertyFlags memoryPropertyFlags; in on_vkAllocateMemory()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_private.h | 227 VkMemoryPropertyFlags req_flags, 228 VkMemoryPropertyFlags deny_flags,
|
D | wsi_common.c | 1620 VkMemoryPropertyFlags req_props, in wsi_select_memory_type() 1621 VkMemoryPropertyFlags deny_props, in wsi_select_memory_type() 1626 VkMemoryPropertyFlags common_props = ~0; in wsi_select_memory_type()
|
/hardware/google/gfxstream/host/tests/ |
D | Vulkan_unittest.cpp | 484 VkMemoryPropertyFlags kTargetMemoryPropertyFlags = in TEST_F()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | memory.adoc | 701 VkMemoryPropertyFlags requiredProperties) { 707 const VkMemoryPropertyFlags properties = 965 [open,refpage='VkMemoryPropertyFlags',desc='Bitmask of VkMemoryPropertyFlagBits',type='flags'] 967 include::{generated}/api/flags/VkMemoryPropertyFlags.adoc[] 969 tname:VkMemoryPropertyFlags is a bitmask type for setting a mask of zero or
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1018 VkMemoryPropertyFlags properties, in vk_memory_type()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_enums.hpp | 1173 enum class MemoryPropertyFlagBits : VkMemoryPropertyFlags
|
D | vk_enum_string_helper.h | 2689 static inline std::string string_VkMemoryPropertyFlags(VkMemoryPropertyFlags input_value) in string_VkMemoryPropertyFlags()
|
D | vulkan_enums.hpp | 2028 enum class MemoryPropertyFlagBits : VkMemoryPropertyFlags
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 508 memcpy(*ptr, (VkMemoryPropertyFlags*)&forMarshaling->propertyFlags, in reservedmarshal_VkMemoryType() 509 sizeof(VkMemoryPropertyFlags)); in reservedmarshal_VkMemoryType() 510 *ptr += sizeof(VkMemoryPropertyFlags); in reservedmarshal_VkMemoryType()
|
D | goldfish_vk_marshaling_guest.cpp | 594 vkStream->write((VkMemoryPropertyFlags*)&forMarshaling->propertyFlags, in marshal_VkMemoryType() 595 sizeof(VkMemoryPropertyFlags)); in marshal_VkMemoryType() 602 vkStream->read((VkMemoryPropertyFlags*)&forUnmarshaling->propertyFlags, in unmarshal_VkMemoryType() 603 sizeof(VkMemoryPropertyFlags)); in unmarshal_VkMemoryType()
|
D | ResourceTracker.cpp | 1618 VkMemoryPropertyFlags memoryProperty = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in getColorBufferMemoryIndex()
|
D | goldfish_vk_counting_guest.cpp | 385 *count += sizeof(VkMemoryPropertyFlags); in count_VkMemoryType()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 657 vkStream->write((VkMemoryPropertyFlags*)&forMarshaling->propertyFlags, in marshal_VkMemoryType() 658 sizeof(VkMemoryPropertyFlags)); in marshal_VkMemoryType() 665 vkStream->read((VkMemoryPropertyFlags*)&forUnmarshaling->propertyFlags, in unmarshal_VkMemoryType() 666 sizeof(VkMemoryPropertyFlags)); in unmarshal_VkMemoryType()
|
D | goldfish_vk_reserved_marshaling.cpp | 501 memcpy((VkMemoryPropertyFlags*)&forUnmarshaling->propertyFlags, *ptr, in reservedunmarshal_VkMemoryType() 502 sizeof(VkMemoryPropertyFlags)); in reservedunmarshal_VkMemoryType() 503 *ptr += sizeof(VkMemoryPropertyFlags); in reservedunmarshal_VkMemoryType()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2380 typedef VkFlags VkMemoryPropertyFlags; typedef 3011 VkMemoryPropertyFlags propertyFlags;
|