Searched refs:VkPhysicalDevice8BitStorageFeatures (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_extension_structs.cpp | 190 return sizeof(VkPhysicalDevice8BitStorageFeatures); in goldfish_vk_extension_struct_size() 2300 return sizeof(VkPhysicalDevice8BitStorageFeatures); in goldfish_vk_extension_struct_size_with_stream_features()
|
D | goldfish_vk_deepcopy.h | 761 const VkPhysicalDevice8BitStorageFeatures* from, 762 VkPhysicalDevice8BitStorageFeatures* to);
|
D | goldfish_vk_transform.h | 1221 VkDecoderGlobalState* resourceTracker, VkPhysicalDevice8BitStorageFeatures* toTransform); 1224 VkDecoderGlobalState* resourceTracker, VkPhysicalDevice8BitStorageFeatures* toTransform);
|
D | goldfish_vk_marshaling.h | 1470 const VkPhysicalDevice8BitStorageFeatures* forMarshaling); 1474 VkPhysicalDevice8BitStorageFeatures* forUnmarshaling);
|
D | goldfish_vk_transform.cpp | 4068 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()
|
D | goldfish_vk_reserved_marshaling.h | 766 VkPhysicalDevice8BitStorageFeatures* forUnmarshaling, uint8_t** ptr);
|
D | goldfish_vk_deepcopy.cpp | 4174 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()
|
D | goldfish_vk_marshaling.cpp | 8754 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 6690 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/ |
D | vulkansc_static_assertions.hpp | 798 …_NAMESPACE::PhysicalDevice8BitStorageFeatures ) == sizeof( VkPhysicalDevice8BitStorageFeatures ), …
|
D | vulkan_core.h | 6144 typedef struct VkPhysicalDevice8BitStorageFeatures { struct 6150 } VkPhysicalDevice8BitStorageFeatures; argument 9572 typedef VkPhysicalDevice8BitStorageFeatures VkPhysicalDevice8BitStorageFeaturesKHR;
|
D | vulkansc_structs.hpp | 27434 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&()
|
D | vulkan_static_assertions.hpp | 865 …_NAMESPACE::PhysicalDevice8BitStorageFeatures ) == sizeof( VkPhysicalDevice8BitStorageFeatures ), …
|
D | vulkan_structs.hpp | 52524 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&()
|