Home
last modified time | relevance | path

Searched refs:VkPhysicalDeviceNestedCommandBufferPropertiesEXT (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp1900 return sizeof(VkPhysicalDeviceNestedCommandBufferPropertiesEXT); in goldfish_vk_extension_struct_size()
4014 return sizeof(VkPhysicalDeviceNestedCommandBufferPropertiesEXT); in goldfish_vk_extension_struct_size_with_stream_features()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_core.h16847 typedef struct VkPhysicalDeviceNestedCommandBufferPropertiesEXT { struct
16851 } VkPhysicalDeviceNestedCommandBufferPropertiesEXT; argument
Dvulkan_static_assertions.hpp4236 …DeviceNestedCommandBufferPropertiesEXT ) == sizeof( VkPhysicalDeviceNestedCommandBufferPropertiesE…
Dvulkan_structs.hpp68382 using NativeType = VkPhysicalDeviceNestedCommandBufferPropertiesEXT;
68395 …PhysicalDeviceNestedCommandBufferPropertiesEXT( VkPhysicalDeviceNestedCommandBufferPropertiesEXT c… in PhysicalDeviceNestedCommandBufferPropertiesEXT()
68403 …DeviceNestedCommandBufferPropertiesEXT & operator=( VkPhysicalDeviceNestedCommandBufferPropertiesE… in operator =()
68424 operator VkPhysicalDeviceNestedCommandBufferPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceNestedCommandBufferPropertiesEXT const&()
68426 return *reinterpret_cast<const VkPhysicalDeviceNestedCommandBufferPropertiesEXT*>( this ); in operator VkPhysicalDeviceNestedCommandBufferPropertiesEXT const&()
68429 operator VkPhysicalDeviceNestedCommandBufferPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceNestedCommandBufferPropertiesEXT&()
68431 return *reinterpret_cast<VkPhysicalDeviceNestedCommandBufferPropertiesEXT*>( this ); in operator VkPhysicalDeviceNestedCommandBufferPropertiesEXT&()