/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_format_table_autogen.cpp | 1295 {angle::FormatID::R32G32B32_FLOAT, false, in initialize() 1313 {angle::FormatID::R32G32B32_FLOAT, false, in initialize() 1350 {angle::FormatID::R32G32B32_FLOAT, false, in initialize() 1368 {angle::FormatID::R32G32B32_FLOAT, false, in initialize() 1624 actualBufferFormatID = angle::FormatID::R32G32B32_FLOAT; in initialize() 1630 case angle::FormatID::R32G32B32_FLOAT: in initialize() 1634 {angle::FormatID::R32G32B32_FLOAT, nullptr}, in initialize() 1642 {angle::FormatID::R32G32B32_FLOAT, false, in initialize() 1671 actualBufferFormatID = angle::FormatID::R32G32B32_FLOAT; in initialize() 1680 actualBufferFormatID = angle::FormatID::R32G32B32_FLOAT; in initialize() [all …]
|
D | vk_mandatory_format_support_table_autogen.cpp | 196 {FormatID::R32G32B32_FLOAT, {0, 0, VERTEX_BUFFER}},
|
/external/angle/src/libANGLE/renderer/metal/shaders/ |
D | format_autogen.h | 184 R32G32B32_FLOAT, enumerator
|
D | copy_buffer.metal | 1132 // R32G32B32_FLOAT 1333 PROC(R32G32B32_FLOAT) \
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | formats.h | 65 R32G32B32_FLOAT = 0x40, enumerator
|
/external/angle/src/libANGLE/renderer/ |
D | FormatID_autogen.h | 184 R32G32B32_FLOAT, enumerator
|
D | dxgi_format_map_autogen.cpp | 427 return Format::Get(FormatID::R32G32B32_FLOAT); in GetFormat()
|
D | Format_table_autogen.cpp | 191 …{ FormatID::R32G32B32_FLOAT, GL_RGB32F, GL_RGB32F, GenerateMip<R32G32B32F>, NoCopyFunctions, ReadC… 613 return FormatID::R32G32B32_FLOAT; in InternalFormatToID()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_format.c | 127 _(R32G32B32_FLOAT , __V_), 177 _(R32G32B32_FLOAT , V32_FLOAT , 3),
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | ClearTile.cpp | 199 …sStoreTilesClearColorTable[R32G32B32_FLOAT] = StoreMacroTileClear<R32G32B32A32_FLOAT, R32G32B…
|
D | Convert.h | 570 case R32G32B32_FLOAT: ConvertPixelFromFloat<R32G32B32_FLOAT>(pDst, srcPixel); break; in ConvertPixelFromFloat()
|
D | LoadTile.h | 168 …table[R32G32B32_FLOAT] = LoadMacroTile<TilingTraits<TTileMode, 96>, R32G32B32_FLOA… in InitLoadTileColorTable()
|
D | StoreTile.h | 1895 …table[TTileMode][R32G32B32_FLOAT] = StoreMacroTile<TilingTraits<TTileMode, 96>, R32G…
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_format.c | 210 V_(R32G32B32_FLOAT, FLOAT, NONE),
|
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_format.c | 254 VT_(R32G32B32_FLOAT, 32_32_32_FLOAT, WZYX),
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_format.c | 241 V_(R32G32B32_FLOAT, 32_32_32_FLOAT, NONE, WZYX),
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_format_table_autogen.mm | 899 case angle::FormatID::R32G32B32_FLOAT: 3074 case angle::FormatID::R32G32B32_FLOAT: 3076 this->actualFormatId = angle::FormatID::R32G32B32_FLOAT; 3616 this->actualFormatId = angle::FormatID::R32G32B32_FLOAT; 3624 this->actualFormatId = angle::FormatID::R32G32B32_FLOAT; 3632 this->actualFormatId = angle::FormatID::R32G32B32_FLOAT; 3640 this->actualFormatId = angle::FormatID::R32G32B32_FLOAT; 3648 this->actualFormatId = angle::FormatID::R32G32B32_FLOAT;
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_format.c | 259 VT(R32G32B32_FLOAT, 32_32_32_FLOAT, NONE, WZYX),
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_format.c | 256 VT(R32G32B32_FLOAT, 32_32_32_FLOAT, NONE, WZYX),
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | formatutils11.cpp | 798 case angle::FormatID::R32G32B32_FLOAT: in GetVertexFormatInfo()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_screen.cpp | 439 {PIPE_FORMAT_R32G32B32_FLOAT, R32G32B32_FLOAT}, in mesa_to_swr_format()
|
/external/mesa3d/src/panfrost/lib/ |
D | pan_format.c | 302 PAN_V6(R32G32B32_FLOAT, RGB32F, RGB1, L, VTR_), 552 PAN_V7(R32G32B32_FLOAT, RGB32F, RGB1, L, VTR_),
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_formats.c | 297 F3(C, R32G32B32_FLOAT, NONE, R, G, B, xx, FLOAT, R32_G32_B32, t), 456 VF(A, R32G32B32_FLOAT, FLOAT, 32_32_32, 0),
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_generic.c | 142 ATTRIB(R32G32B32_FLOAT, 3, float, float, TO_32_FLOAT)
|
/external/mesa3d/src/intel/isl/ |
D | isl_format_layout.csv | 78 R32G32B32_FLOAT , 96, 1, 1, 1, sf32, sf32, sf32, , , , , rgb, line…
|