Lines Matching refs:GrD3DGpu
15 class GrD3DGpu; variable
43 GrD3DDescriptorTableManager(GrD3DGpu*);
45 sk_sp<GrD3DDescriptorTable> createShaderViewTable(GrD3DGpu*, unsigned int count);
46 sk_sp<GrD3DDescriptorTable> createSamplerTable(GrD3DGpu*, unsigned int count);
48 void prepForSubmit(GrD3DGpu* gpu);
53 static sk_sp<Heap> Make(GrD3DGpu* gpu, D3D12_DESCRIPTOR_HEAP_TYPE type,
70 Heap(GrD3DGpu* gpu, std::unique_ptr<GrD3DDescriptorHeap>& heap, in Heap()
89 GrD3DGpu* fGpu;
100 HeapPool(GrD3DGpu*, D3D12_DESCRIPTOR_HEAP_TYPE);
102 sk_sp<GrD3DDescriptorTable> allocateTable(GrD3DGpu*, unsigned int count);
105 void prepForSubmit(GrD3DGpu* gpu);
115 void setHeaps(GrD3DGpu*);