Home
last modified time | relevance | path

Searched refs:VkPhysicalDevice16BitStorageFeatures (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp59 return sizeof(VkPhysicalDevice16BitStorageFeatures); in goldfish_vk_extension_struct_size()
2169 return sizeof(VkPhysicalDevice16BitStorageFeatures); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_deepcopy.h443 const VkPhysicalDevice16BitStorageFeatures* from,
444 VkPhysicalDevice16BitStorageFeatures* to);
Dgoldfish_vk_transform.h729 VkDecoderGlobalState* resourceTracker, VkPhysicalDevice16BitStorageFeatures* toTransform);
732 VkDecoderGlobalState* resourceTracker, VkPhysicalDevice16BitStorageFeatures* toTransform);
Dgoldfish_vk_marshaling.h895 const VkPhysicalDevice16BitStorageFeatures* forMarshaling);
899 VkPhysicalDevice16BitStorageFeatures* forUnmarshaling);
Dgoldfish_vk_transform.cpp2442 VkDecoderGlobalState* resourceTracker, VkPhysicalDevice16BitStorageFeatures* toTransform) { in transform_tohost_VkPhysicalDevice16BitStorageFeatures()
2451 VkDecoderGlobalState* resourceTracker, VkPhysicalDevice16BitStorageFeatures* toTransform) { in transform_fromhost_VkPhysicalDevice16BitStorageFeatures()
8972 reinterpret_cast<VkPhysicalDevice16BitStorageFeatures*>(structExtension_out)); in transform_tohost_extension_struct()
10242 reinterpret_cast<VkPhysicalDevice16BitStorageFeatures*>(structExtension_out)); in transform_fromhost_extension_struct()
Dgoldfish_vk_reserved_marshaling.h448 VkPhysicalDevice16BitStorageFeatures* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp2280 const VkPhysicalDevice16BitStorageFeatures* from, in deepcopy_VkPhysicalDevice16BitStorageFeatures()
2281 VkPhysicalDevice16BitStorageFeatures* to) { in deepcopy_VkPhysicalDevice16BitStorageFeatures()
9814 reinterpret_cast<const VkPhysicalDevice16BitStorageFeatures*>(structExtension), in deepcopy_extension_struct()
9815 reinterpret_cast<VkPhysicalDevice16BitStorageFeatures*>(structExtension_out)); in deepcopy_extension_struct()
Dgoldfish_vk_marshaling.cpp5162 const VkPhysicalDevice16BitStorageFeatures* forMarshaling) { in marshal_VkPhysicalDevice16BitStorageFeatures()
5178 VkPhysicalDevice16BitStorageFeatures* forUnmarshaling) { in unmarshal_VkPhysicalDevice16BitStorageFeatures()
19338 reinterpret_cast<const VkPhysicalDevice16BitStorageFeatures*>(structExtension)); in marshal_extension_struct()
20750 reinterpret_cast<VkPhysicalDevice16BitStorageFeatures*>(structExtension_out)); in unmarshal_extension_struct()
Dgoldfish_vk_reserved_marshaling.cpp3817 VkPhysicalDevice16BitStorageFeatures* forUnmarshaling, uint8_t** ptr) { in reservedunmarshal_VkPhysicalDevice16BitStorageFeatures()
14972 reinterpret_cast<VkPhysicalDevice16BitStorageFeatures*>(structExtension_out), ptr); in reservedunmarshal_extension_struct()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_static_assertions.hpp513 …AMESPACE::PhysicalDevice16BitStorageFeatures ) == sizeof( VkPhysicalDevice16BitStorageFeatures ), …
Dvulkan_core.h5154 typedef struct VkPhysicalDevice16BitStorageFeatures { struct
5161 } VkPhysicalDevice16BitStorageFeatures; argument
8886 typedef VkPhysicalDevice16BitStorageFeatures VkPhysicalDevice16BitStorageFeaturesKHR;
Dvulkansc_structs.hpp27201 using NativeType = VkPhysicalDevice16BitStorageFeatures;
27214 …PhysicalDevice16BitStorageFeatures( VkPhysicalDevice16BitStorageFeatures const & rhs ) VULKAN_HPP_… in PhysicalDevice16BitStorageFeatures()
27222 …PhysicalDevice16BitStorageFeatures & operator=( VkPhysicalDevice16BitStorageFeatures const & rhs )… in operator =()
27261 operator VkPhysicalDevice16BitStorageFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevice16BitStorageFeatures const&()
27263 return *reinterpret_cast<const VkPhysicalDevice16BitStorageFeatures*>( this ); in operator VkPhysicalDevice16BitStorageFeatures const&()
27266 operator VkPhysicalDevice16BitStorageFeatures &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevice16BitStorageFeatures&()
27268 return *reinterpret_cast<VkPhysicalDevice16BitStorageFeatures*>( this ); in operator VkPhysicalDevice16BitStorageFeatures&()
Dvulkan_static_assertions.hpp549 …AMESPACE::PhysicalDevice16BitStorageFeatures ) == sizeof( VkPhysicalDevice16BitStorageFeatures ), …
Dvulkan_structs.hpp52291 using NativeType = VkPhysicalDevice16BitStorageFeatures;
52304 …PhysicalDevice16BitStorageFeatures( VkPhysicalDevice16BitStorageFeatures const & rhs ) VULKAN_HPP_… in PhysicalDevice16BitStorageFeatures()
52312 …PhysicalDevice16BitStorageFeatures & operator=( VkPhysicalDevice16BitStorageFeatures const & rhs )… in operator =()
52351 operator VkPhysicalDevice16BitStorageFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevice16BitStorageFeatures const&()
52353 return *reinterpret_cast<const VkPhysicalDevice16BitStorageFeatures*>( this ); in operator VkPhysicalDevice16BitStorageFeatures const&()
52356 operator VkPhysicalDevice16BitStorageFeatures &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevice16BitStorageFeatures&()
52358 return *reinterpret_cast<VkPhysicalDevice16BitStorageFeatures*>( this ); in operator VkPhysicalDevice16BitStorageFeatures&()