Searched refs:samplerAllocator (Results 1 – 5 of 5) sorted by relevance
93 StagingDescriptorAllocator* samplerAllocator) { in GetOrCreate() argument124 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()
269 ShaderVisibleDescriptorAllocator* samplerAllocator) { in PopulateSamplers() argument273 return mSamplerAllocationEntry->Populate(device, samplerAllocator); in PopulateSamplers()
43 bool PopulateSamplers(Device* device, ShaderVisibleDescriptorAllocator* samplerAllocator);
91 StagingDescriptorAllocator* samplerAllocator);
825 ShaderVisibleDescriptorAllocator* samplerAllocator = in TEST_P() local830 samplerAllocator->GetShaderVisibleHeapSerialForTesting(); in TEST_P()892 EXPECT_EQ(samplerAllocator->GetShaderVisiblePoolSizeForTesting(), 0u); in TEST_P()893 EXPECT_EQ(samplerAllocator->GetShaderVisibleHeapSerialForTesting(), samplerHeapSerial); in TEST_P()