Home
last modified time | relevance | path

Searched refs:SerialStorage (Results 1 – 13 of 13) 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>> {
DCMakeLists.txt48 "SerialStorage.h"
DSerialQueue.h40 class SerialQueue : public SerialStorage<SerialQueue<Serial, Value>> {
DBUILD.gn200 "SerialStorage.h",
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.hpp491 class SerialStorage class
520 SerialStorage () = delete;
521 SerialStorage (const DeviceInterface& vk,
527 SerialStorage (const DeviceInterface& vk,
548 de::SharedPtr<SerialStorage> getBottomStorage (deUint32 index) const;
559 std::vector<de::SharedPtr<SerialStorage>> m_bottoms;
624 SerialStorage* storage) = DE_NULL;
628 SerialStorage* storage) = DE_NULL;
647 SerialStorage* storage,
827 SerialStorage* storage) = DE_NULL;
[all …]
DvkRayTracingUtil.cpp520 SerialStorage::SerialStorage (const DeviceInterface& vk, in SerialStorage() function in vk::SerialStorage
541 SerialStorage::SerialStorage (const DeviceInterface& vk, in SerialStorage() function in vk::SerialStorage
570 …m_bottoms.emplace_back(de::SharedPtr<SerialStorage>(new SerialStorage(vk, device, allocator, build… in SerialStorage()
576 VkDeviceOrHostAddressKHR SerialStorage::getAddress (const DeviceInterface& vk, in getAddress()
586 SerialStorage::AccelerationStructureHeader* SerialStorage::getASHeader () in getASHeader()
591 bool SerialStorage::hasDeepFormat () const in hasDeepFormat()
596 de::SharedPtr<SerialStorage> SerialStorage::getBottomStorage (deUint32 index) const in getBottomStorage()
601 VkDeviceOrHostAddressKHR SerialStorage::getHostAddress (VkDeviceSize offset) in getHostAddress()
607 VkDeviceOrHostAddressConstKHR SerialStorage::getHostAddressConst (VkDeviceSize offset) in getHostAddressConst()
612 VkDeviceOrHostAddressConstKHR SerialStorage::getAddressConst (const DeviceInterface& vk, in getAddressConst()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingAccelerationStructuresTests.cpp1638 std::vector<de::SharedPtr<SerialStorage>> bottomSerialized; in runTest()
1639 std::vector<de::SharedPtr<SerialStorage>> topSerialized; in runTest()
1762 …de::SharedPtr<SerialStorage> storage ( new SerialStorage(vkd, device, allocator, m_data.buildType,… in runTest()
1869 …de::SharedPtr<SerialStorage> storage = de::SharedPtr<SerialStorage>(new SerialStorage(vkd, device,… in runTest()
2512 const SerialStorage::AccelerationStructureHeader* header);
2722 std::vector<de::SharedPtr<SerialStorage>> sourceSerialized; in performTest()
2723 std::vector<de::SharedPtr<SerialStorage>> compactSerialized; in performTest()
2760 …sourceSerialized.push_back(de::SharedPtr<SerialStorage>(new SerialStorage(vkd, device, allocator, … in performTest()
2763 …compactSerialized.push_back(de::SharedPtr<SerialStorage>(new SerialStorage(vkd, device, allocator,… in performTest()
2901 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_tracing/
DvktRayTracingAccelerationStructuresTests.cpp1838 std::vector<de::SharedPtr<SerialStorage>> bottomSerialized; in runTest()
1839 std::vector<de::SharedPtr<SerialStorage>> topSerialized; in runTest()
1965 …de::SharedPtr<SerialStorage> storage ( new SerialStorage(vkd, device, allocator, m_data.buildType,… in runTest()
2076 …de::SharedPtr<SerialStorage> storage = de::SharedPtr<SerialStorage>(new SerialStorage(vkd, device,… in runTest()
2745 const SerialStorage::AccelerationStructureHeader* header);
2955 std::vector<de::SharedPtr<SerialStorage>> sourceSerialized; in performTest()
2956 std::vector<de::SharedPtr<SerialStorage>> compactSerialized; in performTest()
2993 …sourceSerialized.push_back(de::SharedPtr<SerialStorage>(new SerialStorage(vkd, device, allocator, … in performTest()
2996 …compactSerialized.push_back(de::SharedPtr<SerialStorage>(new SerialStorage(vkd, device, allocator,… in performTest()
3134 SerialStorage deepStorage (vkd, device, allocator, m_params->buildType, serialInfo); in iterate()
[all …]
DvktRayTracingCaptureReplayTests.cpp990 std::vector<de::SharedPtr<SerialStorage>> bottomSerialized; in runTest()
991 std::vector<de::SharedPtr<SerialStorage>> topSerialized; in runTest()
1106 …de::SharedPtr<SerialStorage> storage(new SerialStorage(vkd, device, *allocator, m_data.buildType, … in runTest()
1209 …de::SharedPtr<SerialStorage> storage( new SerialStorage(vkd, device, *allocator, m_data.buildType,… in runTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
DvktRayQueryAccelerationStructuresTests.cpp2482 std::vector<de::SharedPtr<SerialStorage>> bottomSerialized; in runTest()
2483 std::vector<de::SharedPtr<SerialStorage>> topSerialized; in runTest()
2607 …de::SharedPtr<SerialStorage> storage(new SerialStorage(vkd, device, allocator, m_data.buildType, b… in runTest()
2714 …de::SharedPtr<SerialStorage> storage(new SerialStorage(vkd, device, allocator, m_data.buildType, t… in runTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryAccelerationStructuresTests.cpp2493 std::vector<de::SharedPtr<SerialStorage>> bottomSerialized; in runTest()
2494 std::vector<de::SharedPtr<SerialStorage>> topSerialized; in runTest()
2621 …de::SharedPtr<SerialStorage> storage(new SerialStorage(vkd, device, allocator, m_data.buildType, b… in runTest()
2732 …de::SharedPtr<SerialStorage> storage(new SerialStorage(vkd, device, allocator, m_data.buildType, t… in runTest()