Home
last modified time | relevance | path

Searched refs:ProtectionMode (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.hpp51 enum ProtectionMode { enum
85 ProtectionMode protectionMode,
92 ProtectionMode protectionMode,
124 ProtectionMode protectionMode,
134 ProtectionMode protectionMode,
162 ProtectionMode protectionMode = PROTECTION_ENABLED);
DvktProtectedMemUtils.cpp330 ProtectionMode protectionMode, in createImage2D()
381 ProtectionMode protectionMode, in makeBuffer()
502 ProtectionMode protectionMode, in queueSubmit()
575 ProtectionMode protectionMode, in makeCommandPool()
833 …, vk::VkImageLayout dstImageLayout, deUint32 width, deUint32 height, ProtectionMode protectionMode) in copyToProtectedImage()
DvktProtectedMemStorageBufferTests.cpp176 ProtectionMode getProtectionMode(const vk::VkPipelineCreateFlags flags) { in getProtectionMode()
179 return ProtectionMode::PROTECTION_DISABLED; in getProtectionMode()
183 return ProtectionMode::PROTECTION_ENABLED; in getProtectionMode()
209 const ProtectionMode m_protectionMode;
257 const ProtectionMode m_protectionMode;
DvktProtectedMemShaderImageAccessTests.cpp97 ProtectionMode protectionMode;
DvktProtectedMemYCbCrConversionTests.cpp775 const ProtectionMode protectionMode, in createYcbcrImage2D()
/external/webrtc/modules/rtp_rtcp/source/
Dforward_error_correction_internal.cc23 enum ProtectionMode { enum
237 ProtectionMode mode, in RemainingPacketProtection()
367 ProtectionMode mode = kModeOverlap; in UnequalProtectionMask()