Searched refs:VkPhysicalDeviceProtectedMemoryFeatures (Results 1 – 19 of 19) sorted by relevance
39 void getFeatures(VkPhysicalDeviceProtectedMemoryFeatures* features) const;
124 void PhysicalDevice::getFeatures(VkPhysicalDeviceProtectedMemoryFeatures* features) const in getFeatures()
1778 auto& features = *reinterpret_cast<VkPhysicalDeviceProtectedMemoryFeatures*>(extensionFeatures); in vkGetPhysicalDeviceFeatures2()
873 VkPhysicalDeviceProtectedMemoryFeatures protectedMemoryFeature = in createDeviceQueue2Test()943 VkPhysicalDeviceProtectedMemoryFeatures protectedFeatures; in createDeviceQueue2UnmatchedFlagsTest()971 VkPhysicalDeviceProtectedMemoryFeatures protectedFeatures = in createDeviceQueue2UnmatchedFlagsTest()
2776 string toString (const VkPhysicalDeviceProtectedMemoryFeatures& value) in toString()2901 VkPhysicalDeviceProtectedMemoryFeatures protectedMemoryFeatures[count]; in deviceFeatures2()2912 …emset(&protectedMemoryFeatures[ndx], 0xFF*ndx, sizeof(VkPhysicalDeviceProtectedMemoryFeatures)); in deviceFeatures2()
3900 vk::VkPhysicalDeviceProtectedMemoryFeatures protectedFeatures; in testAndroidHardwareBufferImageFormat()
429 template<> VkStructureType getStructureType<VkPhysicalDeviceProtectedMemoryFeatures> (void)
1507 struct VkPhysicalDeviceProtectedMemoryFeatures struct
429 std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceProtectedMemoryFeatures& value);
4016 typedef struct VkPhysicalDeviceProtectedMemoryFeatures { struct4020 } VkPhysicalDeviceProtectedMemoryFeatures; argument
4311 std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceProtectedMemoryFeatures& value)4313 s << "VkPhysicalDeviceProtectedMemoryFeatures = {\n";
189 vk::VkPhysicalDeviceProtectedMemoryFeatures protectedFeature = in makeProtectedMemDevice()
4160 typedef struct VkPhysicalDeviceProtectedMemoryFeatures { struct4164 } VkPhysicalDeviceProtectedMemoryFeatures; argument
4327 typedef struct VkPhysicalDeviceProtectedMemoryFeatures { struct4331 } VkPhysicalDeviceProtectedMemoryFeatures; argument
38412 PhysicalDeviceProtectedMemoryFeatures( VkPhysicalDeviceProtectedMemoryFeatures const & rhs ) in PhysicalDeviceProtectedMemoryFeatures()38417 …PhysicalDeviceProtectedMemoryFeatures& operator=( VkPhysicalDeviceProtectedMemoryFeatures const & … in operator =()38435 operator VkPhysicalDeviceProtectedMemoryFeatures const&() const in operator VkPhysicalDeviceProtectedMemoryFeatures const&()38437 return *reinterpret_cast<const VkPhysicalDeviceProtectedMemoryFeatures*>( this ); in operator VkPhysicalDeviceProtectedMemoryFeatures const&()38440 operator VkPhysicalDeviceProtectedMemoryFeatures &() in operator VkPhysicalDeviceProtectedMemoryFeatures&()38442 return *reinterpret_cast<VkPhysicalDeviceProtectedMemoryFeatures*>( this ); in operator VkPhysicalDeviceProtectedMemoryFeatures&()38464 …zeof( PhysicalDeviceProtectedMemoryFeatures ) == sizeof( VkPhysicalDeviceProtectedMemoryFeatures )…
4280 typedef struct VkPhysicalDeviceProtectedMemoryFeatures { struct4284 } VkPhysicalDeviceProtectedMemoryFeatures; argument
16474 PhysicalDeviceProtectedMemoryFeatures( VkPhysicalDeviceProtectedMemoryFeatures const & rhs ) in PhysicalDeviceProtectedMemoryFeatures()16479 …PhysicalDeviceProtectedMemoryFeatures& operator=( VkPhysicalDeviceProtectedMemoryFeatures const & … in operator =()16496 operator VkPhysicalDeviceProtectedMemoryFeatures const&() const in operator VkPhysicalDeviceProtectedMemoryFeatures const&()16498 return *reinterpret_cast<const VkPhysicalDeviceProtectedMemoryFeatures*>(this); in operator VkPhysicalDeviceProtectedMemoryFeatures const&()16501 operator VkPhysicalDeviceProtectedMemoryFeatures &() in operator VkPhysicalDeviceProtectedMemoryFeatures&()16503 return *reinterpret_cast<VkPhysicalDeviceProtectedMemoryFeatures*>(this); in operator VkPhysicalDeviceProtectedMemoryFeatures&()16525 …zeof( PhysicalDeviceProtectedMemoryFeatures ) == sizeof( VkPhysicalDeviceProtectedMemoryFeatures )…
4013 typedef struct VkPhysicalDeviceProtectedMemoryFeatures { struct4017 } VkPhysicalDeviceProtectedMemoryFeatures; typedef