/external/angle/src/libANGLE/renderer/vulkan/doc/ |
D | FormatTablesAndEmulation.md | 11 required image format `R8_UNORM`. 14 `R8_UNORM` is not a required vertex buffer format. Some drivers do support `R8_UNORM` for vertex 15 buffers. So at runtime we check for sampled image support and fall back to `R32_FLOAT` if `R8_UNORM` 30 for `VkImages` and `VkBuffers`. For the above example of `R8_UNORM` overriding `L8_UNORM`, 31 `L8_UNORM` is the intended format and `R8_UNORM` is the actual Image format.
|
/external/mesa3d/src/panfrost/lib/ |
D | pan_format.c | 47 BFMT2(R8_UNORM, R8G8B8A8, R8), 304 PAN_V6(R8_UNORM, R8_UNORM, R001, L, VTR_), 328 PAN_V6(L8_UNORM, R8_UNORM, RRR1, L, VTR_), 329 PAN_V6(A8_UNORM, R8_UNORM, 000R, L, VTR_), 330 PAN_V6(I8_UNORM, R8_UNORM, RRRR, L, VTR_), 344 PAN_V6(L8_SRGB, R8_UNORM, RRR1, S, VTR_), 345 PAN_V6(R8_SRGB, R8_UNORM, R001, S, VTR_), 554 PAN_V7(R8_UNORM, R8_UNORM, RGB1, L, VTR_), 578 PAN_V7(L8_UNORM, R8_UNORM, RRR1, L, VTR_), 580 PAN_V7(I8_UNORM, R8_UNORM, RRRR, L, VTR_), [all …]
|
/external/angle/src/libANGLE/renderer/ |
D | load_texture_border_functions_table_autogen.cpp | 57 case FormatID::R8_UNORM: in GetLoadTextureBorderFunctionsMap()
|
D | FormatID_autogen.h | 237 R8_UNORM, enumerator
|
D | dxgi_format_map_autogen.cpp | 487 return Format::Get(FormatID::R8_UNORM); in GetFormat()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_format.c | 74 VT(R8_UNORM, 8_UNORM, R8_UNORM, WZYX), 82 _T(L8_UNORM, 8_UNORM, R8_UNORM, WZYX), 92 _T(S8_UINT, 8_UINT, R8_UNORM, WZYX),
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_format.c | 76 _(R8_UNORM , S_V_), 158 _(R8_UNORM , U8_UNORM , 1), 221 _(R8_UNORM , L8 , 0, C, 0, 0, 1, 0, x, x, x, NONE, ____),
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_format.c | 80 VT(R8_UNORM, 8_UNORM, R8_UNORM, WZYX), 88 _T(L8_UNORM, 8_UNORM, R8_UNORM, WZYX), 98 _T(S8_UINT, 8_UINT, R8_UNORM, WZYX),
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_format.c | 77 VT(R8_UNORM, 8_UNORM, R8_UNORM, WZYX), 85 _T(L8_UNORM, 8_UNORM, R8_UNORM, WZYX), 95 _T(S8_UINT, 8_UINT, R8_UNORM, WZYX),
|
/external/deqp-deps/amber/tests/cases/ |
D | draw_triangle_list_format.amber | 80 VERTEX_DATA vert_color LOCATION 1 FORMAT R8_UNORM
|
/external/angle/src/libANGLE/renderer/metal/shaders/ |
D | format_autogen.h | 237 R8_UNORM, enumerator
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | formats.h | 170 R8_UNORM = 0x140, enumerator
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_formats.c | 103 FORMAT(R8_UNORM, NO, ALPHA, SWIZ(W, 0, 0, 1)),
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | ClearTile.cpp | 258 …sStoreTilesClearColorTable[R8_UNORM] = StoreMacroTileClear<R32G32B32A32_FLOAT, R8_UNORM>::Sto…
|
D | Convert.h | 672 case R8_UNORM: ConvertPixelFromFloat<R8_UNORM>(pDst, srcPixel); break; in ConvertPixelFromFloat()
|
D | LoadTile.h | 270 …table[R8_UNORM] = LoadMacroTile<TilingTraits<TTileMode, 8>, R8_UNORM, R32G3… in InitLoadTileColorTable()
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_format.c | 110 LIMA_TEXEL_FORMAT(R8_UNORM, L8, false, SWIZ(X, 0, 0, 1)),
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_formats.c | 166 F3(A, L8_UNORM, R8_UNORM, R, R, R, xx, UNORM, R8, TB), 180 C4(A, I8_UNORM, R8_UNORM, R, R, R, R, UNORM, R8, TR), 348 F1(A, R8_UNORM, R8_UNORM, R, xx, xx, xx, UNORM, R8, IB), 449 VF(A, R8_UNORM, UNORM, 8, 0),
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_format_table_autogen.cpp | 114 actualImageFormatID = angle::FormatID::R8_UNORM; in initialize() 1020 actualImageFormatID = angle::FormatID::R8_UNORM; in initialize() 2239 case angle::FormatID::R8_UNORM: in initialize() 2241 actualImageFormatID = angle::FormatID::R8_UNORM; in initialize() 2243 actualBufferFormatID = angle::FormatID::R8_UNORM; in initialize() 2511 {angle::FormatID::R8_UNORM, VK_FORMAT_R8_UNORM}, in GetVkFormatFromFormatID() 2811 return angle::FormatID::R8_UNORM; in GetFormatIDFromVkFormat()
|
D | vk_mandatory_format_support_table_autogen.cpp | 231 {FormatID::R8_UNORM,
|
D | OverlayVk.cpp | 121 renderer->getFormat(angle::FormatID::R8_UNORM), 1, in createFont()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | IOSurfaceSurfaceMtl.mm | 47 {GL_RED, GL_UNSIGNED_BYTE, 1, angle::FormatID::R8_UNORM},
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_formats.c | 33 COMMON_NAME(R8_UNORM),
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | formatutils11.cpp | 291 case angle::FormatID::R8_UNORM: in GetVertexFormatInfo_FL_9_3() 500 case angle::FormatID::R8_UNORM: in GetVertexFormatInfo()
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_format_table.c | 81 FORMAT(R8_UNORM, R8, R8, SWIZ_X001, 16, 0),
|