Searched refs:fSamplerDescriptorPool (Results 1 – 4 of 4) sorted by relevance
14 , fSamplerDescriptorPool(gpu, D3D12_DESCRIPTOR_HEAP_TYPE_SAMPLER) {} in GrD3DDescriptorTableManager()24 sk_sp<GrD3DDescriptorTable> table = fSamplerDescriptorPool.allocateTable(gpu, size); in createSamplerTable()30 fSamplerDescriptorPool.prepForSubmit(gpu); in prepForSubmit()43 fSamplerDescriptorPool.recycle(std::move(wrappedHeap)); in recycle()
16 , fSamplerDescriptorPool(gpu, D3D12_DESCRIPTOR_HEAP_TYPE_SAMPLER) {} in GrD3DCpuDescriptorManager()99 const GrD3DDescriptorHeap::CPUHandle& descriptor = fSamplerDescriptorPool.allocateHandle(gpu); in createSampler()118 fSamplerDescriptorPool.releaseHandle(samplerDescriptor); in recycleSampler()
94 HeapPool fSamplerDescriptorPool; variable
122 HeapPool fSamplerDescriptorPool; variable