Home
last modified time | relevance | path

Searched refs:eDeviceLocal (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotImageTests.cpp63 physicalDevice, imageMemoryRequirements, vkhpp::MemoryPropertyFlagBits::eDeviceLocal); in TEST_P()
145 physicalDevice, imageMemoryRequirements, vkhpp::MemoryPropertyFlagBits::eDeviceLocal); in TEST_P()
192 physicalDevice, imageMemoryRequirements, vkhpp::MemoryPropertyFlagBits::eDeviceLocal); in TEST_P()
267 physicalDevice, imageMemoryRequirements, vkhpp::MemoryPropertyFlagBits::eDeviceLocal); in TEST_P()
312 physicalDevice, imageMemoryRequirements, vkhpp::MemoryPropertyFlagBits::eDeviceLocal); in TEST_P()
430 physicalDevice, imageMemoryRequirements, vkhpp::MemoryPropertyFlagBits::eDeviceLocal); in TEST_P()
DGfxstreamEnd2EndVkTests.cpp90 physicalDevice, imageMemoryRequirements, vkhpp::MemoryPropertyFlagBits::eDeviceLocal); in DoAcquireImageAndroidWithSync()
170 physicalDevice, imageMemoryRequirements, vkhpp::MemoryPropertyFlagBits::eDeviceLocal); in TEST_P()
371 vkhpp::MemoryPropertyFlagBits::eDeviceLocal); in TEST_P()
DGfxstreamEnd2EndVkSnapshotBufferTests.cpp102 vkhpp::MemoryPropertyFlagBits::eDeviceLocal); in TEST_P()
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp311 physicalDevice, imageMemoryRequirements, vkhpp::MemoryPropertyFlagBits::eDeviceLocal); in createColorAttachment()
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp71 vkhpp::MemoryPropertyFlagBits::eDeviceLocal, in CanHandlePrecisionQualifierWithYuvSampler()
DVulkan.cpp811 vkhpp::MemoryPropertyFlagBits::eDeviceLocal, in CreateFramebuffer()
821 vkhpp::MemoryPropertyFlagBits::eDeviceLocal, in CreateFramebuffer()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1156 eDeviceLocal = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, enumerator
1168 MemoryHeapFlagBits::eDeviceLocal
1175 eDeviceLocal = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, enumerator
1190 MemoryPropertyFlagBits::eDeviceLocal
Dvulkansc_to_string.hpp117 if ( value & MemoryHeapFlagBits::eDeviceLocal ) result += "DeviceLocal | "; in to_string()
130 if ( value & MemoryPropertyFlagBits::eDeviceLocal ) result += "DeviceLocal | "; in to_string()
2126 case MemoryHeapFlagBits::eDeviceLocal : return "DeviceLocal"; in to_string()
2139 case MemoryPropertyFlagBits::eDeviceLocal : return "DeviceLocal"; in to_string()
Dvulkan_enums.hpp2012 eDeviceLocal = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, enumerator
2024 MemoryHeapFlagBits::eDeviceLocal
2030 eDeviceLocal = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, enumerator
2048 MemoryPropertyFlagBits::eDeviceLocal
Dvulkan_to_string.hpp151 if ( value & MemoryHeapFlagBits::eDeviceLocal ) result += "DeviceLocal | "; in to_string()
163 if ( value & MemoryPropertyFlagBits::eDeviceLocal ) result += "DeviceLocal | "; in to_string()
4156 case MemoryHeapFlagBits::eDeviceLocal : return "DeviceLocal"; in to_string()
4168 case MemoryPropertyFlagBits::eDeviceLocal : return "DeviceLocal"; in to_string()