Searched refs:VkPhysicalDevice16BitStorageFeatures (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_extension_structs.cpp | 59 return sizeof(VkPhysicalDevice16BitStorageFeatures); in goldfish_vk_extension_struct_size() 2169 return sizeof(VkPhysicalDevice16BitStorageFeatures); in goldfish_vk_extension_struct_size_with_stream_features()
|
D | goldfish_vk_deepcopy.h | 443 const VkPhysicalDevice16BitStorageFeatures* from, 444 VkPhysicalDevice16BitStorageFeatures* to);
|
D | goldfish_vk_transform.h | 729 VkDecoderGlobalState* resourceTracker, VkPhysicalDevice16BitStorageFeatures* toTransform); 732 VkDecoderGlobalState* resourceTracker, VkPhysicalDevice16BitStorageFeatures* toTransform);
|
D | goldfish_vk_marshaling.h | 895 const VkPhysicalDevice16BitStorageFeatures* forMarshaling); 899 VkPhysicalDevice16BitStorageFeatures* forUnmarshaling);
|
D | goldfish_vk_transform.cpp | 2442 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()
|
D | goldfish_vk_reserved_marshaling.h | 448 VkPhysicalDevice16BitStorageFeatures* forUnmarshaling, uint8_t** ptr);
|
D | goldfish_vk_deepcopy.cpp | 2280 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()
|
D | goldfish_vk_marshaling.cpp | 5162 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 3817 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/ |
D | vulkansc_static_assertions.hpp | 513 …AMESPACE::PhysicalDevice16BitStorageFeatures ) == sizeof( VkPhysicalDevice16BitStorageFeatures ), …
|
D | vulkan_core.h | 5154 typedef struct VkPhysicalDevice16BitStorageFeatures { struct 5161 } VkPhysicalDevice16BitStorageFeatures; argument 8886 typedef VkPhysicalDevice16BitStorageFeatures VkPhysicalDevice16BitStorageFeaturesKHR;
|
D | vulkansc_structs.hpp | 27201 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&()
|
D | vulkan_static_assertions.hpp | 549 …AMESPACE::PhysicalDevice16BitStorageFeatures ) == sizeof( VkPhysicalDevice16BitStorageFeatures ), …
|
D | vulkan_structs.hpp | 52291 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&()
|