/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | ClearTile.cpp | 249 …sStoreTilesClearColorTable[R16_UNORM] = StoreMacroTileClear<R32G32B32A32_FLOAT, R16_UNORM>::S… 297 sStoreTilesClearDepthTable[R16_UNORM] = StoreMacroTileClear<R32_FLOAT, R16_UNORM>::StoreClear;
|
D | LoadTile.h | 247 …table[R16_UNORM] = LoadMacroTile<TilingTraits<TTileMode, 16>, R16_UNORM, R32… in InitLoadTileColorTable() 336 …table[R16_UNORM] = LoadMacroTile<TilingTraits<TTileMode, 16>, R16_UNORM, R32… in InitLoadTileDepthTable()
|
D | Convert.h | 649 case R16_UNORM: ConvertPixelFromFloat<R16_UNORM>(pDst, srcPixel); break; in ConvertPixelFromFloat()
|
D | StoreTile.h | 1970 …table[TTileMode][R16_UNORM] = StoreMacroTile<TilingTraits<TTileMode, 16>, R32G… 2026 …table[TTileMode][R16_UNORM] = StoreMacroTile<TilingTraits<TTileMode, 16>, R32…
|
/external/mesa3d/src/panfrost/lib/ |
D | pan_format.c | 238 PAN_V6(Z16_UNORM, R16_UNORM, R000, L, _T_Z), 305 PAN_V6(R16_UNORM, R16_UNORM, R001, L, VTR_), 332 PAN_V6(L16_UNORM, R16_UNORM, RRR1, L, VTR_), 333 PAN_V6(A16_UNORM, R16_UNORM, 000R, L, VTR_), 334 PAN_V6(I16_UNORM, R16_UNORM, RRRR, L, VTR_), 488 PAN_V7(Z16_UNORM, R16_UNORM, RGBA, L, _T_Z), 555 PAN_V7(R16_UNORM, R16_UNORM, RGB1, L, VTR_), 582 PAN_V7(L16_UNORM, R16_UNORM, RRR1, L, VTR_), 584 PAN_V7(I16_UNORM, R16_UNORM, RRRR, L, VTR_),
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | formatutils11.cpp | 55 GL_R16_EXT, angle::FormatID::R16_UNORM, DXGI_FORMAT_P010, DXGI_FORMAT_R16_UNORM, in GetYUVPlaneFormat() 66 GL_R16_EXT, angle::FormatID::R16_UNORM, DXGI_FORMAT_P016, DXGI_FORMAT_R16_UNORM, in GetYUVPlaneFormat() 417 case angle::FormatID::R16_UNORM: in GetVertexFormatInfo_FL_9_3() 668 case angle::FormatID::R16_UNORM: in GetVertexFormatInfo()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_format.c | 101 VT(R16_UNORM, 16_UNORM, R16_UNORM, WZYX), 108 _T(Z16_UNORM, 16_UNORM, R16_UNORM, WZYX),
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | formats.h | 147 R16_UNORM = 0x10A, enumerator
|
/external/angle/src/libANGLE/renderer/ |
D | FormatID_autogen.h | 183 R16_UNORM, enumerator
|
D | dxgi_format_map_autogen.cpp | 411 return Format::Get(FormatID::R16_UNORM); in GetFormat()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_format.c | 111 _(R16_UNORM , S___), 254 _(R16_UNORM , A16 , 0, C, 0, 0, 1, 1, 1, 1, 1, NONE, ____),
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_formats.c | 171 F3(A, L16_UNORM, R16_UNORM, R, R, R, xx, UNORM, R16, TC), 184 C4(A, I16_UNORM, R16_UNORM, R, R, R, R, UNORM, R16, TR), 197 A1(A, A16_UNORM, R16_UNORM, xx, xx, xx, R, UNORM, R16, T), 331 F1(A, R16_UNORM, R16_UNORM, R, xx, xx, xx, UNORM, R16, IC), 435 VF(A, R16_UNORM, UNORM, 16, 0),
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_format.c | 98 VT(R16_UNORM, 16_UNORM, R16_UNORM, WZYX),
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_screen.cpp | 390 {PIPE_FORMAT_Z16_UNORM, R16_UNORM}, // z in mesa_to_swr_format() 464 {PIPE_FORMAT_R16_UNORM, R16_UNORM}, in mesa_to_swr_format()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_formats.c | 81 COMMON_NAME(R16_UNORM),
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_mandatory_format_support_table_autogen.cpp | 188 {FormatID::R16_UNORM, {0, 0, VERTEX_BUFFER}},
|
D | vk_format_table_autogen.cpp | 957 {angle::FormatID::R16_UNORM, nullptr}, in initialize() 1729 case angle::FormatID::R16_UNORM: in initialize() 1731 mActualSampleOnlyImageFormatID = angle::FormatID::R16_UNORM; in initialize() 1733 mActualBufferFormatID = angle::FormatID::R16_UNORM; in initialize() 2710 {angle::FormatID::R16_UNORM, VK_FORMAT_R16_UNORM}, in GetVkFormatFromFormatID() 2970 return angle::FormatID::R16_UNORM; in GetFormatIDFromVkFormat()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | IOSurfaceSurfaceMtl.mm | 48 {GL_RED, GL_UNSIGNED_SHORT, 2, angle::FormatID::R16_UNORM},
|
D | mtl_format_table_autogen.mm | 83 return angle::FormatID::R16_UNORM; 459 case angle::FormatID::R16_UNORM: 462 this->actualFormatId = angle::FormatID::R16_UNORM; 944 this->actualFormatId = angle::FormatID::R16_UNORM; 2141 this->actualFormatId = angle::FormatID::R16_UNORM; 2887 case angle::FormatID::R16_UNORM: 2898 this->actualFormatId = angle::FormatID::R16_UNORM;
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_format_table.c | 86 FORMAT(R16_UNORM, NO, R16, SWIZ_X001, 32, 1),
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_format.c | 98 V_(R16_UNORM, UNSIGNED_SHORT, NONE),
|
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_format.c | 87 VTC(R16_UNORM, 16_UNORM, WZYX),
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_format.c | 95 VT(R16_UNORM, 16_UNORM, NONE, WZYX),
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_formats.c | 115 FORMAT(R16_UNORM, NO, R16, SWIZ_X001, 32, true),
|
/external/angle/src/libANGLE/ |
D | formatutils.cpp | 2175 return angle::FormatID::R16_UNORM; in GetVertexFormatID() 2518 case angle::FormatID::R16_UNORM: in GetVertexFormatFromID() 2927 case angle::FormatID::R16_UNORM: in GetVertexFormatSize() 3093 return angle::FormatID::R16_UNORM; in ConvertFormatSignedness() 3117 case angle::FormatID::R16_UNORM: in ConvertFormatSignedness()
|