Lines Matching refs:DXGI_FORMAT
32 bool isFormatTexturable(DXGI_FORMAT) const;
39 bool isFormatRenderable(DXGI_FORMAT, int sampleCount) const;
41 bool isFormatUnorderedAccessible(DXGI_FORMAT) const;
44 int getRenderTargetSampleCount(int requestedCount, DXGI_FORMAT) const;
47 int maxRenderTargetSampleCount(DXGI_FORMAT) const;
49 GrColorType getFormatColorType(DXGI_FORMAT) const;
60 DXGI_FORMAT preferredStencilFormat() const { in preferredStencilFormat()
63 static int GetStencilFormatTotalBitCount(DXGI_FORMAT format) { in GetStencilFormatTotalBitCount()
81 bool canCopyTexture(DXGI_FORMAT dstFormat, int dstSampleCnt,
82 DXGI_FORMAT srcFormat, int srcSamplecnt) const;
84 bool canCopyAsResolve(DXGI_FORMAT dstFormat, int dstSampleCnt,
85 DXGI_FORMAT srcFormat, int srcSamplecnt) const;
89 DXGI_FORMAT getFormatFromColorType(GrColorType colorType) const { in getFormatFromColorType()
171 void init(const DXGI_ADAPTER_DESC&, ID3D12Device*, DXGI_FORMAT);
173 void initSampleCounts(const DXGI_ADAPTER_DESC& adapterDesc, ID3D12Device*, DXGI_FORMAT);
198 FormatInfo& getFormatInfo(DXGI_FORMAT);
199 const FormatInfo& getFormatInfo(DXGI_FORMAT) const;
201 DXGI_FORMAT fColorTypeToFormatTable[kGrColorTypeCnt];
202 void setColorType(GrColorType, std::initializer_list<DXGI_FORMAT> formats);
207 DXGI_FORMAT fPreferredStencilFormat;