Home
last modified time | relevance | path

Searched refs:SerialStorage (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/common/
H A DSerialStorage.h27 class SerialStorage { class
122 // 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<Derive
[all...]
H A DSerialQueue.h18 #include "common/SerialStorage.h"
40 class SerialQueue : public SerialStorage<SerialQueue<Serial, Value>> {
H A DSerialMap.h18 #include "common/SerialStorage.h"
40 class SerialMap : public SerialStorage<SerialMap<Serial, Value>> {
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A 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* storag
[all...]
H A 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, buildType, serialInfo.sizes()[i]))); in SerialStorage()
576 VkDeviceOrHostAddressKHR SerialStorage::getAddress (const DeviceInterface& vk, in getAddress()
586 SerialStorage::AccelerationStructureHeader* SerialStorage::getASHeader () in getASHeader()
591 bool SerialStorage
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A 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, bottomBlasSerialSize[idx])); in runTest()
1209 de::SharedPtr<SerialStorage> storage( new SerialStorage(vkd, device, *allocator, m_data.buildType, topBlasSerialSize[0])); in runTest()
H A 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, bottomBlasSerialSize[i])); in runTest()
2076 de::SharedPtr<SerialStorage> storage = de::SharedPtr<SerialStorage>(new SerialStorage(vkd, device, allocator, m_data.buildType, topBlasSerialSize[0])); in runTest()
2745 const SerialStorage::AccelerationStructureHeader* header);
2955 std::vector<de::SharedPtr<SerialStorage>> sourceSerialized; in performTest()
2956 std::vector<de::SharedPtr<SerialStorage>> compactSerialize in performTest()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A 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, bottomBlasSerialSize[i])); in runTest()
1869 de::SharedPtr<SerialStorage> storage = de::SharedPtr<SerialStorage>(new SerialStorage(vkd, device, allocator, m_data.buildType, topBlasSerialSize[0])); in runTest()
2512 const SerialStorage::AccelerationStructureHeader* header);
2722 std::vector<de::SharedPtr<SerialStorage>> sourceSerialized; in performTest()
2723 std::vector<de::SharedPtr<SerialStorage>> compactSerialize in performTest()
[all...]
H A 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, bottomBlasSerialSize[idx])); in runTest()
1300 de::SharedPtr<SerialStorage> storage( new SerialStorage(vkd, device, *allocator, m_data.buildType, topBlasSerialSize[0])); in runTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A 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, bottomBlasSerialSize[i])); in runTest()
2732 de::SharedPtr<SerialStorage> storage(new SerialStorage(vkd, device, allocator, m_data.buildType, topBlasSerialSize[0])); in runTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A 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, bottomBlasSerialSize[i])); in runTest()
2714 de::SharedPtr<SerialStorage> storage(new SerialStorage(vkd, device, allocator, m_data.buildType, topBlasSerialSize[0])); in runTest()

Completed in 38 milliseconds