Home
last modified time | relevance | path

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

12

/external/angle/src/libANGLE/renderer/metal/shaders/
Dformat_autogen.h141 R10G10B10A2_SSCALED, enumerator
Dcopy_buffer.metal1582 PROC(R10G10B10A2_SSCALED) \
Dmtl_default_shaders_src_autogen.inc1605 R10G10B10A2_SSCALED,
3021 …atVertex(options, index, data, dstBuffer); } break; case FormatID::R10G10B10A2_SSCALED: { auto dat…
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.h219 R10G10B10A2_SSCALED = 0x1B5, enumerator
/external/angle/src/libANGLE/renderer/
DFormatID_autogen.h141 R10G10B10A2_SSCALED, enumerator
DFormat_table_autogen.cpp148 …{ FormatID::R10G10B10A2_SSCALED, GL_RGB10_A2_SSCALED_ANGLEX, GL_RGB10_A2_SSCALED_ANGLEX, GenerateM…
593 return FormatID::R10G10B10A2_SSCALED; in InternalFormatToID()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_mandatory_format_support_table_autogen.cpp190 {FormatID::R10G10B10A2_SSCALED, {0, 0, 0}},
Dvk_format_table_autogen.cpp1095 case angle::FormatID::R10G10B10A2_SSCALED: in initialize()
1097 actualImageFormatID = angle::FormatID::R10G10B10A2_SSCALED; in initialize()
1101 {angle::FormatID::R10G10B10A2_SSCALED, true, in initialize()
2439 {angle::FormatID::R10G10B10A2_SSCALED, VK_FORMAT_A2B10G10R10_SSCALED_PACK32}, in GetVkFormatFromFormatID()
2667 return angle::FormatID::R10G10B10A2_SSCALED; in GetFormatIDFromVkFormat()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DConvert.h716 case R10G10B10A2_SSCALED: ConvertPixelFromFloat<R10G10B10A2_SSCALED>(pDst, srcPixel); break; in ConvertPixelFromFloat()
DLoadTile.h314 …table[R10G10B10A2_SSCALED] = LoadMacroTile<TilingTraits<TTileMode, 32>, R10G10B10A2_SS… in InitLoadTileColorTable()
DStoreTile.h2006 …table[TTileMode][R10G10B10A2_SSCALED] = StoreMacroTile<TilingTraits<TTileMode, 32>, R32G…
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_format.c168 V_(R10G10B10A2_SSCALED, INT_2_10_10_10_REV, NONE),
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_format.c196 V__(R10G10B10A2_SSCALED, 10_10_10_2_SINT, WZYX),
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_format.c194 V_(R10G10B10A2_SSCALED, 10_10_10_2_SINT, NONE, WZYX),
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_format.c208 V_(R10G10B10A2_SSCALED, 10_10_10_2_SINT, NONE, WZYX),
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_format.c204 V_(R10G10B10A2_SSCALED, 10_10_10_2_SINT, NONE, WZYX),
/external/angle/src/libANGLE/
Dformatutils.cpp2065 return angle::FormatID::R10G10B10A2_SSCALED; in GetVertexFormatID()
2572 case angle::FormatID::R10G10B10A2_SSCALED: in GetVertexFormatFromID()
2721 case angle::FormatID::R10G10B10A2_SSCALED: in GetVertexFormatSize()
2953 case angle::FormatID::R10G10B10A2_SSCALED: in ConvertFormatSignedness()
2961 return angle::FormatID::R10G10B10A2_SSCALED; in ConvertFormatSignedness()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dformatutils11.cpp812 case angle::FormatID::R10G10B10A2_SSCALED: in GetVertexFormatInfo()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp417 {PIPE_FORMAT_R10G10B10A2_SSCALED, R10G10B10A2_SSCALED}, in mesa_to_swr_format()
/external/mesa3d/src/panfrost/lib/
Dpan_format.c205 PAN_V6(R10G10B10A2_SSCALED, RGB10_A2I, RGBA, L, VTR_),
455 PAN_V7(R10G10B10A2_SSCALED, RGB10_A2I, RGBA, L, VTR_),
/external/mesa3d/src/intel/isl/
Disl_format_layout.csv277 R10G10B10A2_SSCALED , 32, 1, 1, 1, ss10, ss10, ss10, ss2, , , , rgba, line…
Disl_format.c315 SF( x, x, x, x, x, x, 75, x, x, x, x, x, R10G10B10A2_SSCALED)
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c483 VF(A, R10G10B10A2_SSCALED, SSCALED, 10_10_10_2, 0),
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c226 CONV_FORMAT(R10G10B10A2_SSCALED)
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_traits.h3800 struct FormatTraits<R10G10B10A2_SSCALED> : ComponentTraits<SWR_TYPE_SSCALED,

12