/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | MemoryObject.cpp | 39 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 D | MemoryObject.h | 41 angle::Result setProtectedMemory(const Context *context, bool protectedMemory);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | MemoryObjectGL.cpp | 43 angle::Result MemoryObjectGL::setProtectedMemory(const gl::Context *context, bool protectedMemory) in setProtectedMemory() argument 46 ANGLE_UNUSED_VARIABLE(protectedMemory); in setProtectedMemory()
|
H A D | MemoryObjectGL.h | 25 angle::Result setProtectedMemory(const gl::Context *context, bool protectedMemory) override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | MemoryObjectVk.cpp | 104 angle::Result MemoryObjectVk::setProtectedMemory(const gl::Context *context, bool protectedMemory) in setProtectedMemory() argument 106 mProtectedMemory = protectedMemory; in setProtectedMemory()
|
H A D | MemoryObjectVk.h | 27 angle::Result setProtectedMemory(const gl::Context *context, bool protectedMemory) override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | MemoryObjectImpl.h | 33 virtual angle::Result setProtectedMemory(const gl::Context *context, bool protectedMemory) = 0;
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 224 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 D | vktApiBufferMemoryRequirementsTests.cpp | 387 VK_FALSE // VkBool32 protectedMemory; in checkSupport() 398 const VkBool32& protectedMemFeatureEnabled = protectedMemFeatures.protectedMemory; in checkSupport() 787 protectedMemoryFeatures.protectedMemory = VK_TRUE; in createProtectedDevice()
|
H A D | vktApiDeviceInitializationTests.cpp | 1749 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 D | vktApiExternalMemoryTests.cpp | 4750 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 D | vktApiBufferMemoryRequirementsTests.cpp | 385 VK_FALSE // VkBool32 protectedMemory; in checkSupport() 396 const VkBool32& protectedMemFeatureEnabled = protectedMemFeatures.protectedMemory; in checkSupport() 785 protectedMemoryFeatures.protectedMemory = VK_TRUE; in createProtectedDevice()
|
H A D | vktApiDeviceInitializationTests.cpp | 1760 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 D | VkPhysicalDevice.cpp | 143 features->protectedMemory = VK_FALSE; in getPhysicalDeviceProtectedMemoryFeatures() 1159 CheckFeature(requested, supported, protectedMemory) && in hasExtendedFeatures()
|
/third_party/skia/tools/gpu/vk/ |
H A D | VkTestUtils.cpp | 415 if (!protectedMemoryFeatures->protectedMemory) { in setup_features()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_device.c | 564 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 D | vktMemoryMappingTests.cpp | 632 protectedFeatures.protectedMemory = VK_FALSE; 639 if(protectedFeatures.protectedMemory && config.implicitUnmap)
|
H A D | vktMemoryAllocationTests.cpp | 203 VK_FALSE // VkBool32 protectedMemory; in createTestDevice() 229 protMemSupported = protectedMemoryFeature.protectedMemory; in createTestDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryMappingTests.cpp | 677 protectedFeatures.protectedMemory = VK_FALSE; 684 if(protectedFeatures.protectedMemory && config.implicitUnmap)
|
H A D | vktMemoryAllocationTests.cpp | 202 VK_FALSE // VkBool32 protectedMemory; in createTestDevice() 230 protMemSupported = protectedMemoryFeature.protectedMemory; in createTestDevice()
|
H A D | vktMemoryRequirementsTests.cpp | 1959 if (context.getDeviceVulkan11Features().protectedMemory) in testMultiplaneImages()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 505 .protectedMemory = false, in panvk_GetPhysicalDeviceFeatures2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemUtils.cpp | 202 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 D | vktProtectedMemUtils.cpp | 202 VK_FALSE // protectedMemory in makeProtectedMemDevice() 217 if (protectedFeature.protectedMemory == VK_FALSE) in makeProtectedMemDevice()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 633 f->protectedMemory = false; in lvp_get_physical_device_features_1_1()
|