Searched refs:SerialStorage (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkRayTracingUtil.hpp | 458 class SerialStorage class 471 SerialStorage () = delete; 472 SerialStorage (const DeviceInterface& vk, 545 SerialStorage* storage) = DE_NULL; 549 SerialStorage* storage) = DE_NULL; 568 SerialStorage* storage, 648 SerialStorage* storage) = DE_NULL; 652 SerialStorage* storage) = DE_NULL; 671 SerialStorage* storage,
|
D | vkRayTracingUtil.cpp | 533 SerialStorage::SerialStorage (const DeviceInterface& vk, in SerialStorage() function in vk::SerialStorage 553 VkDeviceOrHostAddressKHR SerialStorage::getAddress (const DeviceInterface& vk, in getAddress() 562 VkDeviceOrHostAddressConstKHR SerialStorage::getAddressConst (const DeviceInterface& vk, in getAddressConst() 571 VkDeviceSize SerialStorage::getStorageSize () in getStorageSize() 576 deUint64 SerialStorage::getDeserializedSize () in getDeserializedSize() 816 SerialStorage* storage) override; 820 SerialStorage* storage) override; 1189 SerialStorage* storage) in serialize() 1227 SerialStorage* storage) in deserialize() 1404 SerialStorage* storage, in createAndDeserializeFrom() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingCaptureReplayTests.cpp | 1082 std::vector<de::SharedPtr<SerialStorage>> bottomSerialized; in runTest() 1083 std::vector<de::SharedPtr<SerialStorage>> topSerialized; in runTest() 1198 …de::SharedPtr<SerialStorage> storage(new SerialStorage(vkd, device, *allocator, m_data.buildType, … in runTest() 1301 …de::SharedPtr<SerialStorage> storage( new SerialStorage(vkd, device, *allocator, m_data.buildType,… in runTest()
|
D | vktRayTracingAccelerationStructuresTests.cpp | 1525 std::vector<de::SharedPtr<SerialStorage>> bottomSerialized; in runTest() 1526 std::vector<de::SharedPtr<SerialStorage>> topSerialized; in runTest() 1649 …de::SharedPtr<SerialStorage> storage ( new SerialStorage(vkd, device, allocator, m_data.buildType,… in runTest() 1756 …de::SharedPtr<SerialStorage> storage = de::SharedPtr<SerialStorage>(new SerialStorage(vkd, device,… in runTest()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryAccelerationStructuresTests.cpp | 2444 std::vector<de::SharedPtr<SerialStorage>> bottomSerialized; in runTest() 2445 std::vector<de::SharedPtr<SerialStorage>> topSerialized; in runTest() 2569 …de::SharedPtr<SerialStorage> storage(new SerialStorage(vkd, device, allocator, m_data.buildType, b… in runTest() 2676 …de::SharedPtr<SerialStorage> storage(new SerialStorage(vkd, device, allocator, m_data.buildType, t… in runTest()
|