Home
last modified time | relevance | path

Searched refs:protectedMemory (Results 1 - 25 of 49) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DMemoryObject.cpp39 angle::Result MemoryObject::setProtectedMemory(const Context *context, bool protectedMemory) in setProtectedMemory() argument
41 ANGLE_TRY(mImplementation->setProtectedMemory(context, protectedMemory)); in setProtectedMemory()
42 mProtectedMemory = protectedMemory; in setProtectedMemory()
H A DMemoryObject.h41 angle::Result setProtectedMemory(const Context *context, bool protectedMemory);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DMemoryObjectGL.cpp43 angle::Result MemoryObjectGL::setProtectedMemory(const gl::Context *context, bool protectedMemory) in setProtectedMemory() argument
46 ANGLE_UNUSED_VARIABLE(protectedMemory); in setProtectedMemory()
H A DMemoryObjectGL.h25 angle::Result setProtectedMemory(const gl::Context *context, bool protectedMemory) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DMemoryObjectVk.cpp104 angle::Result MemoryObjectVk::setProtectedMemory(const gl::Context *context, bool protectedMemory) in setProtectedMemory() argument
106 mProtectedMemory = protectedMemory; in setProtectedMemory()
H A DMemoryObjectVk.h27 angle::Result setProtectedMemory(const gl::Context *context, bool protectedMemory) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DMemoryObjectImpl.h33 virtual angle::Result setProtectedMemory(const gl::Context *context, bool protectedMemory) = 0;
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c224 vk11_feats->protectedMemory = in vn_physical_device_init_features()
225 local_feats.protected_memory.protectedMemory; in vn_physical_device_init_features()
1687 u.protected_memory->protectedMemory = vk11_feats->protectedMemory; in vn_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp387 VK_FALSE // VkBool32 protectedMemory; in checkSupport()
398 const VkBool32& protectedMemFeatureEnabled = protectedMemFeatures.protectedMemory; in checkSupport()
787 protectedMemoryFeatures.protectedMemory = VK_TRUE; in createProtectedDevice()
H A DvktApiDeviceInitializationTests.cpp1749 VK_FALSE // VkBool32 protectedMemory; in createDeviceQueue2Test()
1758 if (protectedMemoryFeature.protectedMemory == VK_FALSE) in createDeviceQueue2Test()
1847 VK_FALSE // VkBool32 protectedMemory; in checkProtectedMemorySupport()
1856 if (protectedMemoryFeature.protectedMemory == VK_FALSE) in checkProtectedMemorySupport()
1890 VK_TRUE // VkBool32 protectedMemory; in createProtectedDeviceWithQueueConfig()
H A DvktApiExternalMemoryTests.cpp4750 protectedFeatures.protectedMemory = VK_FALSE; in testAndroidHardwareBufferImageFormat()
4813 (protectedFeatures.protectedMemory == VK_FALSE)) in testAndroidHardwareBufferImageFormat()
5054 protectedFeatures.protectedMemory = VK_FALSE; in testOHOSNativeBufferImageFormat()
5123 (protectedFeatures.protectedMemory == VK_FALSE)) in testOHOSNativeBufferImageFormat()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp385 VK_FALSE // VkBool32 protectedMemory; in checkSupport()
396 const VkBool32& protectedMemFeatureEnabled = protectedMemFeatures.protectedMemory; in checkSupport()
785 protectedMemoryFeatures.protectedMemory = VK_TRUE; in createProtectedDevice()
H A DvktApiDeviceInitializationTests.cpp1760 VK_FALSE // VkBool32 protectedMemory; in createDeviceQueue2Test()
1769 if (protectedMemoryFeature.protectedMemory == VK_FALSE) in createDeviceQueue2Test()
1858 VK_FALSE // VkBool32 protectedMemory; in checkProtectedMemorySupport()
1867 if (protectedMemoryFeature.protectedMemory == VK_FALSE) in checkProtectedMemorySupport()
1901 VK_TRUE // VkBool32 protectedMemory; in createProtectedDeviceWithQueueConfig()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.cpp143 features->protectedMemory = VK_FALSE; in getPhysicalDeviceProtectedMemoryFeatures()
1159 CheckFeature(requested, supported, protectedMemory) && in hasExtendedFeatures()
/third_party/skia/tools/gpu/vk/
H A DVkTestUtils.cpp415 if (!protectedMemoryFeatures->protectedMemory) { in setup_features()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.c564 CORE_FEATURE(protectedMemory); in vk_get_physical_device_core_1_1_feature_ext()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryMappingTests.cpp632 protectedFeatures.protectedMemory = VK_FALSE;
639 if(protectedFeatures.protectedMemory && config.implicitUnmap)
H A DvktMemoryAllocationTests.cpp203 VK_FALSE // VkBool32 protectedMemory; in createTestDevice()
229 protMemSupported = protectedMemoryFeature.protectedMemory; in createTestDevice()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp677 protectedFeatures.protectedMemory = VK_FALSE;
684 if(protectedFeatures.protectedMemory && config.implicitUnmap)
H A DvktMemoryAllocationTests.cpp202 VK_FALSE // VkBool32 protectedMemory; in createTestDevice()
230 protMemSupported = protectedMemoryFeature.protectedMemory; in createTestDevice()
H A DvktMemoryRequirementsTests.cpp1959 if (context.getDeviceVulkan11Features().protectedMemory) in testMultiplaneImages()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c505 .protectedMemory = false, in panvk_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp202 VK_FALSE // protectedMemory in makeProtectedMemDevice()
217 if (protectedFeature.protectedMemory == VK_FALSE) in makeProtectedMemDevice()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp202 VK_FALSE // protectedMemory in makeProtectedMemDevice()
217 if (protectedFeature.protectedMemory == VK_FALSE) in makeProtectedMemDevice()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c633 f->protectedMemory = false; in lvp_get_physical_device_features_1_1()

Completed in 58 milliseconds

12