| /third_party/skia/third_party/externals/dawn/src/common/ |
| D | SerialStorage.h | 27 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 …]
|
| D | SerialMap.h | 40 class SerialMap : public SerialStorage<SerialMap<Serial, Value>> {
|
| D | CMakeLists.txt | 48 "SerialStorage.h"
|
| D | SerialQueue.h | 40 class SerialQueue : public SerialStorage<SerialQueue<Serial, Value>> {
|
| D | BUILD.gn | 200 "SerialStorage.h",
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkRayTracingUtil.hpp | 491 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 …]
|
| D | vkRayTracingUtil.cpp | 520 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/ |
| D | vktRayTracingAccelerationStructuresTests.cpp | 1638 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 …]
|
| D | vktRayTracingCaptureReplayTests.cpp | 1081 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/ |
| D | vktRayTracingAccelerationStructuresTests.cpp | 1838 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 …]
|
| D | vktRayTracingCaptureReplayTests.cpp | 990 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/ |
| D | vktRayQueryAccelerationStructuresTests.cpp | 2482 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/ |
| D | vktRayQueryAccelerationStructuresTests.cpp | 2493 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()
|