Home
last modified time | relevance | path

Searched refs:committedMemoryInBytes (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_raii.hpp9468 VULKAN_HPP_NAMESPACE::DeviceSize committedMemoryInBytes; variable
9471 reinterpret_cast<VkDeviceSize *>( &committedMemoryInBytes ) ); variable
9472 return committedMemoryInBytes;
H A Dvulkan_funcs.hpp1071 VULKAN_HPP_NAMESPACE::DeviceSize committedMemoryInBytes; variable
1073 m_device, static_cast<VkDeviceMemory>( memory ), reinterpret_cast<VkDeviceSize *>( &committedMemoryInBytes ) );
1074 return committedMemoryInBytes;
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_funcs.hpp1052 VULKAN_HPP_NAMESPACE::DeviceSize committedMemoryInBytes; variable
1053 d.vkGetDeviceMemoryCommitment( m_device, static_cast<VkDeviceMemory>( memory ), reinterpret_cast<VkDeviceSize *>( &committedMemoryInBytes ) );
1055 return committedMemoryInBytes;
[all...]
H A Dvulkan_raii.hpp12064 VULKAN_HPP_NAMESPACE::DeviceSize committedMemoryInBytes; variable
12066 static_cast<VkDevice>( m_device ), static_cast<VkDeviceMemory>( m_memory ), reinterpret_cast<VkDeviceSize *>( &committedMemoryInBytes ) ); variable
12068 return committedMemoryInBytes;
[all...]

Completed in 113 milliseconds