Home
last modified time | relevance | path

Searched refs:VkPhysicalDeviceProtectedMemoryFeatures (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.hpp39 void getFeatures(VkPhysicalDeviceProtectedMemoryFeatures* features) const;
DVkPhysicalDevice.cpp124 void PhysicalDevice::getFeatures(VkPhysicalDeviceProtectedMemoryFeatures* features) const in getFeatures()
DlibVulkan.cpp1778 auto& features = *reinterpret_cast<VkPhysicalDeviceProtectedMemoryFeatures*>(extensionFeatures); in vkGetPhysicalDeviceFeatures2()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp873 VkPhysicalDeviceProtectedMemoryFeatures protectedMemoryFeature = in createDeviceQueue2Test()
943 VkPhysicalDeviceProtectedMemoryFeatures protectedFeatures; in createDeviceQueue2UnmatchedFlagsTest()
971 VkPhysicalDeviceProtectedMemoryFeatures protectedFeatures = in createDeviceQueue2UnmatchedFlagsTest()
DvktApiFeatureInfo.cpp2776 string toString (const VkPhysicalDeviceProtectedMemoryFeatures& value) in toString()
2901 VkPhysicalDeviceProtectedMemoryFeatures protectedMemoryFeatures[count]; in deviceFeatures2()
2912 …emset(&protectedMemoryFeatures[ndx], 0xFF*ndx, sizeof(VkPhysicalDeviceProtectedMemoryFeatures)); in deviceFeatures2()
DvktApiExternalMemoryTests.cpp3900 vk::VkPhysicalDeviceProtectedMemoryFeatures protectedFeatures; in testAndroidHardwareBufferImageFormat()
/external/deqp/external/vulkancts/framework/vulkan/
DvkGetStructureTypeImpl.inl429 template<> VkStructureType getStructureType<VkPhysicalDeviceProtectedMemoryFeatures> (void)
DvkStructTypes.inl1507 struct VkPhysicalDeviceProtectedMemoryFeatures struct
DvkStrUtil.inl429 std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceProtectedMemoryFeatures& value);
DvkVulkan_c.inl4016 typedef struct VkPhysicalDeviceProtectedMemoryFeatures { struct
4020 } VkPhysicalDeviceProtectedMemoryFeatures; argument
DvkStrUtilImpl.inl4311 std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceProtectedMemoryFeatures& value)
4313 s << "VkPhysicalDeviceProtectedMemoryFeatures = {\n";
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp189 vk::VkPhysicalDeviceProtectedMemoryFeatures protectedFeature = in makeProtectedMemDevice()
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h4160 typedef struct VkPhysicalDeviceProtectedMemoryFeatures { struct
4164 } VkPhysicalDeviceProtectedMemoryFeatures; argument
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h4160 typedef struct VkPhysicalDeviceProtectedMemoryFeatures { struct
4164 } VkPhysicalDeviceProtectedMemoryFeatures; argument
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h4327 typedef struct VkPhysicalDeviceProtectedMemoryFeatures { struct
4331 } VkPhysicalDeviceProtectedMemoryFeatures; argument
Dvulkan.hpp38412 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 )…
/external/swiftshader/include/vulkan/
Dvulkan_core.h4280 typedef struct VkPhysicalDeviceProtectedMemoryFeatures { struct
4284 } VkPhysicalDeviceProtectedMemoryFeatures; argument
Dvulkan.hpp16474 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 )…
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in4013 typedef struct VkPhysicalDeviceProtectedMemoryFeatures { struct
4017 } VkPhysicalDeviceProtectedMemoryFeatures; typedef