Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp327 return sizeof(VkPhysicalDeviceSubgroupSizeControlFeatures); in goldfish_vk_extension_struct_size()
2441 return sizeof(VkPhysicalDeviceSubgroupSizeControlFeatures); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_deepcopy.h1052 const VkPhysicalDeviceSubgroupSizeControlFeatures* from,
1053 VkPhysicalDeviceSubgroupSizeControlFeatures* to);
Dgoldfish_vk_transform.h1676 VkPhysicalDeviceSubgroupSizeControlFeatures* toTransform);
1680 VkPhysicalDeviceSubgroupSizeControlFeatures* toTransform);
Dgoldfish_vk_marshaling.h1994 const VkPhysicalDeviceSubgroupSizeControlFeatures* forMarshaling);
1998 VkPhysicalDeviceSubgroupSizeControlFeatures* forUnmarshaling);
Dgoldfish_vk_transform.cpp5689 VkPhysicalDeviceSubgroupSizeControlFeatures* toTransform) { in transform_tohost_VkPhysicalDeviceSubgroupSizeControlFeatures()
5699 VkPhysicalDeviceSubgroupSizeControlFeatures* toTransform) { in transform_fromhost_VkPhysicalDeviceSubgroupSizeControlFeatures()
9516 resourceTracker, reinterpret_cast<VkPhysicalDeviceSubgroupSizeControlFeatures*>( in transform_tohost_extension_struct()
10786 resourceTracker, reinterpret_cast<VkPhysicalDeviceSubgroupSizeControlFeatures*>( in transform_fromhost_extension_struct()
Dgoldfish_vk_reserved_marshaling.h1035 VkPhysicalDeviceSubgroupSizeControlFeatures* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp5982 const VkPhysicalDeviceSubgroupSizeControlFeatures* from, in deepcopy_VkPhysicalDeviceSubgroupSizeControlFeatures()
5983 VkPhysicalDeviceSubgroupSizeControlFeatures* to) { in deepcopy_VkPhysicalDeviceSubgroupSizeControlFeatures()
10473 reinterpret_cast<const VkPhysicalDeviceSubgroupSizeControlFeatures*>( in deepcopy_extension_struct()
10475 reinterpret_cast<VkPhysicalDeviceSubgroupSizeControlFeatures*>( in deepcopy_extension_struct()
Dgoldfish_vk_marshaling.cpp12340 const VkPhysicalDeviceSubgroupSizeControlFeatures* forMarshaling) { in marshal_VkPhysicalDeviceSubgroupSizeControlFeatures()
12353 VkPhysicalDeviceSubgroupSizeControlFeatures* forUnmarshaling) { in unmarshal_VkPhysicalDeviceSubgroupSizeControlFeatures()
19897 reinterpret_cast<const VkPhysicalDeviceSubgroupSizeControlFeatures*>( in marshal_extension_struct()
21301 reinterpret_cast<VkPhysicalDeviceSubgroupSizeControlFeatures*>( in unmarshal_extension_struct()
Dgoldfish_vk_reserved_marshaling.cpp9470 VkPhysicalDeviceSubgroupSizeControlFeatures* forUnmarshaling, uint8_t** ptr) { in reservedunmarshal_VkPhysicalDeviceSubgroupSizeControlFeatures()
15560 reinterpret_cast<VkPhysicalDeviceSubgroupSizeControlFeatures*>(structExtension_out), in reservedunmarshal_extension_struct()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_static_assertions.hpp1087 …PhysicalDeviceSubgroupSizeControlFeatures ) == sizeof( VkPhysicalDeviceSubgroupSizeControlFeatures
Dvulkan_core.h7181 typedef struct VkPhysicalDeviceSubgroupSizeControlFeatures { struct
7186 } VkPhysicalDeviceSubgroupSizeControlFeatures; typedef
13594 typedef VkPhysicalDeviceSubgroupSizeControlFeatures VkPhysicalDeviceSubgroupSizeControlFeaturesEXT;
Dvulkansc_structs.hpp36554 using NativeType = VkPhysicalDeviceSubgroupSizeControlFeatures;
36567 …PhysicalDeviceSubgroupSizeControlFeatures( VkPhysicalDeviceSubgroupSizeControlFeatures const & rhs… in PhysicalDeviceSubgroupSizeControlFeatures()
36575 …PhysicalDeviceSubgroupSizeControlFeatures & operator=( VkPhysicalDeviceSubgroupSizeControlFeatures in operator =()
36602 operator VkPhysicalDeviceSubgroupSizeControlFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceSubgroupSizeControlFeatures const&()
36604 return *reinterpret_cast<const VkPhysicalDeviceSubgroupSizeControlFeatures*>( this ); in operator VkPhysicalDeviceSubgroupSizeControlFeatures const&()
36607 operator VkPhysicalDeviceSubgroupSizeControlFeatures &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceSubgroupSizeControlFeatures&()
36609 return *reinterpret_cast<VkPhysicalDeviceSubgroupSizeControlFeatures*>( this ); in operator VkPhysicalDeviceSubgroupSizeControlFeatures&()
Dvulkan_static_assertions.hpp1154 …PhysicalDeviceSubgroupSizeControlFeatures ) == sizeof( VkPhysicalDeviceSubgroupSizeControlFeatures
Dvulkan_structs.hpp77537 using NativeType = VkPhysicalDeviceSubgroupSizeControlFeatures;
77550 …PhysicalDeviceSubgroupSizeControlFeatures( VkPhysicalDeviceSubgroupSizeControlFeatures const & rhs… in PhysicalDeviceSubgroupSizeControlFeatures()
77558 …PhysicalDeviceSubgroupSizeControlFeatures & operator=( VkPhysicalDeviceSubgroupSizeControlFeatures in operator =()
77585 operator VkPhysicalDeviceSubgroupSizeControlFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceSubgroupSizeControlFeatures const&()
77587 return *reinterpret_cast<const VkPhysicalDeviceSubgroupSizeControlFeatures*>( this ); in operator VkPhysicalDeviceSubgroupSizeControlFeatures const&()
77590 operator VkPhysicalDeviceSubgroupSizeControlFeatures &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceSubgroupSizeControlFeatures&()
77592 return *reinterpret_cast<VkPhysicalDeviceSubgroupSizeControlFeatures*>( this ); in operator VkPhysicalDeviceSubgroupSizeControlFeatures&()