/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | vk_format_table_autogen.cpp | 28 mActualSampleOnlyImageFormatID = angle::FormatID::R16_FLOAT; in initialize() 951 {angle::FormatID::R16_FLOAT, nullptr}}; in initialize() 966 {angle::FormatID::R16_FLOAT, nullptr}}; in initialize() 1199 mActualSampleOnlyImageFormatID = angle::FormatID::R16_FLOAT; in initialize() 1776 case angle::FormatID::R16_FLOAT: in initialize() 1778 mActualSampleOnlyImageFormatID = angle::FormatID::R16_FLOAT; in initialize() 1780 mActualBufferFormatID = angle::FormatID::R16_FLOAT; in initialize() 1816 {angle::FormatID::R16_FLOAT, false, in initialize() 1852 {angle::FormatID::R16_FLOAT, false, in initialize() 2132 {angle::FormatID::R16_FLOAT, false, in initialize() [all …]
|
H A D | vk_mandatory_format_support_table_autogen.cpp | 183 {FormatID::R16_FLOAT,
|
H A D | TextureVk.cpp | 317 case angle::FormatID::R16_FLOAT: in AdjustViewFormatForSampler() 332 return &renderer->getFormat(angle::FormatID::R16_FLOAT); in AdjustViewFormatForSampler() 378 case angle::FormatID::R16_FLOAT: in AdjustViewFormatForSampler() 426 case angle::FormatID::R16_FLOAT: in AdjustViewFormatForSampler()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_formats.c | 173 F3(A, L16_FLOAT, R16_FLOAT, R, R, R, xx, FLOAT, R16, TB), 186 C4(A, I16_FLOAT, R16_FLOAT, R, R, R, R, FLOAT, R16, TR), 199 A1(A, A16_FLOAT, R16_FLOAT, xx, xx, xx, R, FLOAT, R16, T), 330 F1(A, R16_FLOAT, R16_FLOAT, R, xx, xx, xx, FLOAT, R16, IB), 439 VF(A, R16_FLOAT, FLOAT, 16, 0),
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_format.c | 83 VT(R16_FLOAT, 16_FLOAT, R16_FLOAT, WZYX), 94 _T(L16_FLOAT, 16_FLOAT, R16_FLOAT, WZYX),
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_format.c | 117 _(R16_FLOAT , __V_), 171 _(R16_FLOAT , V16_FLOAT , 1),
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_format.c | 79 VT(R16_FLOAT, 16_FLOAT, R16_FLOAT,WZYX),
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | wgpu_format_table_autogen.cpp | 28 mActualImageFormatID = angle::FormatID::R16_FLOAT; in initialize() 930 mActualImageFormatID = angle::FormatID::R16_FLOAT; in initialize() 1336 case angle::FormatID::R16_FLOAT: in initialize() 1338 mActualImageFormatID = angle::FormatID::R16_FLOAT; in initialize() 2119 {angle::FormatID::R16_FLOAT, wgpu::TextureFormat::R16Float}, in GetWgpuTextureFormatFromFormatID() 2299 return angle::FormatID::R16_FLOAT; in GetFormatIDFromWgpuTextureFormat()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | d3d_format.cpp | 131 static const D3DFormat info(16, 1, 1, 16, 0, 0, 0, 0, 0, 0, FormatID::R16_FLOAT); in GetD3DFormatInfo()
|
H A D | FormatID_autogen.h | 180 R16_FLOAT, enumerator
|
H A D | load_functions_table_autogen.cpp | 3919 case FormatID::R16_FLOAT: in GetLoadFunctionsMap() 4027 case FormatID::R16_FLOAT: in GetLoadFunctionsMap() 4296 case FormatID::R16_FLOAT: in GetLoadFunctionsMap() 4678 case FormatID::R16_FLOAT: in GetLoadFunctionsMap() 4892 case FormatID::R16_FLOAT: in GetLoadFunctionsMap()
|
H A D | dxgi_format_map_autogen.cpp | 401 return Format::Get(FormatID::R16_FLOAT); in GetFormat()
|
H A D | Format_table_autogen.cpp | 188 …{ FormatID::R16_FLOAT, GL_R16F, GL_R16F, GenerateMip<R16F>, NoCopyFunctions, ReadColor<R16F, GLflo… 546 return FormatID::R16_FLOAT; in InternalFormatToID() 785 return FormatID::R16_FLOAT; in CLRFormatToID()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_format.c | 86 VT(R16_FLOAT, 16_FLOAT, R16_FLOAT, WZYX),
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_format.c | 146 LIMA_PIXEL_FORMAT(R16_FLOAT, B16_FLOAT, true, 0x0000),
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_format_table.c | 91 FORMAT(R16_FLOAT, R16F, R16F, SWIZ_X001, 16, 0),
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_format.c | 105 VT(R16_FLOAT, HALF_FLOAT, EXT_R16F | EXT_FORMAT, R16F),
|
/aosp_15_r20/external/mesa3d/src/asahi/layout/ |
H A D | formats.c | 74 AIL_FMT(R16_FLOAT, R16, FLOAT, F16),
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/shaders/ |
H A D | copy_buffer.metal | 682 // R16_FLOAT 1349 PROC(R16_FLOAT) \ 1462 PROC(R16_FLOAT) \
|
/aosp_15_r20/external/mesa3d/src/freedreno/fdl/ |
H A D | fd6_format_table.c | 76 VTC(R16_FLOAT, 16_FLOAT, WZYX),
|
/aosp_15_r20/external/mesa3d/src/nouveau/nil/ |
H A D | nil_formats.csv | 89 R16_FLOAT , RF16 , R16 , F , R001 , CTBSA
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/translate/ |
H A D | translate_generic.c | 148 ATTRIB(R16_FLOAT, 1, float, uint16_t, TO_16_FLOAT)
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/ |
H A D | mtl_format_table_autogen.mm | 75 return angle::FormatID::R16_FLOAT; 439 case angle::FormatID::R16_FLOAT: 442 this->actualFormatId = angle::FormatID::R16_FLOAT; 3074 case angle::FormatID::R16_FLOAT: 3085 this->actualFormatId = angle::FormatID::R16_FLOAT;
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | formatutils11.cpp | 824 case angle::FormatID::R16_FLOAT: in GetVertexFormatInfo()
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/ |
H A D | pvr_formats.c | 257 /* 11 */ FORMAT(F16, NONE, R16_FLOAT),
|