Home
last modified time | relevance | path

Searched refs:SerialStorage (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/common/
DSerialStorage.h27 class SerialStorage {
125 bool SerialStorage<Derived>::Empty() const { in Empty()
130 typename SerialStorage<Derived>::ConstBeginEnd SerialStorage<Derived>::IterateAll() const { in IterateAll()
135 typename SerialStorage<Derived>::ConstBeginEnd SerialStorage<Derived>::IterateUpTo( in IterateUpTo()
141 typename SerialStorage<Derived>::BeginEnd SerialStorage<Derived>::IterateAll() { in IterateAll()
146 typename SerialStorage<Derived>::BeginEnd SerialStorage<Derived>::IterateUpTo(Serial serial) { in IterateUpTo()
151 void SerialStorage<Derived>::Clear() { in Clear()
156 void SerialStorage<Derived>::ClearUpTo(Serial serial) { in ClearUpTo()
161 typename SerialStorage<Derived>::Serial SerialStorage<Derived>::FirstSerial() const { in FirstSerial()
167 typename SerialStorage<Derived>::Serial SerialStorage<Derived>::LastSerial() const { in LastSerial()
[all …]
DSerialMap.h40 class SerialMap : public SerialStorage<SerialMap<Serial, Value>> {
DSerialQueue.h40 class SerialQueue : public SerialStorage<SerialQueue<Serial, Value>> {
DCMakeLists.txt48 "SerialStorage.h"
DBUILD.gn200 "SerialStorage.h",
/third_party/flutter/skia/third_party/externals/dawn/src/common/
DSerialStorage.h28 class SerialStorage {
125 bool SerialStorage<Derived>::Empty() const { in Empty()
130 typename SerialStorage<Derived>::ConstBeginEnd SerialStorage<Derived>::IterateAll() const { in IterateAll()
135 typename SerialStorage<Derived>::ConstBeginEnd SerialStorage<Derived>::IterateUpTo( in IterateUpTo()
141 typename SerialStorage<Derived>::BeginEnd SerialStorage<Derived>::IterateAll() { in IterateAll()
146 typename SerialStorage<Derived>::BeginEnd SerialStorage<Derived>::IterateUpTo(Serial serial) { in IterateUpTo()
151 void SerialStorage<Derived>::Clear() { in Clear()
156 void SerialStorage<Derived>::ClearUpTo(Serial serial) { in ClearUpTo()
161 Serial SerialStorage<Derived>::FirstSerial() const { in FirstSerial()
167 Serial SerialStorage<Derived>::LastSerial() const { in LastSerial()
[all …]
DSerialMap.h39 class SerialMap : public SerialStorage<SerialMap<T>> {
DSerialQueue.h39 class SerialQueue : public SerialStorage<SerialQueue<T>> {
DBUILD.gn94 "SerialStorage.h",
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp552 SerialStorage::SerialStorage (const DeviceInterface& vk, in SerialStorage() function in vk::SerialStorage
572 SerialStorage::SerialStorage (const DeviceInterface& vk, in SerialStorage() function in vk::SerialStorage
601 …m_bottoms.emplace_back(de::SharedPtr<SerialStorage>(new SerialStorage(vk, device, allocator, build… in SerialStorage()
607 VkDeviceOrHostAddressKHR SerialStorage::getAddress (const DeviceInterface& vk, in getAddress()
617 SerialStorage::AccelerationStructureHeader* SerialStorage::getASHeader () in getASHeader()
622 bool SerialStorage::hasDeepFormat () const in hasDeepFormat()
627 de::SharedPtr<SerialStorage> SerialStorage::getBottomStorage (deUint32 index) const in getBottomStorage()
632 VkDeviceOrHostAddressKHR SerialStorage::getHostAddress (VkDeviceSize offset) in getHostAddress()
638 VkDeviceOrHostAddressConstKHR SerialStorage::getHostAddressConst (VkDeviceSize offset) in getHostAddressConst()
643 VkDeviceOrHostAddressConstKHR SerialStorage::getAddressConst (const DeviceInterface& vk, in getAddressConst()
[all …]
DvkRayTracingUtil.hpp487 class SerialStorage class
516 SerialStorage () = delete;
517 SerialStorage (const DeviceInterface& vk,
523 SerialStorage (const DeviceInterface& vk,
544 de::SharedPtr<SerialStorage> getBottomStorage (deUint32 index) const;
555 std::vector<de::SharedPtr<SerialStorage>> m_bottoms;
611 SerialStorage* storage) = DE_NULL;
615 SerialStorage* storage) = DE_NULL;
634 SerialStorage* storage,
715 SerialStorage* storage) = DE_NULL;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingAccelerationStructuresTests.cpp1526 std::vector<de::SharedPtr<SerialStorage>> bottomSerialized; in runTest()
1527 std::vector<de::SharedPtr<SerialStorage>> topSerialized; in runTest()
1650 …de::SharedPtr<SerialStorage> storage ( new SerialStorage(vkd, device, allocator, m_data.buildType,… in runTest()
1757 …de::SharedPtr<SerialStorage> storage = de::SharedPtr<SerialStorage>(new SerialStorage(vkd, device,… in runTest()
2410 const SerialStorage::AccelerationStructureHeader* header);
2620 std::vector<de::SharedPtr<SerialStorage>> sourceSerialized; in performTest()
2621 std::vector<de::SharedPtr<SerialStorage>> compactSerialized; in performTest()
2658 …sourceSerialized.push_back(de::SharedPtr<SerialStorage>(new SerialStorage(vkd, device, allocator, … in performTest()
2661 …compactSerialized.push_back(de::SharedPtr<SerialStorage>(new SerialStorage(vkd, device, allocator,… in performTest()
2799 SerialStorage deepStorage (vkd, device, allocator, m_params->buildType, serialInfo); in iterate()
[all …]
DvktRayTracingCaptureReplayTests.cpp1081 std::vector<de::SharedPtr<SerialStorage>> bottomSerialized; in runTest()
1082 std::vector<de::SharedPtr<SerialStorage>> topSerialized; in runTest()
1197 …de::SharedPtr<SerialStorage> storage(new SerialStorage(vkd, device, *allocator, m_data.buildType, … in runTest()
1300 …de::SharedPtr<SerialStorage> storage( new SerialStorage(vkd, device, *allocator, m_data.buildType,… in runTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryAccelerationStructuresTests.cpp2457 std::vector<de::SharedPtr<SerialStorage>> bottomSerialized; in runTest()
2458 std::vector<de::SharedPtr<SerialStorage>> topSerialized; in runTest()
2582 …de::SharedPtr<SerialStorage> storage(new SerialStorage(vkd, device, allocator, m_data.buildType, b… in runTest()
2689 …de::SharedPtr<SerialStorage> storage(new SerialStorage(vkd, device, allocator, m_data.buildType, t… in runTest()
/third_party/flutter/skia/third_party/dawn/
DBUILD.gn102 "src/common/SerialStorage.h",