Home
last modified time | relevance | path

Searched refs:samplerAllocator (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSamplerHeapCacheD3D12.cpp93 StagingDescriptorAllocator* samplerAllocator) { in GetOrCreate() argument
124 DAWN_TRY_ASSIGN(allocation, samplerAllocator->AllocateCPUDescriptors()); in GetOrCreate()
126 const uint32_t samplerSizeIncrement = samplerAllocator->GetSizeIncrement(); in GetOrCreate()
136 this, samplerAllocator, std::move(samplers), std::move(allocation))); in GetOrCreate()
DBindGroupD3D12.cpp269 ShaderVisibleDescriptorAllocator* samplerAllocator) { in PopulateSamplers() argument
273 return mSamplerAllocationEntry->Populate(device, samplerAllocator); in PopulateSamplers()
DBindGroupD3D12.h43 bool PopulateSamplers(Device* device, ShaderVisibleDescriptorAllocator* samplerAllocator);
DSamplerHeapCacheD3D12.h91 StagingDescriptorAllocator* samplerAllocator);
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DD3D12DescriptorHeapTests.cpp825 ShaderVisibleDescriptorAllocator* samplerAllocator = in TEST_P() local
830 samplerAllocator->GetShaderVisibleHeapSerialForTesting(); in TEST_P()
892 EXPECT_EQ(samplerAllocator->GetShaderVisiblePoolSizeForTesting(), 0u); in TEST_P()
893 EXPECT_EQ(samplerAllocator->GetShaderVisibleHeapSerialForTesting(), samplerHeapSerial); in TEST_P()