Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_extension_structs_guest.cpp400 return sizeof(VkPhysicalDeviceDescriptorIndexingProperties); in goldfish_vk_extension_struct_size()
1019 return sizeof(VkPhysicalDeviceDescriptorIndexingProperties); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_deepcopy_guest.h800 const VkPhysicalDeviceDescriptorIndexingProperties* from,
801 VkPhysicalDeviceDescriptorIndexingProperties* to);
Dgoldfish_vk_transform_guest.h1240 ResourceTracker* resourceTracker, VkPhysicalDeviceDescriptorIndexingProperties* toTransform);
1243 ResourceTracker* resourceTracker, VkPhysicalDeviceDescriptorIndexingProperties* toTransform);
Dgoldfish_vk_marshaling_guest.h1555 const VkPhysicalDeviceDescriptorIndexingProperties* forMarshaling);
1559 VkPhysicalDeviceDescriptorIndexingProperties* forUnmarshaling);
Dgoldfish_vk_transform_guest.cpp4179 ResourceTracker* resourceTracker, VkPhysicalDeviceDescriptorIndexingProperties* toTransform) { in transform_tohost_VkPhysicalDeviceDescriptorIndexingProperties()
4188 ResourceTracker* resourceTracker, VkPhysicalDeviceDescriptorIndexingProperties* toTransform) { in transform_fromhost_VkPhysicalDeviceDescriptorIndexingProperties()
8316 resourceTracker, reinterpret_cast<VkPhysicalDeviceDescriptorIndexingProperties*>( in transform_tohost_extension_struct()
9396 resourceTracker, reinterpret_cast<VkPhysicalDeviceDescriptorIndexingProperties*>( in transform_fromhost_extension_struct()
Dgoldfish_vk_counting_guest.h726 const VkPhysicalDeviceDescriptorIndexingProperties* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h831 const VkPhysicalDeviceDescriptorIndexingProperties* forMarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy_guest.cpp4341 const VkPhysicalDeviceDescriptorIndexingProperties* from, in deepcopy_VkPhysicalDeviceDescriptorIndexingProperties()
4342 VkPhysicalDeviceDescriptorIndexingProperties* to) { in deepcopy_VkPhysicalDeviceDescriptorIndexingProperties()
9084 reinterpret_cast<const VkPhysicalDeviceDescriptorIndexingProperties*>( in deepcopy_extension_struct()
9086 reinterpret_cast<VkPhysicalDeviceDescriptorIndexingProperties*>( in deepcopy_extension_struct()
Dgoldfish_vk_counting_guest.cpp4046 const VkPhysicalDeviceDescriptorIndexingProperties* toCount, size_t* count) { in count_VkPhysicalDeviceDescriptorIndexingProperties()
7740 reinterpret_cast<const VkPhysicalDeviceDescriptorIndexingProperties*>( in count_extension_struct()
Dgoldfish_vk_marshaling_guest.cpp7552 const VkPhysicalDeviceDescriptorIndexingProperties* forMarshaling) { in marshal_VkPhysicalDeviceDescriptorIndexingProperties()
7607 VkPhysicalDeviceDescriptorIndexingProperties* forUnmarshaling) { in unmarshal_VkPhysicalDeviceDescriptorIndexingProperties()
13965 reinterpret_cast<const VkPhysicalDeviceDescriptorIndexingProperties*>( in marshal_extension_struct()
15175 reinterpret_cast<VkPhysicalDeviceDescriptorIndexingProperties*>( in unmarshal_extension_struct()
Dgoldfish_vk_reserved_marshaling_guest.cpp5202 const VkPhysicalDeviceDescriptorIndexingProperties* forMarshaling, uint8_t** ptr) { in reservedmarshal_VkPhysicalDeviceDescriptorIndexingProperties()
9508 reinterpret_cast<const VkPhysicalDeviceDescriptorIndexingProperties*>( in reservedmarshal_extension_struct()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp400 return sizeof(VkPhysicalDeviceDescriptorIndexingProperties); in goldfish_vk_extension_struct_size()
1065 return sizeof(VkPhysicalDeviceDescriptorIndexingProperties); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_deepcopy.h793 const VkPhysicalDeviceDescriptorIndexingProperties* from,
794 VkPhysicalDeviceDescriptorIndexingProperties* to);
Dgoldfish_vk_transform.h1265 VkPhysicalDeviceDescriptorIndexingProperties* toTransform);
1269 VkPhysicalDeviceDescriptorIndexingProperties* toTransform);
Dgoldfish_vk_marshaling.h1524 const VkPhysicalDeviceDescriptorIndexingProperties* forMarshaling);
1528 VkPhysicalDeviceDescriptorIndexingProperties* forUnmarshaling);
Dgoldfish_vk_transform.cpp4202 VkPhysicalDeviceDescriptorIndexingProperties* toTransform) { in transform_tohost_VkPhysicalDeviceDescriptorIndexingProperties()
4212 VkPhysicalDeviceDescriptorIndexingProperties* toTransform) { in transform_fromhost_VkPhysicalDeviceDescriptorIndexingProperties()
8816 resourceTracker, reinterpret_cast<VkPhysicalDeviceDescriptorIndexingProperties*>( in transform_tohost_extension_struct()
9976 resourceTracker, reinterpret_cast<VkPhysicalDeviceDescriptorIndexingProperties*>( in transform_fromhost_extension_struct()
Dgoldfish_vk_reserved_marshaling.h793 VkPhysicalDeviceDescriptorIndexingProperties* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp4341 const VkPhysicalDeviceDescriptorIndexingProperties* from, in deepcopy_VkPhysicalDeviceDescriptorIndexingProperties()
4342 VkPhysicalDeviceDescriptorIndexingProperties* to) { in deepcopy_VkPhysicalDeviceDescriptorIndexingProperties()
9649 reinterpret_cast<const VkPhysicalDeviceDescriptorIndexingProperties*>( in deepcopy_extension_struct()
9651 reinterpret_cast<VkPhysicalDeviceDescriptorIndexingProperties*>( in deepcopy_extension_struct()
Dgoldfish_vk_marshaling.cpp9153 const VkPhysicalDeviceDescriptorIndexingProperties* forMarshaling) { in marshal_VkPhysicalDeviceDescriptorIndexingProperties()
9208 VkPhysicalDeviceDescriptorIndexingProperties* forUnmarshaling) { in unmarshal_VkPhysicalDeviceDescriptorIndexingProperties()
18605 reinterpret_cast<const VkPhysicalDeviceDescriptorIndexingProperties*>( in marshal_extension_struct()
19892 reinterpret_cast<VkPhysicalDeviceDescriptorIndexingProperties*>( in unmarshal_extension_struct()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c918 VkPhysicalDeviceDescriptorIndexingProperties *properties = (void *)ext; in vk_get_physical_device_core_1_2_property_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddescriptorsets.adoc1796 …sname:VkPhysicalDeviceDescriptorIndexingProperties::pname:maxPerStageDescriptorUpdateAfterBindSamp…
1803 …sname:VkPhysicalDeviceDescriptorIndexingProperties::pname:maxPerStageDescriptorUpdateAfterBindUnif…
1810 …sname:VkPhysicalDeviceDescriptorIndexingProperties::pname:maxPerStageDescriptorUpdateAfterBindStor…
1818 …sname:VkPhysicalDeviceDescriptorIndexingProperties::pname:maxPerStageDescriptorUpdateAfterBindSamp…
1825 …sname:VkPhysicalDeviceDescriptorIndexingProperties::pname:maxPerStageDescriptorUpdateAfterBindStor…
1831 …sname:VkPhysicalDeviceDescriptorIndexingProperties::pname:maxPerStageDescriptorUpdateAfterBindInpu…
1948 … sname:VkPhysicalDeviceDescriptorIndexingProperties::pname:maxDescriptorSetUpdateAfterBindSamplers
1954 …sname:VkPhysicalDeviceDescriptorIndexingProperties::pname:maxDescriptorSetUpdateAfterBindUniformBu…
1960 …sname:VkPhysicalDeviceDescriptorIndexingProperties::pname:maxDescriptorSetUpdateAfterBindUniformBu…
1966 …sname:VkPhysicalDeviceDescriptorIndexingProperties::pname:maxDescriptorSetUpdateAfterBindStorageBu…
[all …]
Dlimits.adoc1962 [open,refpage='VkPhysicalDeviceDescriptorIndexingProperties',desc='Structure describing descriptor …
1964 The sname:VkPhysicalDeviceDescriptorIndexingProperties structure is defined
1967 include::{generated}/api/structs/VkPhysicalDeviceDescriptorIndexingProperties.adoc[]
2147 :refpage: VkPhysicalDeviceDescriptorIndexingProperties
2150 include::{generated}/validity/structs/VkPhysicalDeviceDescriptorIndexingProperties.adoc[]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_static_assertions.hpp830 …ysicalDeviceDescriptorIndexingProperties ) == sizeof( VkPhysicalDeviceDescriptorIndexingProperties
Dvulkan_static_assertions.hpp897 …ysicalDeviceDescriptorIndexingProperties ) == sizeof( VkPhysicalDeviceDescriptorIndexingProperties
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6185 typedef struct VkPhysicalDeviceDescriptorIndexingProperties { struct
6211 } VkPhysicalDeviceDescriptorIndexingProperties; argument
12395 typedef VkPhysicalDeviceDescriptorIndexingProperties VkPhysicalDeviceDescriptorIndexingPropertiesEX…

12