Searched refs:protectedMemoryFeatures (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp2682 VkPhysicalDeviceProtectedMemoryFeatures protectedMemoryFeatures[count]; local
2690 deMemset(&protectedMemoryFeatures[ndx], 0xFF*ndx, sizeof(VkPhysicalDeviceProtectedMemoryFeatures));
2698 deviceMultiviewFeatures[ndx].pNext = &protectedMemoryFeatures[ndx];
2700 protectedMemoryFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROTECTED_MEMORY_FEATURES;
2701 protectedMemoryFeatures[ndx].pNext = &samplerYcbcrConversionFeatures[ndx];
2735 if (deviceProtectedMemory && protectedMemoryFeatures[0].protectedMemory != protectedMemoryFeatures[1].protectedMemory)
2757 log << TestLog::Message << toString(protectedMemoryFeatures[0]) << TestLog::EndMessage;

Completed in 94 milliseconds