Home
last modified time | relevance | path

Searched refs:compactedSize (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h10079 VkDeviceSize compactedSize; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp1939 : compactedSize( compactedSize_ )
1970 compactedSize = compactedSize_;
1997 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( compactedSize == rhs.compactedSize ) &&
2010 VULKAN_HPP_NAMESPACE::DeviceSize compactedSize = {}; member
[all...]
H A Dvulkan_core.h10482 VkDeviceSize compactedSize; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h11595 VkDeviceSize compactedSize; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h10642 VkDeviceSize compactedSize; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h13488 VkDeviceSize compactedSize; member
H A Dvulkan_hash.hpp709 VULKAN_HPP_HASH_COMBINE( seed, accelerationStructureCreateInfoNV.compactedSize );
H A Dvulkan_structs.hpp2161 , compactedSize( compactedSize_ )
2191 compactedSize = compactedSize_;
2223 return std::tie( sType, pNext, compactedSize, info );
2235 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( compactedSize == rhs.compactedSize ) && ( info == rhs.info );
2248 VULKAN_HPP_NAMESPACE::DeviceSize compactedSize = {}; member
[all...]

Completed in 352 milliseconds