/third_party/lzma/C/ |
H A D | Sha256Opt.c | 140 #define R16(k, OP0, OP1, OP2, OP3, OP4, OP5, OP6, OP7) \
macro 189 R16 ( 0, NNN, NNN, SM1, NNN, SM1, SM2, SM1, SM2 )
in Sha256_UpdateBlocks_HW() 190 R16 ( 1, SM1, SM2, SM1, SM2, SM1, SM2, SM1, SM2 )
in Sha256_UpdateBlocks_HW() 191 R16 ( 2, SM1, SM2, SM1, SM2, SM1, SM2, SM1, SM2 )
in Sha256_UpdateBlocks_HW() 192 R16 ( 3, SM1, SM2, NNN, SM2, NNN, NNN, NNN, NNN )
in Sha256_UpdateBlocks_HW() 288 #define R16(k, OP0, OP1, OP2, OP3, OP4, OP5, OP6, OP7) \
macro 323 R16 ( 0, NNN, NNN, SM1, NNN, SM1, SM2, SM1, SM2 );
in Sha256_UpdateBlocks_HW() 324 R16 ( 1, SM1, SM2, SM1, SM2, SM1, SM2, SM1, SM2 );
in Sha256_UpdateBlocks_HW() 325 R16 ( 2, SM1, SM2, SM1, SM2, SM1, SM2, SM1, SM2 );
in Sha256_UpdateBlocks_HW() 326 R16 ( in Sha256_UpdateBlocks_HW() 386 #undef R16 global() macro [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_format.c | 31 MAP_FORMAT_NORM(R16) 32 MAP_FORMAT_SCALED(R16) 33 MAP_FORMAT_INT(R16) 34 MAP_FORMAT_FLOAT(R16)
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | agx_formats.c | 46 AGX_FMT(R16_UNORM, R16, UNORM, T, U16NORM), 64 AGX_FMT(R16_FLOAT, R16, FLOAT, T, F16), 76 AGX_FMT(R16_UINT, R16, UINT, T, I16), 88 AGX_FMT(R16_SINT, R16, SINT, T, I16), 96 AGX_FMT(Z16_UNORM, R16, UNORM, F, _),
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_formats.c | 171 F3(A, L16_UNORM, R16_UNORM, R, R, R, xx, UNORM, R16, TC), 172 F3(A, L16_SNORM, R16_SNORM, R, R, R, xx, SNORM, R16, TC), 173 F3(A, L16_FLOAT, R16_FLOAT, R, R, R, xx, FLOAT, R16, TB), 174 I3(A, L16_SINT, R16_SINT, R, R, R, xx, SINT, R16, TR), 175 I3(A, L16_UINT, R16_UINT, R, R, R, xx, UINT, R16, TR), 184 C4(A, I16_UNORM, R16_UNORM, R, R, R, R, UNORM, R16, TR), 185 C4(A, I16_SNORM, R16_SNORM, R, R, R, R, SNORM, R16, TR), 186 C4(A, I16_FLOAT, R16_FLOAT, R, R, R, R, FLOAT, R16, TR), 187 C4(A, I16_SINT, R16_SINT, R, R, R, R, SINT, R16, TR), 188 C4(A, I16_UINT, R16_UINT, R, R, R, R, UINT, R16, T [all...] |
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_format.c | 109 MAP_FORMAT_NORM(R16) \ 110 MAP_FORMAT_INT(R16) \ 111 MAP_FORMAT_FLOAT(R16) \ 167 MAP_FORMAT2(Z16, UNORM, R16, TYPELESS) \ 238 TYPELESS_TO(R16, FLOAT); in d3d12_get_default_pipe_format()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_format_table.c | 87 FORMAT(R16_UNORM, NO, R16, SWIZ_X001, 32, 1), 103 FORMAT(L16_UNORM, NO, R16, SWIZ_XXX1, 32, 1), 105 FORMAT(I16_UNORM, NO, R16, SWIZ_XXXX, 32, 1), 107 FORMAT(A16_UNORM, NO, R16, SWIZ_000X, 32, 1),
|
/third_party/skia/third_party/externals/angle2/src/image_util/ |
H A D | imageformats.h | 258 struct R16 struct 262 static void readColor(gl::ColorF *dst, const R16 *src); 263 static void readColor(gl::ColorUI *dst, const R16 *src); 264 static void writeColor(R16 *dst, const gl::ColorF *src); 265 static void writeColor(R16 *dst, const gl::ColorUI *src); 266 static void average(R16 *dst, const R16 *src1, const R16 *src2);
|
H A D | imageformats.cpp | 623 void R16::readColor(gl::ColorUI *dst, const R16 *src) in readColor() 631 void R16::readColor(gl::ColorF *dst, const R16 *src) in readColor() 639 void R16::writeColor(R16 *dst, const gl::ColorUI *src) in writeColor() 644 void R16::writeColor(R16 *dst, const gl::ColorF *src) in writeColor() 649 void R16::average(R16 *ds [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiBaseInfo.h | 81 case Lanai::R16: in getLanaiRegisterNumbering()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_util.c | 91 MAP_FORMAT_NORM(R16) 92 MAP_FORMAT_INT(R16) 93 MAP_FORMAT_FLOAT(R16)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | Format_table_autogen.cpp | 179 { FormatID::R16_UINT, GL_R16UI, GL_R16UI, GenerateMip<R16>, NoCopyFunctions, ReadColor<R16, GLuint>, WriteColor<R16, GLuint>, GL_UNSIGNED_INT, 16, 0, 0, 0, 0, 0, 0, 2, 1, false, false, false, false, false, gl::VertexAttribType::UnsignedShort }, 180 { FormatID::R16_UNORM, GL_R16_EXT, GL_R16_EXT, GenerateMip<R16>, NoCopyFunctions, ReadColor<R16, GLfloat>, WriteColor<R16, GLfloat>, GL_UNSIGNED_NORMALIZED, 16, 0, 0, 0, 0, 0, 0, 2, 1, false, false, false, false, false, gl::VertexAttribType::UnsignedShort }, 181 { FormatID::R16_USCALED, GL_R16_USCALED_ANGLEX, GL_R16_USCALED_ANGLEX, GenerateMip<R16>, NoCopyFunctions, ReadColor<R16, GLuint>, WriteColor<R16, GLuint>, GL_UNSIGNED_INT, 16, 0, 0, 0, 0, 0, 0, 2, 1, false, false, true, false, false, gl::VertexAttribType::UnsignedShort },
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonRegisterInfo.cpp | 109 Hexagon::R16, Hexagon::R17, Hexagon::R18, Hexagon::R19, in getCalleeSavedRegs() 118 Hexagon::R16, Hexagon::R17, Hexagon::R18, Hexagon::R19, in getCalleeSavedRegs()
|
H A D | HexagonFrameLowering.h | 87 { Hexagon::R17, -4 }, { Hexagon::R16, -8 }, { Hexagon::D8, -8 },
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | repeat.h | 17 #define R16(P, S) R15(P,S##0) R15(P,S##1) macro
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | text_to_binary.type_declaration_test.cpp | 104 CASE(R16),
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_to_binary.type_declaration_test.cpp | 104 CASE(R16),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/Disassembler/ |
H A D | LanaiDisassembler.cpp | 158 Lanai::R12, Lanai::R13, Lanai::R14, Lanai::RCA, Lanai::R16, Lanai::R17,
|
/third_party/spirv-tools/test/ |
H A D | text_to_binary.type_declaration_test.cpp | 107 CASE(R16),
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_formats.c | 114 FORMAT(R16_UNORM, NO, R16, SWIZ_X001, 32, true),
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 185 R16 = 14, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 189 R16 = 14, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 192 R16 = 14, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.cs | 185 R16 = 14, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
H A D | spirv.cs | 189 R16 = 14, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | spirv.cs | 192 R16 = 14, enumerator
|