Searched refs:eDeviceLocal (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotImageTests.cpp | 63 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()
|
D | GfxstreamEnd2EndVkTests.cpp | 90 physicalDevice, imageMemoryRequirements, vkhpp::MemoryPropertyFlagBits::eDeviceLocal); in DoAcquireImageAndroidWithSync() 170 physicalDevice, imageMemoryRequirements, vkhpp::MemoryPropertyFlagBits::eDeviceLocal); in TEST_P() 371 vkhpp::MemoryPropertyFlagBits::eDeviceLocal); in TEST_P()
|
D | GfxstreamEnd2EndVkSnapshotBufferTests.cpp | 102 vkhpp::MemoryPropertyFlagBits::eDeviceLocal); in TEST_P()
|
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 311 physicalDevice, imageMemoryRequirements, vkhpp::MemoryPropertyFlagBits::eDeviceLocal); in createColorAttachment()
|
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 71 vkhpp::MemoryPropertyFlagBits::eDeviceLocal, in CanHandlePrecisionQualifierWithYuvSampler()
|
D | Vulkan.cpp | 811 vkhpp::MemoryPropertyFlagBits::eDeviceLocal, in CreateFramebuffer() 821 vkhpp::MemoryPropertyFlagBits::eDeviceLocal, in CreateFramebuffer()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_enums.hpp | 1156 eDeviceLocal = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, enumerator 1168 MemoryHeapFlagBits::eDeviceLocal 1175 eDeviceLocal = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, enumerator 1190 MemoryPropertyFlagBits::eDeviceLocal
|
D | vulkansc_to_string.hpp | 117 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()
|
D | vulkan_enums.hpp | 2012 eDeviceLocal = VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, enumerator 2024 MemoryHeapFlagBits::eDeviceLocal 2030 eDeviceLocal = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, enumerator 2048 MemoryPropertyFlagBits::eDeviceLocal
|
D | vulkan_to_string.hpp | 151 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()
|