Lines Matching refs:GrD3DGpu
16 class GrD3DGpu;
47 GrD3DDescriptorTableManager(GrD3DGpu*);
49 sk_sp<GrD3DDescriptorTable> createShaderViewTable(GrD3DGpu*, unsigned int count);
50 sk_sp<GrD3DDescriptorTable> createSamplerTable(GrD3DGpu*, unsigned int count);
52 void prepForSubmit(GrD3DGpu* gpu);
57 static sk_sp<Heap> Make(GrD3DGpu* gpu, D3D12_DESCRIPTOR_HEAP_TYPE type,
74 Heap(GrD3DGpu* gpu, std::unique_ptr<GrD3DDescriptorHeap>& heap,
93 GrD3DGpu* fGpu;
104 HeapPool(GrD3DGpu*, D3D12_DESCRIPTOR_HEAP_TYPE);
106 sk_sp<GrD3DDescriptorTable> allocateTable(GrD3DGpu*, unsigned int count);
109 void prepForSubmit(GrD3DGpu* gpu);