Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp190 return sizeof(VkPhysicalDevice8BitStorageFeatures); in goldfish_vk_extension_struct_size()
2300 return sizeof(VkPhysicalDevice8BitStorageFeatures); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_deepcopy.h761 const VkPhysicalDevice8BitStorageFeatures* from,
762 VkPhysicalDevice8BitStorageFeatures* to);
Dgoldfish_vk_transform.h1221 VkDecoderGlobalState* resourceTracker, VkPhysicalDevice8BitStorageFeatures* toTransform);
1224 VkDecoderGlobalState* resourceTracker, VkPhysicalDevice8BitStorageFeatures* toTransform);
Dgoldfish_vk_marshaling.h1470 const VkPhysicalDevice8BitStorageFeatures* forMarshaling);
1474 VkPhysicalDevice8BitStorageFeatures* forUnmarshaling);
Dgoldfish_vk_transform.cpp4068 VkDecoderGlobalState* resourceTracker, VkPhysicalDevice8BitStorageFeatures* toTransform) { in transform_tohost_VkPhysicalDevice8BitStorageFeatures()
4077 VkDecoderGlobalState* resourceTracker, VkPhysicalDevice8BitStorageFeatures* toTransform) { in transform_fromhost_VkPhysicalDevice8BitStorageFeatures()
9238 reinterpret_cast<VkPhysicalDevice8BitStorageFeatures*>(structExtension_out)); in transform_tohost_extension_struct()
10508 reinterpret_cast<VkPhysicalDevice8BitStorageFeatures*>(structExtension_out)); in transform_fromhost_extension_struct()
Dgoldfish_vk_reserved_marshaling.h766 VkPhysicalDevice8BitStorageFeatures* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp4174 const VkPhysicalDevice8BitStorageFeatures* from, in deepcopy_VkPhysicalDevice8BitStorageFeatures()
4175 VkPhysicalDevice8BitStorageFeatures* to) { in deepcopy_VkPhysicalDevice8BitStorageFeatures()
10124 reinterpret_cast<const VkPhysicalDevice8BitStorageFeatures*>(structExtension), in deepcopy_extension_struct()
10125 reinterpret_cast<VkPhysicalDevice8BitStorageFeatures*>(structExtension_out)); in deepcopy_extension_struct()
Dgoldfish_vk_marshaling.cpp8754 const VkPhysicalDevice8BitStorageFeatures* forMarshaling) { in marshal_VkPhysicalDevice8BitStorageFeatures()
8768 VkPhysicalDevice8BitStorageFeatures* forUnmarshaling) { in unmarshal_VkPhysicalDevice8BitStorageFeatures()
19604 reinterpret_cast<const VkPhysicalDevice8BitStorageFeatures*>(structExtension)); in marshal_extension_struct()
21014 reinterpret_cast<VkPhysicalDevice8BitStorageFeatures*>(structExtension_out)); in unmarshal_extension_struct()
Dgoldfish_vk_reserved_marshaling.cpp6690 VkPhysicalDevice8BitStorageFeatures* forUnmarshaling, uint8_t** ptr) { in reservedunmarshal_VkPhysicalDevice8BitStorageFeatures()
15247 reinterpret_cast<VkPhysicalDevice8BitStorageFeatures*>(structExtension_out), ptr); in reservedunmarshal_extension_struct()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_static_assertions.hpp798 …_NAMESPACE::PhysicalDevice8BitStorageFeatures ) == sizeof( VkPhysicalDevice8BitStorageFeatures ), …
Dvulkan_core.h6144 typedef struct VkPhysicalDevice8BitStorageFeatures { struct
6150 } VkPhysicalDevice8BitStorageFeatures; argument
9572 typedef VkPhysicalDevice8BitStorageFeatures VkPhysicalDevice8BitStorageFeaturesKHR;
Dvulkansc_structs.hpp27434 using NativeType = VkPhysicalDevice8BitStorageFeatures;
27447 …PhysicalDevice8BitStorageFeatures( VkPhysicalDevice8BitStorageFeatures const & rhs ) VULKAN_HPP_NO… in PhysicalDevice8BitStorageFeatures()
27455 …PhysicalDevice8BitStorageFeatures & operator=( VkPhysicalDevice8BitStorageFeatures const & rhs ) V… in operator =()
27488 operator VkPhysicalDevice8BitStorageFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevice8BitStorageFeatures const&()
27490 return *reinterpret_cast<const VkPhysicalDevice8BitStorageFeatures*>( this ); in operator VkPhysicalDevice8BitStorageFeatures const&()
27493 operator VkPhysicalDevice8BitStorageFeatures &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevice8BitStorageFeatures&()
27495 return *reinterpret_cast<VkPhysicalDevice8BitStorageFeatures*>( this ); in operator VkPhysicalDevice8BitStorageFeatures&()
Dvulkan_static_assertions.hpp865 …_NAMESPACE::PhysicalDevice8BitStorageFeatures ) == sizeof( VkPhysicalDevice8BitStorageFeatures ), …
Dvulkan_structs.hpp52524 using NativeType = VkPhysicalDevice8BitStorageFeatures;
52537 …PhysicalDevice8BitStorageFeatures( VkPhysicalDevice8BitStorageFeatures const & rhs ) VULKAN_HPP_NO… in PhysicalDevice8BitStorageFeatures()
52545 …PhysicalDevice8BitStorageFeatures & operator=( VkPhysicalDevice8BitStorageFeatures const & rhs ) V… in operator =()
52578 operator VkPhysicalDevice8BitStorageFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevice8BitStorageFeatures const&()
52580 return *reinterpret_cast<const VkPhysicalDevice8BitStorageFeatures*>( this ); in operator VkPhysicalDevice8BitStorageFeatures const&()
52583 operator VkPhysicalDevice8BitStorageFeatures &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevice8BitStorageFeatures&()
52585 return *reinterpret_cast<VkPhysicalDevice8BitStorageFeatures*>( this ); in operator VkPhysicalDevice8BitStorageFeatures&()