Home
last modified time | relevance | path

Searched refs:R8_UNORM (Results 1 – 25 of 50) sorted by relevance

12

/external/angle/src/libANGLE/renderer/vulkan/doc/
DFormatTablesAndEmulation.md11 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/
Dpan_format.c47 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/
Dload_texture_border_functions_table_autogen.cpp57 case FormatID::R8_UNORM: in GetLoadTextureBorderFunctionsMap()
DFormatID_autogen.h237 R8_UNORM, enumerator
Ddxgi_format_map_autogen.cpp487 return Format::Get(FormatID::R8_UNORM); in GetFormat()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_format.c74 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/
Dnv30_format.c76 _(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/
Dfd5_format.c80 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/
Dfd4_format.c77 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/
Ddraw_triangle_list_format.amber80 VERTEX_DATA vert_color LOCATION 1 FORMAT R8_UNORM
/external/angle/src/libANGLE/renderer/metal/shaders/
Dformat_autogen.h237 R8_UNORM, enumerator
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.h170 R8_UNORM = 0x140, enumerator
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_formats.c103 FORMAT(R8_UNORM, NO, ALPHA, SWIZ(W, 0, 0, 1)),
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DClearTile.cpp258 …sStoreTilesClearColorTable[R8_UNORM] = StoreMacroTileClear<R32G32B32A32_FLOAT, R8_UNORM>::Sto…
DConvert.h672 case R8_UNORM: ConvertPixelFromFloat<R8_UNORM>(pDst, srcPixel); break; in ConvertPixelFromFloat()
DLoadTile.h270 …table[R8_UNORM] = LoadMacroTile<TilingTraits<TTileMode, 8>, R8_UNORM, R32G3… in InitLoadTileColorTable()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_format.c110 LIMA_TEXEL_FORMAT(R8_UNORM, L8, false, SWIZ(X, 0, 0, 1)),
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c166 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/
Dvk_format_table_autogen.cpp114 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()
Dvk_mandatory_format_support_table_autogen.cpp231 {FormatID::R8_UNORM,
DOverlayVk.cpp121 renderer->getFormat(angle::FormatID::R8_UNORM), 1, in createFont()
/external/angle/src/libANGLE/renderer/metal/
DIOSurfaceSurfaceMtl.mm47 {GL_RED, GL_UNSIGNED_BYTE, 1, angle::FormatID::R8_UNORM},
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_formats.c33 COMMON_NAME(R8_UNORM),
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dformatutils11.cpp291 case angle::FormatID::R8_UNORM: in GetVertexFormatInfo_FL_9_3()
500 case angle::FormatID::R8_UNORM: in GetVertexFormatInfo()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3dx_format_table.c81 FORMAT(R8_UNORM, R8, R8, SWIZ_X001, 16, 0),

12