Home
last modified time | relevance | path

Searched refs:MemoryPropertyFlags (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/common/detector/
DVulkan.h111 vkhpp::MemoryPropertyFlags buffer_memory_properties);
115 vkhpp::MemoryPropertyFlags buffer_memory_properties,
133 vkhpp::MemoryPropertyFlags memory_properties,
154 vkhpp::MemoryPropertyFlags memory_properties,
DVulkan.cpp50 vkhpp::MemoryPropertyFlags memoryProperties) { in GetMemoryType()
70 vkhpp::MemoryPropertyFlags bufferMemoryProperties) { in DoCreateBuffer()
261 vkhpp::MemoryPropertyFlags bufferMemoryProperties) { in CreateBuffer()
272 vkhpp::MemoryPropertyFlags bufferMemoryProperties, in CreateBufferWithData()
305 vkhpp::MemoryPropertyFlags memoryProperties, in CreateImage()
512 vkhpp::MemoryPropertyFlags memoryProperties, in CreateYuvImage()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTestUtils.h24 vkhpp::MemoryPropertyFlags memoryProperties);
DGfxstreamEnd2EndTestUtils.cpp30 vkhpp::MemoryPropertyFlags memoryProperties) { in getMemoryType()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1183 using MemoryPropertyFlags = Flags<MemoryPropertyFlagBits>; typedef
1189 static VULKAN_HPP_CONST_OR_CONSTEXPR MemoryPropertyFlags allFlags =
Dvulkan_enums.hpp2041 using MemoryPropertyFlags = Flags<MemoryPropertyFlagBits>; typedef
2047 static VULKAN_HPP_CONST_OR_CONSTEXPR MemoryPropertyFlags allFlags =
Dvulkansc_to_string.hpp124 VULKAN_HPP_INLINE std::string to_string( MemoryPropertyFlags value ) in to_string()
Dvulkan_to_string.hpp157 VULKAN_HPP_INLINE std::string to_string( MemoryPropertyFlags value ) in to_string()