Home
last modified time | relevance | path

Searched refs:R32G32B32A32_FLOAT (Results 1 – 25 of 45) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DClearTile.cpp195 …sStoreTilesClearColorTable[R32G32B32A32_FLOAT] = StoreMacroTileClear<R32G32B32A32_FLOAT, R32G…
196 …sStoreTilesClearColorTable[R32G32B32A32_SINT] = StoreMacroTileClear<R32G32B32A32_FLOAT, R32G3…
197 …sStoreTilesClearColorTable[R32G32B32A32_UINT] = StoreMacroTileClear<R32G32B32A32_FLOAT, R32G3…
198 …sStoreTilesClearColorTable[R32G32B32X32_FLOAT] = StoreMacroTileClear<R32G32B32A32_FLOAT, R32G…
199 …sStoreTilesClearColorTable[R32G32B32_FLOAT] = StoreMacroTileClear<R32G32B32A32_FLOAT, R32G32B…
200 …sStoreTilesClearColorTable[R32G32B32_SINT] = StoreMacroTileClear<R32G32B32A32_FLOAT, R32G32B3…
201 …sStoreTilesClearColorTable[R32G32B32_UINT] = StoreMacroTileClear<R32G32B32A32_FLOAT, R32G32B3…
202 …sStoreTilesClearColorTable[R16G16B16A16_UNORM] = StoreMacroTileClear<R32G32B32A32_FLOAT, R16G…
203 …sStoreTilesClearColorTable[R16G16B16A16_SNORM] = StoreMacroTileClear<R32G32B32A32_FLOAT, R16G…
204 …sStoreTilesClearColorTable[R16G16B16A16_SINT] = StoreMacroTileClear<R32G32B32A32_FLOAT, R16G1…
[all …]
DLoadTile.h162 …table[R32G32B32A32_FLOAT] = LoadMacroTile<TilingTraits<TTileMode, 128>, R32G32B32A32_… in InitLoadTileColorTable()
163 … = LoadMacroTile<TilingTraits<TTileMode, 128>, R32G32B32A32_SINT, R32G32B32A32_FLOAT>::Load; in InitLoadTileColorTable()
164 … = LoadMacroTile<TilingTraits<TTileMode, 128>, R32G32B32A32_UINT, R32G32B32A32_FLOAT>::Load; in InitLoadTileColorTable()
165 … = LoadMacroTile<TilingTraits<TTileMode, 128>, R32G32B32X32_FLOAT, R32G32B32A32_FLOAT>::Load; in InitLoadTileColorTable()
166 … = LoadMacroTile<TilingTraits<TTileMode, 128>, R32G32B32A32_SSCALED, R32G32B32A32_FLOAT>::Load; in InitLoadTileColorTable()
167 … = LoadMacroTile<TilingTraits<TTileMode, 128>, R32G32B32A32_USCALED, R32G32B32A32_FLOAT>::Load; in InitLoadTileColorTable()
168 … = LoadMacroTile<TilingTraits<TTileMode, 96>, R32G32B32_FLOAT, R32G32B32A32_FLOAT>::Load; in InitLoadTileColorTable()
169 … = LoadMacroTile<TilingTraits<TTileMode, 96>, R32G32B32_SINT, R32G32B32A32_FLOAT>::Load; in InitLoadTileColorTable()
170 … = LoadMacroTile<TilingTraits<TTileMode, 96>, R32G32B32_UINT, R32G32B32A32_FLOAT>::Load; in InitLoadTileColorTable()
171 … = LoadMacroTile<TilingTraits<TTileMode, 96>, R32G32B32_SSCALED, R32G32B32A32_FLOAT>::Load; in InitLoadTileColorTable()
[all …]
DStoreTile.h397 struct ConvertPixelsSOAtoAOS < R32G32B32A32_FLOAT, B5G6R5_UNORM >
407 static const SWR_FORMAT SrcFormat = R32G32B32A32_FLOAT;
535 comp0 = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(0, comp0);
536 comp1 = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(1, comp1);
537 comp2 = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(2, comp2);
604 vComp0 = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(0, vComp0);
605 vComp1 = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(1, vComp1);
606 vComp2 = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(2, vComp2);
701 comp0 = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(0, comp0);
702 comp1 = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(1, comp1);
[all …]
DStoreTile_TileW.cpp34 …][R8_UINT] = StoreMacroTile<TilingTraits<SWR_TILE_MODE_WMAJOR, 8>, R32G32B32A32_FLOAT, R8_UINT>::S… in InitStoreTilesTable_TileW()
DConvert.h564 case R32G32B32A32_FLOAT: ConvertPixelFromFloat<R32G32B32A32_FLOAT>(pDst, srcPixel); break; in ConvertPixelFromFloat()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_format.c128 _(R32G32B32A32_FLOAT , __V_), //SRV_),
149 R_(R32G32B32A32_FLOAT, A32B32G32R32_FLOAT),
178 _(R32G32B32A32_FLOAT , V32_FLOAT , 4),
259 _(R32G32B32A32_FLOAT, RGBA32F , 0, C, C, C, C, 2, 1, 0, 3, NONE, ____),
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dknobs.h115 #define KNOB_COLOR_HOT_TILE_FORMAT R32G32B32A32_FLOAT
Dformat_conversion.h209 vComp = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(comp, vComp); in StoreSOA()
226 vComp = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(comp, vComp); in StoreSOA()
Dbackend_clear.cpp306 gClearTilesTable[R32G32B32A32_FLOAT] = ClearMacroTile<R32G32B32A32_FLOAT>; in InitClearTilesTable()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_table_autogen.cpp1205 {angle::FormatID::R32G32B32A32_FLOAT, false, in initialize()
1241 {angle::FormatID::R32G32B32A32_FLOAT, false, in initialize()
1545 actualBufferFormatID = angle::FormatID::R32G32B32A32_FLOAT; in initialize()
1551 case angle::FormatID::R32G32B32A32_FLOAT: in initialize()
1553 actualImageFormatID = angle::FormatID::R32G32B32A32_FLOAT; in initialize()
1557 {angle::FormatID::R32G32B32A32_FLOAT, false, in initialize()
1578 actualBufferFormatID = angle::FormatID::R32G32B32A32_FLOAT; in initialize()
1587 actualBufferFormatID = angle::FormatID::R32G32B32A32_FLOAT; in initialize()
1606 actualBufferFormatID = angle::FormatID::R32G32B32A32_FLOAT; in initialize()
1615 actualBufferFormatID = angle::FormatID::R32G32B32A32_FLOAT; in initialize()
[all …]
Dvk_mandatory_format_support_table_autogen.cpp156 {FormatID::R32G32B32A32_FLOAT,
Dvk_format_utils.cpp335 case angle::FormatID::R32G32B32A32_FLOAT: in HasFullTextureFormatSupport()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_format.c251 VT(R32G32B32A32_FLOAT, 32_32_32_32_FLOAT, R32G32B32A32_FLOAT, WZYX),
252 _T(R32G32B32X32_FLOAT, 32_32_32_32_FLOAT, R32G32B32A32_FLOAT, WZYX),
/external/angle/src/libANGLE/renderer/
Dd3d_format.cpp153 FormatID::R32G32B32A32_FLOAT); in GetD3DFormatInfo()
DFormatID_autogen.h176 R32G32B32A32_FLOAT, enumerator
Ddxgi_format_map_autogen.cpp419 return Format::Get(FormatID::R32G32B32A32_FLOAT); in GetFormat()
Dload_functions_table_autogen.cpp3237 case FormatID::R32G32B32A32_FLOAT: in GetLoadFunctionsMap()
3753 case FormatID::R32G32B32A32_FLOAT: in GetLoadFunctionsMap()
3811 case FormatID::R32G32B32A32_FLOAT: in GetLoadFunctionsMap()
4264 case FormatID::R32G32B32A32_FLOAT: in GetLoadFunctionsMap()
4463 case FormatID::R32G32B32A32_FLOAT: in GetLoadFunctionsMap()
/external/angle/src/libANGLE/
DVertexAttribute.cpp51 format(&angle::Format::Get(angle::FormatID::R32G32B32A32_FLOAT)), in VertexAttribute()
/external/angle/src/libANGLE/renderer/metal/shaders/
Dformat_autogen.h176 R32G32B32A32_FLOAT, enumerator
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.h57 R32G32B32A32_FLOAT = 0x0, enumerator
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_format.c269 VT(R32G32B32A32_FLOAT, 32_32_32_32_FLOAT, R32G32B32A32_FLOAT, WZYX),
270 _T(R32G32B32X32_FLOAT, 32_32_32_32_FLOAT, R32G32B32A32_FLOAT, WZYX),
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_format.c266 VT(R32G32B32A32_FLOAT, 32_32_32_32_FLOAT, R32G32B32A32_FLOAT, WZYX),
267 _T(R32G32B32X32_FLOAT, 32_32_32_32_FLOAT, R32G32B32A32_FLOAT, WZYX),
/external/angle/src/libANGLE/renderer/metal/
Dmtl_format_table_autogen.mm86 return angle::FormatID::R32G32B32A32_FLOAT;
545 case angle::FormatID::R32G32B32A32_FLOAT:
548 this->actualFormatId = angle::FormatID::R32G32B32A32_FLOAT;
773 this->actualFormatId = angle::FormatID::R32G32B32A32_FLOAT;
819 this->actualFormatId = angle::FormatID::R32G32B32A32_FLOAT;
828 this->actualFormatId = angle::FormatID::R32G32B32A32_FLOAT;
902 this->actualFormatId = angle::FormatID::R32G32B32A32_FLOAT;
3050 case angle::FormatID::R32G32B32A32_FLOAT:
3052 this->actualFormatId = angle::FormatID::R32G32B32A32_FLOAT;
3544 this->actualFormatId = angle::FormatID::R32G32B32A32_FLOAT;
[all …]
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dtexture_format_table_autogen.cpp53 angle::FormatID::R32G32B32A32_FLOAT, in Get()
1656 angle::FormatID::R32G32B32A32_FLOAT, in Get()
1712 angle::FormatID::R32G32B32A32_FLOAT, in Get()
2216 angle::FormatID::R32G32B32A32_FLOAT, in Get()
2474 angle::FormatID::R32G32B32A32_FLOAT, in Get()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3dx_format_table.c99 FORMAT(R32G32B32A32_FLOAT, RGBA32F, RGBA32F, SWIZ_XYZW, 32, 4),

12