/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | ClearTile.cpp | 195 …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 …]
|
D | LoadTile.h | 162 …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 …]
|
D | StoreTile.h | 397 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 …]
|
D | StoreTile_TileW.cpp | 34 …][R8_UINT] = StoreMacroTile<TilingTraits<SWR_TILE_MODE_WMAJOR, 8>, R32G32B32A32_FLOAT, R8_UINT>::S… in InitStoreTilesTable_TileW()
|
D | Convert.h | 564 case R32G32B32A32_FLOAT: ConvertPixelFromFloat<R32G32B32A32_FLOAT>(pDst, srcPixel); break; in ConvertPixelFromFloat()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_format.c | 128 _(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/ |
D | knobs.h | 115 #define KNOB_COLOR_HOT_TILE_FORMAT R32G32B32A32_FLOAT
|
D | format_conversion.h | 209 vComp = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(comp, vComp); in StoreSOA() 226 vComp = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(comp, vComp); in StoreSOA()
|
D | backend_clear.cpp | 306 gClearTilesTable[R32G32B32A32_FLOAT] = ClearMacroTile<R32G32B32A32_FLOAT>; in InitClearTilesTable()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_format_table_autogen.cpp | 1205 {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 …]
|
D | vk_mandatory_format_support_table_autogen.cpp | 156 {FormatID::R32G32B32A32_FLOAT,
|
D | vk_format_utils.cpp | 335 case angle::FormatID::R32G32B32A32_FLOAT: in HasFullTextureFormatSupport()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_format.c | 251 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/ |
D | d3d_format.cpp | 153 FormatID::R32G32B32A32_FLOAT); in GetD3DFormatInfo()
|
D | FormatID_autogen.h | 176 R32G32B32A32_FLOAT, enumerator
|
D | dxgi_format_map_autogen.cpp | 419 return Format::Get(FormatID::R32G32B32A32_FLOAT); in GetFormat()
|
D | load_functions_table_autogen.cpp | 3237 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/ |
D | VertexAttribute.cpp | 51 format(&angle::Format::Get(angle::FormatID::R32G32B32A32_FLOAT)), in VertexAttribute()
|
/external/angle/src/libANGLE/renderer/metal/shaders/ |
D | format_autogen.h | 176 R32G32B32A32_FLOAT, enumerator
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | formats.h | 57 R32G32B32A32_FLOAT = 0x0, enumerator
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_format.c | 269 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/ |
D | fd4_format.c | 266 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/ |
D | mtl_format_table_autogen.mm | 86 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/ |
D | texture_format_table_autogen.cpp | 53 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/ |
D | v3dx_format_table.c | 99 FORMAT(R32G32B32A32_FLOAT, RGBA32F, RGBA32F, SWIZ_XYZW, 32, 4),
|