Home
last modified time | relevance | path

Searched refs:memoryHostPointerProperties (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryExternalMemoryHostTests.cpp231 VkMemoryHostPointerPropertiesEXT memoryHostPointerProperties; in getHostPointerMemoryTypeBits() local
232 memoryHostPointerProperties.sType = VK_STRUCTURE_TYPE_MEMORY_HOST_POINTER_PROPERTIES_EXT; in getHostPointerMemoryTypeBits()
233 memoryHostPointerProperties.pNext = DE_NULL; in getHostPointerMemoryTypeBits()
235 VK_CHECK(m_vkd.getMemoryHostPointerPropertiesEXT(m_device, externalMemoryHandleTypeFlagBits, hostPointer, &memoryHostPointerProperties)); in getHostPointerMemoryTypeBits()
237 m_log << tcu::TestLog::Message << "memoryTypeBits value: " << memoryHostPointerProperties.memoryTypeBits << tcu::TestLog::EndMessage; in getHostPointerMemoryTypeBits()
239 return memoryHostPointerProperties.memoryTypeBits; in getHostPointerMemoryTypeBits()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryExternalMemoryHostTests.cpp231 VkMemoryHostPointerPropertiesEXT memoryHostPointerProperties; in getHostPointerMemoryTypeBits() local
232 memoryHostPointerProperties.sType = VK_STRUCTURE_TYPE_MEMORY_HOST_POINTER_PROPERTIES_EXT; in getHostPointerMemoryTypeBits()
233 memoryHostPointerProperties.pNext = DE_NULL; in getHostPointerMemoryTypeBits()
235 VK_CHECK(m_vkd.getMemoryHostPointerPropertiesEXT(m_device, externalMemoryHandleTypeFlagBits, hostPointer, &memoryHostPointerProperties)); in getHostPointerMemoryTypeBits()
237 m_log << tcu::TestLog::Message << "memoryTypeBits value: " << memoryHostPointerProperties.memoryTypeBits << tcu::TestLog::EndMessage; in getHostPointerMemoryTypeBits()
239 return memoryHostPointerProperties.memoryTypeBits; in getHostPointerMemoryTypeBits()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_raii.hpp14427 VULKAN_HPP_NAMESPACE::MemoryHostPointerPropertiesEXT memoryHostPointerProperties; in getMemoryHostPointerPropertiesEXT() local
14433 reinterpret_cast<VkMemoryHostPointerPropertiesEXT *>( &memoryHostPointerProperties ) ) ); in getMemoryHostPointerPropertiesEXT()
14438 return memoryHostPointerProperties; in getMemoryHostPointerPropertiesEXT()
H A Dvulkan_funcs.hpp15441 VULKAN_HPP_NAMESPACE::MemoryHostPointerPropertiesEXT memoryHostPointerProperties; in getMemoryHostPointerPropertiesEXT() local
15446 reinterpret_cast<VkMemoryHostPointerPropertiesEXT *>( &memoryHostPointerProperties ) ) ); in getMemoryHostPointerPropertiesEXT()
15448 result, memoryHostPointerProperties, VULKAN_HPP_NAMESPACE_STRING "::Device::getMemoryHostPointerPropertiesEXT" ); in getMemoryHostPointerPropertiesEXT()
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_funcs.hpp16397 VULKAN_HPP_NAMESPACE::MemoryHostPointerPropertiesEXT memoryHostPointerProperties; getMemoryHostPointerPropertiesEXT() local
[all...]
H A Dvulkan_raii.hpp18856 VULKAN_HPP_NAMESPACE::MemoryHostPointerPropertiesEXT memoryHostPointerProperties; getMemoryHostPointerPropertiesEXT() local
[all...]

Completed in 119 milliseconds