Searched refs:ForIndexed (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/d3d/ |
D | GrD3DCommandSignature.h | 18 enum class ForIndexed : bool { enum 22 static sk_sp<GrD3DCommandSignature> Make(GrD3DGpu* gpu, ForIndexed indexed, unsigned int slot); 24 bool isCompatible(ForIndexed indexed, unsigned int slot) const { in isCompatible() 40 GrD3DCommandSignature(gr_cp<ID3D12CommandSignature> commandSignature, ForIndexed indexed, in GrD3DCommandSignature() 51 ForIndexed fIndexed;
|
D | GrD3DCommandSignature.cpp | 12 sk_sp<GrD3DCommandSignature> GrD3DCommandSignature::Make(GrD3DGpu* gpu, ForIndexed forIndexed, in Make() 14 bool indexed = (forIndexed == ForIndexed::kYes); in Make()
|
D | GrD3DResourceProvider.h | 46 sk_sp<GrD3DCommandSignature> findOrCreateCommandSignature(GrD3DCommandSignature::ForIndexed,
|
D | GrD3DOpsRenderPass.cpp | 280 GrD3DCommandSignature::ForIndexed::kNo, kSlot); in onDrawIndirect() 290 GrD3DCommandSignature::ForIndexed::kYes, kSlot); in onDrawIndexedIndirect()
|
D | GrD3DResourceProvider.cpp | 69 GrD3DCommandSignature::ForIndexed indexed, unsigned int slot) { in findOrCreateCommandSignature()
|