Home
last modified time | relevance | path

Searched refs:DXGI_FORMAT_R8_UNORM (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/gpu/d3d/
DGrD3DUtil.h38 case DXGI_FORMAT_R8_UNORM: return kRed_SkColorChannelFlag; in GrDxgiFormatChannels()
62 case DXGI_FORMAT_R8_UNORM: return 1; in GrDxgiFormatBytesPerBlock()
98 case DXGI_FORMAT_R8_UNORM: return "R8_UNORM"; in GrDxgiFormatToStr()
DGrD3DCaps.cpp284 DXGI_FORMAT_R8_UNORM,
385 constexpr DXGI_FORMAT format = DXGI_FORMAT_R8_UNORM; in initFormatTable()
667 this->setColorType(GrColorType::kAlpha_8, { DXGI_FORMAT_R8_UNORM }); in initFormatTable()
676 this->setColorType(GrColorType::kGray_8, { DXGI_FORMAT_R8_UNORM }); in initFormatTable()
1072 {GrColorType::kAlpha_8, GrBackendFormat::MakeDxgi(DXGI_FORMAT_R8_UNORM) }, in getTestingCombinations()
1081 {GrColorType::kGray_8, GrBackendFormat::MakeDxgi(DXGI_FORMAT_R8_UNORM) }, in getTestingCombinations()
DGrD3DPipelineStateBuilder.cpp217 return DXGI_FORMAT_R8_UNORM; in attrib_type_to_format()
/external/angle/src/libANGLE/renderer/
Ddxgi_format_map_autogen.cpp237 case DXGI_FORMAT_R8_UNORM: in GetComponentType()
486 case DXGI_FORMAT_R8_UNORM: in GetFormat()
Ddxgi_support_table_autogen.cpp580 case DXGI_FORMAT_R8_UNORM: in GetDXGISupport_9_3()
1173 case DXGI_FORMAT_R8_UNORM: in GetDXGISupport_10_0()
1766 case DXGI_FORMAT_R8_UNORM: in GetDXGISupport_10_1()
2359 case DXGI_FORMAT_R8_UNORM: in GetDXGISupport_11_0()
2952 case DXGI_FORMAT_R8_UNORM: in GetDXGISupport_11_1()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStreamProducerD3DTexture.cpp52 case DXGI_FORMAT_R8_UNORM: in GetGLDescFromTex()
Dformatutils11.cpp124 case DXGI_FORMAT_R8_UNORM: in GetDXGIFormatSizeInfo()
502 static constexpr VertexFormat info(VERTEX_CONVERT_NONE, DXGI_FORMAT_R8_UNORM, in GetVertexFormatInfo()
Dtexture_format_table_autogen.cpp1867 DXGI_FORMAT_R8_UNORM, in Get()
1868 DXGI_FORMAT_R8_UNORM, in Get()
1870 DXGI_FORMAT_R8_UNORM, in Get()
1872 DXGI_FORMAT_R8_UNORM, in Get()
/external/OpenCL-CTS/test_conformance/d3d10/
Dharness.cpp271 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R8_UNORM , CL_R , CL_UNORM_INT8 , 8, 1, Texture…
/external/OpenCL-CTS/test_conformance/d3d11/
Dharness.cpp304 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R8_UNORM , CL_R , CL_UNORM_INT8 , 8, 1, Texture…
/external/ImageMagick/coders/
Ddds.c174 DXGI_FORMAT_R8_UNORM, enumerator
1649 dds_info->extFormat == DXGI_FORMAT_R8_UNORM) in ReadUncompressedRGBPixels()
1738 dds_info->extFormat == DXGI_FORMAT_R8_UNORM) in ReadUncompressedRGB()
2005 case DXGI_FORMAT_R8_UNORM: in ReadDDSImage()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp1169 return DXGI_FORMAT_R8_UNORM; in getDxgiFormat()