Home
last modified time | relevance | path

Searched refs:VkPhysicalDeviceProtectedMemoryProperties (Results 1 – 25 of 27) sorted by relevance

12

/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_extension_structs_guest.cpp311 return sizeof(VkPhysicalDeviceProtectedMemoryProperties); in goldfish_vk_extension_struct_size()
926 return sizeof(VkPhysicalDeviceProtectedMemoryProperties); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_deepcopy_guest.h598 const VkPhysicalDeviceProtectedMemoryProperties* from,
599 VkPhysicalDeviceProtectedMemoryProperties* to);
Dgoldfish_vk_transform_guest.h938 ResourceTracker* resourceTracker, VkPhysicalDeviceProtectedMemoryProperties* toTransform);
941 ResourceTracker* resourceTracker, VkPhysicalDeviceProtectedMemoryProperties* toTransform);
Dgoldfish_vk_marshaling_guest.h1186 const VkPhysicalDeviceProtectedMemoryProperties* forMarshaling);
1190 VkPhysicalDeviceProtectedMemoryProperties* forUnmarshaling);
Dgoldfish_vk_transform_guest.cpp3161 ResourceTracker* resourceTracker, VkPhysicalDeviceProtectedMemoryProperties* toTransform) { in transform_tohost_VkPhysicalDeviceProtectedMemoryProperties()
3170 ResourceTracker* resourceTracker, VkPhysicalDeviceProtectedMemoryProperties* toTransform) { in transform_fromhost_VkPhysicalDeviceProtectedMemoryProperties()
8133 reinterpret_cast<VkPhysicalDeviceProtectedMemoryProperties*>(structExtension_out)); in transform_tohost_extension_struct()
9213 reinterpret_cast<VkPhysicalDeviceProtectedMemoryProperties*>(structExtension_out)); in transform_fromhost_extension_struct()
Dgoldfish_vk_counting_guest.h546 const VkPhysicalDeviceProtectedMemoryProperties* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h625 const VkPhysicalDeviceProtectedMemoryProperties* forMarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy_guest.cpp3164 const VkPhysicalDeviceProtectedMemoryProperties* from, in deepcopy_VkPhysicalDeviceProtectedMemoryProperties()
3165 VkPhysicalDeviceProtectedMemoryProperties* to) { in deepcopy_VkPhysicalDeviceProtectedMemoryProperties()
8872 reinterpret_cast<const VkPhysicalDeviceProtectedMemoryProperties*>(structExtension), in deepcopy_extension_struct()
8873 reinterpret_cast<VkPhysicalDeviceProtectedMemoryProperties*>(structExtension_out)); in deepcopy_extension_struct()
Dgoldfish_vk_counting_guest.cpp3030 const VkPhysicalDeviceProtectedMemoryProperties* toCount, size_t* count) { in count_VkPhysicalDeviceProtectedMemoryProperties()
7544 reinterpret_cast<const VkPhysicalDeviceProtectedMemoryProperties*>(structExtension), in count_extension_struct()
Dgoldfish_vk_marshaling_guest.cpp5572 const VkPhysicalDeviceProtectedMemoryProperties* forMarshaling) { in marshal_VkPhysicalDeviceProtectedMemoryProperties()
5584 VkPhysicalDeviceProtectedMemoryProperties* forUnmarshaling) { in unmarshal_VkPhysicalDeviceProtectedMemoryProperties()
13781 reinterpret_cast<const VkPhysicalDeviceProtectedMemoryProperties*>( in marshal_extension_struct()
14996 reinterpret_cast<VkPhysicalDeviceProtectedMemoryProperties*>(structExtension_out)); in unmarshal_extension_struct()
Dgoldfish_vk_reserved_marshaling_guest.cpp3842 const VkPhysicalDeviceProtectedMemoryProperties* forMarshaling, uint8_t** ptr) { in reservedmarshal_VkPhysicalDeviceProtectedMemoryProperties()
9316 reinterpret_cast<const VkPhysicalDeviceProtectedMemoryProperties*>(structExtension), in reservedmarshal_extension_struct()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp311 return sizeof(VkPhysicalDeviceProtectedMemoryProperties); in goldfish_vk_extension_struct_size()
972 return sizeof(VkPhysicalDeviceProtectedMemoryProperties); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_deepcopy.h591 const VkPhysicalDeviceProtectedMemoryProperties* from,
592 VkPhysicalDeviceProtectedMemoryProperties* to);
Dgoldfish_vk_transform.h954 VkDecoderGlobalState* resourceTracker, VkPhysicalDeviceProtectedMemoryProperties* toTransform);
957 VkDecoderGlobalState* resourceTracker, VkPhysicalDeviceProtectedMemoryProperties* toTransform);
Dgoldfish_vk_marshaling.h1162 const VkPhysicalDeviceProtectedMemoryProperties* forMarshaling);
1166 VkPhysicalDeviceProtectedMemoryProperties* forUnmarshaling);
Dgoldfish_vk_transform.cpp3173 VkDecoderGlobalState* resourceTracker, VkPhysicalDeviceProtectedMemoryProperties* toTransform) { in transform_tohost_VkPhysicalDeviceProtectedMemoryProperties()
3182 VkDecoderGlobalState* resourceTracker, VkPhysicalDeviceProtectedMemoryProperties* toTransform) { in transform_fromhost_VkPhysicalDeviceProtectedMemoryProperties()
8633 reinterpret_cast<VkPhysicalDeviceProtectedMemoryProperties*>(structExtension_out)); in transform_tohost_extension_struct()
9793 reinterpret_cast<VkPhysicalDeviceProtectedMemoryProperties*>(structExtension_out)); in transform_fromhost_extension_struct()
Dgoldfish_vk_reserved_marshaling.h595 VkPhysicalDeviceProtectedMemoryProperties* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp3164 const VkPhysicalDeviceProtectedMemoryProperties* from, in deepcopy_VkPhysicalDeviceProtectedMemoryProperties()
3165 VkPhysicalDeviceProtectedMemoryProperties* to) { in deepcopy_VkPhysicalDeviceProtectedMemoryProperties()
9437 reinterpret_cast<const VkPhysicalDeviceProtectedMemoryProperties*>(structExtension), in deepcopy_extension_struct()
9438 reinterpret_cast<VkPhysicalDeviceProtectedMemoryProperties*>(structExtension_out)); in deepcopy_extension_struct()
Dgoldfish_vk_marshaling.cpp6616 const VkPhysicalDeviceProtectedMemoryProperties* forMarshaling) { in marshal_VkPhysicalDeviceProtectedMemoryProperties()
6628 VkPhysicalDeviceProtectedMemoryProperties* forUnmarshaling) { in unmarshal_VkPhysicalDeviceProtectedMemoryProperties()
18421 reinterpret_cast<const VkPhysicalDeviceProtectedMemoryProperties*>( in marshal_extension_struct()
19713 reinterpret_cast<VkPhysicalDeviceProtectedMemoryProperties*>(structExtension_out)); in unmarshal_extension_struct()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c877 VkPhysicalDeviceProtectedMemoryProperties *properties = (void *)ext; in vk_get_physical_device_core_1_1_property_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc1562 [open,refpage='VkPhysicalDeviceProtectedMemoryProperties',desc='Structure describing protected memo…
1564 The sname:VkPhysicalDeviceProtectedMemoryProperties structure is defined as:
1566 include::{generated}/api/structs/VkPhysicalDeviceProtectedMemoryProperties.adoc[]
1589 :refpage: VkPhysicalDeviceProtectedMemoryProperties
1592 include::{generated}/validity/structs/VkPhysicalDeviceProtectedMemoryProperties.adoc[]
Dmemory.adoc4025 If slink:VkPhysicalDeviceProtectedMemoryProperties::pname:protectedNoFault
4035 If slink:VkPhysicalDeviceProtectedMemoryProperties::pname:protectedNoFault
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_static_assertions.hpp637 …E::PhysicalDeviceProtectedMemoryProperties ) == sizeof( VkPhysicalDeviceProtectedMemoryProperties
Dvulkan_static_assertions.hpp693 …E::PhysicalDeviceProtectedMemoryProperties ) == sizeof( VkPhysicalDeviceProtectedMemoryProperties
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5370 typedef struct VkPhysicalDeviceProtectedMemoryProperties { struct
5374 } VkPhysicalDeviceProtectedMemoryProperties; argument

12