Lines Matching refs:DXGI_FORMAT

63 bool GrD3DCaps::canCopyTexture(DXGI_FORMAT dstFormat, int dstSampleCnt,  in canCopyTexture()
64 DXGI_FORMAT srcFormat, int srcSampleCnt) const { in canCopyTexture()
74 bool GrD3DCaps::canCopyAsResolve(DXGI_FORMAT dstFormat, int dstSampleCnt, in canCopyAsResolve()
75 DXGI_FORMAT srcFormat, int srcSampleCnt) const { in canCopyAsResolve()
113 DXGI_FORMAT dstFormat, srcFormat; in onCanCopySurface()
262 bool stencil_format_supported(ID3D12Device* device, DXGI_FORMAT format) { in stencil_format_supported()
282 static constexpr DXGI_FORMAT kDxgiFormats[] = {
300 void GrD3DCaps::setColorType(GrColorType colorType, std::initializer_list<DXGI_FORMAT> formats) { in setColorType()
331 const GrD3DCaps::FormatInfo& GrD3DCaps::getFormatInfo(DXGI_FORMAT format) const { in getFormatInfo()
336 GrD3DCaps::FormatInfo& GrD3DCaps::getFormatInfo(DXGI_FORMAT format) { in getFormatInfo()
357 constexpr DXGI_FORMAT format = DXGI_FORMAT_R8G8B8A8_UNORM; in initFormatTable()
385 constexpr DXGI_FORMAT format = DXGI_FORMAT_R8_UNORM; in initFormatTable()
414 constexpr DXGI_FORMAT format = DXGI_FORMAT_B8G8R8A8_UNORM; in initFormatTable()
433 constexpr DXGI_FORMAT format = DXGI_FORMAT_B5G6R5_UNORM; in initFormatTable()
452 constexpr DXGI_FORMAT format = DXGI_FORMAT_R16G16B16A16_FLOAT; in initFormatTable()
478 constexpr DXGI_FORMAT format = DXGI_FORMAT_R16_FLOAT; in initFormatTable()
499 constexpr DXGI_FORMAT format = DXGI_FORMAT_R8G8_UNORM; in initFormatTable()
518 constexpr DXGI_FORMAT format = DXGI_FORMAT_R10G10B10A2_UNORM; in initFormatTable()
537 constexpr DXGI_FORMAT format = DXGI_FORMAT_B4G4R4A4_UNORM; in initFormatTable()
558 constexpr DXGI_FORMAT format = DXGI_FORMAT_R8G8B8A8_UNORM_SRGB; in initFormatTable()
577 constexpr DXGI_FORMAT format = DXGI_FORMAT_R16_UNORM; in initFormatTable()
598 constexpr DXGI_FORMAT format = DXGI_FORMAT_R16G16_UNORM; in initFormatTable()
617 constexpr DXGI_FORMAT format = DXGI_FORMAT_R16G16B16A16_UNORM; in initFormatTable()
636 constexpr DXGI_FORMAT format = DXGI_FORMAT_R16G16_FLOAT; in initFormatTable()
656 constexpr DXGI_FORMAT format = DXGI_FORMAT_BC1_UNORM; in initFormatTable()
711 static bool multisample_count_supported(ID3D12Device* device, DXGI_FORMAT format, int sampleCount) { in multisample_count_supported()
723 ID3D12Device* device, DXGI_FORMAT format) { in initSampleCounts()
753 DXGI_FORMAT format) { in init()
767 DXGI_FORMAT dxgiFormat; in isFormatSRGB()
781 DXGI_FORMAT dxgiFormat; in isFormatTexturable()
789 bool GrD3DCaps::isFormatTexturable(DXGI_FORMAT format) const { in isFormatTexturable()
796 DXGI_FORMAT dxgiFormat; in isFormatAsColorTypeRenderable()
811 DXGI_FORMAT dxgiFormat; in isFormatRenderable()
818 bool GrD3DCaps::isFormatRenderable(DXGI_FORMAT format, int sampleCount) const { in isFormatRenderable()
822 bool GrD3DCaps::isFormatUnorderedAccessible(DXGI_FORMAT format) const { in isFormatUnorderedAccessible()
829 DXGI_FORMAT dxgiFormat; in getRenderTargetSampleCount()
837 int GrD3DCaps::getRenderTargetSampleCount(int requestedCount, DXGI_FORMAT format) const { in getRenderTargetSampleCount()
862 DXGI_FORMAT dxgiFormat; in maxRenderTargetSampleCount()
869 int GrD3DCaps::maxRenderTargetSampleCount(DXGI_FORMAT format) const { in maxRenderTargetSampleCount()
879 GrColorType GrD3DCaps::getFormatColorType(DXGI_FORMAT format) const { in getFormatColorType()
887 DXGI_FORMAT dxgiFormat; in supportedWritePixelsColorType()
936 DXGI_FORMAT dxgiFormat; in onAreColorTypeAndFormatCompatible()
951 DXGI_FORMAT format = this->getFormatFromColorType(ct); in onGetDefaultBackendFormat()
974 DXGI_FORMAT dxgiFormat; in onGetReadSwizzle()
988 DXGI_FORMAT dxgiFormat; in getWriteSwizzle()
1002 DXGI_FORMAT dxgiFormat; in computeFormatKey()
1011 DXGI_FORMAT dxgiFormat; in onSupportedReadPixelsColorType()