Home
last modified time | relevance | path

Searched refs:kMaxExecutionSerial (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DIntegerTypes.h65 constexpr ExecutionSerial kMaxExecutionSerial = ExecutionSerial(~uint64_t(0)); variable
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DRingBufferAllocatorTests.cpp162 allocator.Deallocate(kMaxExecutionSerial); in TEST()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.cpp994 mDeleter->Tick(kMaxExecutionSerial); in DestroyImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.cpp654 {D3D12_RESOURCE_STATES::D3D12_RESOURCE_STATE_COMMON, kMaxExecutionSerial, false}) { in Texture()