Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp238 return sizeof(VkPhysicalDeviceVulkanMemoryModelFeatures); in goldfish_vk_extension_struct_size()
2352 return sizeof(VkPhysicalDeviceVulkanMemoryModelFeatures); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_deepcopy.h836 const VkPhysicalDeviceVulkanMemoryModelFeatures* from,
837 VkPhysicalDeviceVulkanMemoryModelFeatures* to);
Dgoldfish_vk_transform.h1329 VkDecoderGlobalState* resourceTracker, VkPhysicalDeviceVulkanMemoryModelFeatures* toTransform);
1332 VkDecoderGlobalState* resourceTracker, VkPhysicalDeviceVulkanMemoryModelFeatures* toTransform);
Dgoldfish_vk_marshaling.h1594 const VkPhysicalDeviceVulkanMemoryModelFeatures* forMarshaling);
1598 VkPhysicalDeviceVulkanMemoryModelFeatures* forUnmarshaling);
Dgoldfish_vk_transform.cpp4384 VkDecoderGlobalState* resourceTracker, VkPhysicalDeviceVulkanMemoryModelFeatures* toTransform) { in transform_tohost_VkPhysicalDeviceVulkanMemoryModelFeatures()
4393 VkDecoderGlobalState* resourceTracker, VkPhysicalDeviceVulkanMemoryModelFeatures* toTransform) { in transform_fromhost_VkPhysicalDeviceVulkanMemoryModelFeatures()
9336 reinterpret_cast<VkPhysicalDeviceVulkanMemoryModelFeatures*>(structExtension_out)); in transform_tohost_extension_struct()
10606 reinterpret_cast<VkPhysicalDeviceVulkanMemoryModelFeatures*>(structExtension_out)); in transform_fromhost_extension_struct()
Dgoldfish_vk_reserved_marshaling.h831 VkPhysicalDeviceVulkanMemoryModelFeatures* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp4559 const VkPhysicalDeviceVulkanMemoryModelFeatures* from, in deepcopy_VkPhysicalDeviceVulkanMemoryModelFeatures()
4560 VkPhysicalDeviceVulkanMemoryModelFeatures* to) { in deepcopy_VkPhysicalDeviceVulkanMemoryModelFeatures()
10249 reinterpret_cast<const VkPhysicalDeviceVulkanMemoryModelFeatures*>(structExtension), in deepcopy_extension_struct()
10250 reinterpret_cast<VkPhysicalDeviceVulkanMemoryModelFeatures*>(structExtension_out)); in deepcopy_extension_struct()
Dgoldfish_vk_marshaling.cpp9612 const VkPhysicalDeviceVulkanMemoryModelFeatures* forMarshaling) { in marshal_VkPhysicalDeviceVulkanMemoryModelFeatures()
9627 VkPhysicalDeviceVulkanMemoryModelFeatures* forUnmarshaling) { in unmarshal_VkPhysicalDeviceVulkanMemoryModelFeatures()
19710 reinterpret_cast<const VkPhysicalDeviceVulkanMemoryModelFeatures*>( in marshal_extension_struct()
21116 reinterpret_cast<VkPhysicalDeviceVulkanMemoryModelFeatures*>(structExtension_out)); in unmarshal_extension_struct()
Dgoldfish_vk_reserved_marshaling.cpp7369 VkPhysicalDeviceVulkanMemoryModelFeatures* forUnmarshaling, uint8_t** ptr) { in reservedunmarshal_VkPhysicalDeviceVulkanMemoryModelFeatures()
15360 reinterpret_cast<VkPhysicalDeviceVulkanMemoryModelFeatures*>(structExtension_out), in reservedunmarshal_extension_struct()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_static_assertions.hpp866 …E::PhysicalDeviceVulkanMemoryModelFeatures ) == sizeof( VkPhysicalDeviceVulkanMemoryModelFeatures
Dvulkan_core.h6312 typedef struct VkPhysicalDeviceVulkanMemoryModelFeatures { struct
6318 } VkPhysicalDeviceVulkanMemoryModelFeatures; argument
9780 typedef VkPhysicalDeviceVulkanMemoryModelFeatures VkPhysicalDeviceVulkanMemoryModelFeaturesKHR;
Dvulkansc_structs.hpp39384 using NativeType = VkPhysicalDeviceVulkanMemoryModelFeatures;
39397 …PhysicalDeviceVulkanMemoryModelFeatures( VkPhysicalDeviceVulkanMemoryModelFeatures const & rhs ) V… in PhysicalDeviceVulkanMemoryModelFeatures()
39405 …PhysicalDeviceVulkanMemoryModelFeatures & operator=( VkPhysicalDeviceVulkanMemoryModelFeatures con… in operator =()
39438 operator VkPhysicalDeviceVulkanMemoryModelFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkanMemoryModelFeatures const&()
39440 return *reinterpret_cast<const VkPhysicalDeviceVulkanMemoryModelFeatures*>( this ); in operator VkPhysicalDeviceVulkanMemoryModelFeatures const&()
39443 operator VkPhysicalDeviceVulkanMemoryModelFeatures &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkanMemoryModelFeatures&()
39445 return *reinterpret_cast<VkPhysicalDeviceVulkanMemoryModelFeatures*>( this ); in operator VkPhysicalDeviceVulkanMemoryModelFeatures&()
Dvulkan_static_assertions.hpp933 …E::PhysicalDeviceVulkanMemoryModelFeatures ) == sizeof( VkPhysicalDeviceVulkanMemoryModelFeatures
Dvulkan_structs.hpp81399 using NativeType = VkPhysicalDeviceVulkanMemoryModelFeatures;
81412 …PhysicalDeviceVulkanMemoryModelFeatures( VkPhysicalDeviceVulkanMemoryModelFeatures const & rhs ) V… in PhysicalDeviceVulkanMemoryModelFeatures()
81420 …PhysicalDeviceVulkanMemoryModelFeatures & operator=( VkPhysicalDeviceVulkanMemoryModelFeatures con… in operator =()
81453 operator VkPhysicalDeviceVulkanMemoryModelFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkanMemoryModelFeatures const&()
81455 return *reinterpret_cast<const VkPhysicalDeviceVulkanMemoryModelFeatures*>( this ); in operator VkPhysicalDeviceVulkanMemoryModelFeatures const&()
81458 operator VkPhysicalDeviceVulkanMemoryModelFeatures &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkanMemoryModelFeatures&()
81460 return *reinterpret_cast<VkPhysicalDeviceVulkanMemoryModelFeatures*>( this ); in operator VkPhysicalDeviceVulkanMemoryModelFeatures&()