Home
last modified time | relevance | path

Searched refs:R10G10B10A2_USCALED (Results 1 – 25 of 26) sorted by relevance

12

/external/angle/src/libANGLE/renderer/metal/shaders/
Dformat_autogen.h144 R10G10B10A2_USCALED, enumerator
Dcopy_buffer.metal1583 PROC(R10G10B10A2_USCALED)
Dmtl_default_shaders_src_autogen.inc1608 R10G10B10A2_USCALED,
3021 …atVertex(options, index, data, dstBuffer); } break; case FormatID::R10G10B10A2_USCALED: { auto dat…
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.h218 R10G10B10A2_USCALED = 0x1B4, enumerator
/external/angle/src/libANGLE/renderer/
DFormatID_autogen.h144 R10G10B10A2_USCALED, enumerator
DFormat_table_autogen.cpp151 …{ FormatID::R10G10B10A2_USCALED, GL_RGB10_A2_USCALED_ANGLEX, GL_RGB10_A2_USCALED_ANGLEX, GenerateM…
595 return FormatID::R10G10B10A2_USCALED; in InternalFormatToID()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_mandatory_format_support_table_autogen.cpp253 {FormatID::R10G10B10A2_USCALED, {0, 0, 0}},
Dvk_format_table_autogen.cpp1133 case angle::FormatID::R10G10B10A2_USCALED: in initialize()
1135 actualImageFormatID = angle::FormatID::R10G10B10A2_USCALED; in initialize()
1139 {angle::FormatID::R10G10B10A2_USCALED, true, in initialize()
2442 {angle::FormatID::R10G10B10A2_USCALED, VK_FORMAT_A2B10G10R10_USCALED_PACK32}, in GetVkFormatFromFormatID()
2673 return angle::FormatID::R10G10B10A2_USCALED; in GetFormatIDFromVkFormat()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DConvert.h715 case R10G10B10A2_USCALED: ConvertPixelFromFloat<R10G10B10A2_USCALED>(pDst, srcPixel); break; in ConvertPixelFromFloat()
DLoadTile.h313 …table[R10G10B10A2_USCALED] = LoadMacroTile<TilingTraits<TTileMode, 32>, R10G10B10A2_US… in InitLoadTileColorTable()
DStoreTile.h2005 …table[TTileMode][R10G10B10A2_USCALED] = StoreMacroTile<TilingTraits<TTileMode, 32>, R32G…
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_format.c167 V_(R10G10B10A2_USCALED, UNSIGNED_INT_2_10_10_10_REV, NONE),
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_format.c194 V__(R10G10B10A2_USCALED, 10_10_10_2_UINT, WZYX),
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_format.c192 V_(R10G10B10A2_USCALED, 10_10_10_2_UINT, NONE, WZYX),
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_format.c206 V_(R10G10B10A2_USCALED, 10_10_10_2_UINT, NONE, WZYX),
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_format.c202 V_(R10G10B10A2_USCALED, 10_10_10_2_UINT, NONE, WZYX),
/external/angle/src/libANGLE/
Dformatutils.cpp2071 return angle::FormatID::R10G10B10A2_USCALED; in GetVertexFormatID()
2577 case angle::FormatID::R10G10B10A2_USCALED: in GetVertexFormatFromID()
2722 case angle::FormatID::R10G10B10A2_USCALED: in GetVertexFormatSize()
2954 return angle::FormatID::R10G10B10A2_USCALED; in ConvertFormatSignedness()
2960 case angle::FormatID::R10G10B10A2_USCALED: in ConvertFormatSignedness()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dformatutils11.cpp828 case angle::FormatID::R10G10B10A2_USCALED: in GetVertexFormatInfo()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp416 {PIPE_FORMAT_R10G10B10A2_USCALED, R10G10B10A2_USCALED}, in mesa_to_swr_format()
/external/mesa3d/src/panfrost/lib/
Dpan_format.c201 PAN_V6(R10G10B10A2_USCALED, RGB10_A2UI, RGBA, L, VTR_),
451 PAN_V7(R10G10B10A2_USCALED, RGB10_A2UI, RGBA, L, VTR_),
/external/mesa3d/src/intel/isl/
Disl_format_layout.csv276 R10G10B10A2_USCALED , 32, 1, 1, 1, us10, us10, us10, us2, , , , rgba, line…
Disl_format.c314 SF( x, x, x, x, x, x, 75, x, x, x, x, x, R10G10B10A2_USCALED)
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c482 VF(A, R10G10B10A2_USCALED, USCALED, 10_10_10_2, 0),
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c149 CONV_FORMAT(R10G10B10A2_USCALED)
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_traits.h3771 struct FormatTraits<R10G10B10A2_USCALED> : ComponentTraits<SWR_TYPE_USCALED,

12