Home
last modified time | relevance | path

Searched refs:HeapVersionID (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DGPUDescriptorHeapAllocationD3D12.h30 HeapVersionID heapSerial);
34 HeapVersionID GetHeapSerial() const;
39 HeapVersionID mHeapSerial = HeapVersionID(0);
DShaderVisibleDescriptorAllocatorD3D12.h68 HeapVersionID GetShaderVisibleHeapSerialForTesting() const;
95 HeapVersionID mHeapSerial = HeapVersionID(0);
DGPUDescriptorHeapAllocationD3D12.cpp22 HeapVersionID heapSerial) in GPUDescriptorHeapAllocation()
36 HeapVersionID GPUDescriptorHeapAllocation::GetHeapSerial() const { in GetHeapSerial()
DIntegerTypes.h27 using HeapVersionID = TypedInteger<struct HeapVersionIDT, uint64_t>; variable
DShaderVisibleDescriptorAllocatorD3D12.cpp215 HeapVersionID ShaderVisibleDescriptorAllocator::GetShaderVisibleHeapSerialForTesting() const { in GetShaderVisibleHeapSerialForTesting()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DD3D12DescriptorHeapTests.cpp144 const HeapVersionID heapSerial = allocator->GetShaderVisibleHeapSerialForTesting(); in TEST_P()
168 EXPECT_EQ(allocator->GetShaderVisibleHeapSerialForTesting(), heapSerial + HeapVersionID(1)); in TEST_P()
200 const HeapVersionID HeapVersionID = allocator->GetShaderVisibleHeapSerialForTesting(); in TEST_P() local
220 EXPECT_EQ(allocator->GetShaderVisibleHeapSerialForTesting(), HeapVersionID); in TEST_P()
275 const HeapVersionID heapSerial = allocator->GetShaderVisibleHeapSerialForTesting(); in TEST_P()
291 heapSerial + HeapVersionID(kNumOfSwitches)); in TEST_P()
306 const HeapVersionID heapSerial = allocator->GetShaderVisibleHeapSerialForTesting(); in TEST_P()
321 heapSerial + HeapVersionID(kNumOfSwitches)); in TEST_P()
339 heapSerial + HeapVersionID(kNumOfSwitches * 2)); in TEST_P()
348 const HeapVersionID heapSerial = allocator->GetShaderVisibleHeapSerialForTesting(); in TEST_P()
[all …]
DD3D12ResidencyTests.cpp378 const dawn_native::d3d12::HeapVersionID heapSerial = in TEST_P()
405 heapSerial + dawn_native::d3d12::HeapVersionID(1)); in TEST_P()