Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp241 return sizeof(VkPhysicalDeviceImagelessFramebufferFeatures); in goldfish_vk_extension_struct_size()
2355 return sizeof(VkPhysicalDeviceImagelessFramebufferFeatures); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_deepcopy.h841 const VkPhysicalDeviceImagelessFramebufferFeatures* from,
842 VkPhysicalDeviceImagelessFramebufferFeatures* to);
Dgoldfish_vk_transform.h1336 VkPhysicalDeviceImagelessFramebufferFeatures* toTransform);
1340 VkPhysicalDeviceImagelessFramebufferFeatures* toTransform);
Dgoldfish_vk_marshaling.h1602 const VkPhysicalDeviceImagelessFramebufferFeatures* forMarshaling);
1606 VkPhysicalDeviceImagelessFramebufferFeatures* forUnmarshaling);
Dgoldfish_vk_transform.cpp4403 VkPhysicalDeviceImagelessFramebufferFeatures* toTransform) { in transform_tohost_VkPhysicalDeviceImagelessFramebufferFeatures()
4413 VkPhysicalDeviceImagelessFramebufferFeatures* toTransform) { in transform_fromhost_VkPhysicalDeviceImagelessFramebufferFeatures()
9341 resourceTracker, reinterpret_cast<VkPhysicalDeviceImagelessFramebufferFeatures*>( in transform_tohost_extension_struct()
10611 resourceTracker, reinterpret_cast<VkPhysicalDeviceImagelessFramebufferFeatures*>( in transform_fromhost_extension_struct()
Dgoldfish_vk_reserved_marshaling.h835 VkPhysicalDeviceImagelessFramebufferFeatures* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp4582 const VkPhysicalDeviceImagelessFramebufferFeatures* from, in deepcopy_VkPhysicalDeviceImagelessFramebufferFeatures()
4583 VkPhysicalDeviceImagelessFramebufferFeatures* to) { in deepcopy_VkPhysicalDeviceImagelessFramebufferFeatures()
10256 reinterpret_cast<const VkPhysicalDeviceImagelessFramebufferFeatures*>( in deepcopy_extension_struct()
10258 reinterpret_cast<VkPhysicalDeviceImagelessFramebufferFeatures*>( in deepcopy_extension_struct()
Dgoldfish_vk_marshaling.cpp9654 const VkPhysicalDeviceImagelessFramebufferFeatures* forMarshaling) { in marshal_VkPhysicalDeviceImagelessFramebufferFeatures()
9666 VkPhysicalDeviceImagelessFramebufferFeatures* forUnmarshaling) { in unmarshal_VkPhysicalDeviceImagelessFramebufferFeatures()
19717 reinterpret_cast<const VkPhysicalDeviceImagelessFramebufferFeatures*>( in marshal_extension_struct()
21122 reinterpret_cast<VkPhysicalDeviceImagelessFramebufferFeatures*>( in unmarshal_extension_struct()
Dgoldfish_vk_reserved_marshaling.cpp7403 VkPhysicalDeviceImagelessFramebufferFeatures* forUnmarshaling, uint8_t** ptr) { in reservedunmarshal_VkPhysicalDeviceImagelessFramebufferFeatures()
15367 reinterpret_cast<VkPhysicalDeviceImagelessFramebufferFeatures*>( in reservedunmarshal_extension_struct()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_static_assertions.hpp870 …ysicalDeviceImagelessFramebufferFeatures ) == sizeof( VkPhysicalDeviceImagelessFramebufferFeatures
Dvulkan_core.h6320 typedef struct VkPhysicalDeviceImagelessFramebufferFeatures { struct
6324 } VkPhysicalDeviceImagelessFramebufferFeatures; argument
8956 typedef VkPhysicalDeviceImagelessFramebufferFeatures VkPhysicalDeviceImagelessFramebufferFeaturesKH…
Dvulkansc_structs.hpp31822 using NativeType = VkPhysicalDeviceImagelessFramebufferFeatures;
31835 …PhysicalDeviceImagelessFramebufferFeatures( VkPhysicalDeviceImagelessFramebufferFeatures const & r… in PhysicalDeviceImagelessFramebufferFeatures()
31843 …ysicalDeviceImagelessFramebufferFeatures & operator=( VkPhysicalDeviceImagelessFramebufferFeatures in operator =()
31864 operator VkPhysicalDeviceImagelessFramebufferFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceImagelessFramebufferFeatures const&()
31866 return *reinterpret_cast<const VkPhysicalDeviceImagelessFramebufferFeatures*>( this ); in operator VkPhysicalDeviceImagelessFramebufferFeatures const&()
31869 operator VkPhysicalDeviceImagelessFramebufferFeatures &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceImagelessFramebufferFeatures&()
31871 return *reinterpret_cast<VkPhysicalDeviceImagelessFramebufferFeatures*>( this ); in operator VkPhysicalDeviceImagelessFramebufferFeatures&()
Dvulkan_static_assertions.hpp937 …ysicalDeviceImagelessFramebufferFeatures ) == sizeof( VkPhysicalDeviceImagelessFramebufferFeatures
Dvulkan_structs.hpp64478 using NativeType = VkPhysicalDeviceImagelessFramebufferFeatures;
64491 …PhysicalDeviceImagelessFramebufferFeatures( VkPhysicalDeviceImagelessFramebufferFeatures const & r… in PhysicalDeviceImagelessFramebufferFeatures()
64499 …ysicalDeviceImagelessFramebufferFeatures & operator=( VkPhysicalDeviceImagelessFramebufferFeatures in operator =()
64520 operator VkPhysicalDeviceImagelessFramebufferFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceImagelessFramebufferFeatures const&()
64522 return *reinterpret_cast<const VkPhysicalDeviceImagelessFramebufferFeatures*>( this ); in operator VkPhysicalDeviceImagelessFramebufferFeatures const&()
64525 operator VkPhysicalDeviceImagelessFramebufferFeatures &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceImagelessFramebufferFeatures&()
64527 return *reinterpret_cast<VkPhysicalDeviceImagelessFramebufferFeatures*>( this ); in operator VkPhysicalDeviceImagelessFramebufferFeatures&()