Home
last modified time | relevance | path

Searched refs:R16 (Results 1 – 25 of 119) sorted by relevance

12345

/third_party/lzma/C/
DSha256Opt.c140 #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 ( 3, SM1, SM2, NNN, SM2, NNN, NNN, NNN, NNN ); in Sha256_UpdateBlocks_HW()
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c171 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, TR),
[all …]
/third_party/mesa3d/src/asahi/lib/
Dagx_formats.c46 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/zink/
Dzink_format.c31 MAP_FORMAT_NORM(R16)
32 MAP_FORMAT_SCALED(R16)
33 MAP_FORMAT_INT(R16)
34 MAP_FORMAT_FLOAT(R16)
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_format.c109 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRRegisterInfo.td60 def R16 : AVRReg<16, "r16">, DwarfRegNum<[16]>;
97 def R17R16 : AVRReg<16, "r17:r16", [R16, R17]>, DwarfRegNum<[16]>;
120 R28, R29, R17, R16, R15, R14, R13, R12, R11, R10,
138 R28, R29, R17, R16
144 add R23, R22, R21, R20, R19, R18, R17, R16
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_format_table.c87 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/
Dimageformats.h258 struct R16 struct
262 static void readColor(gl::ColorF *dst, const R16 *src); argument
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);
Dimageformats.cpp623 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 *dst, const R16 *src1, const R16 *src2) in average()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCRegisterInfo.td48 def R16 : Core<16, "%r16">, DwarfRegNum<[16]>;
72 R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, R18, R19,
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_util.c91 MAP_FORMAT_NORM(R16)
92 MAP_FORMAT_INT(R16)
93 MAP_FORMAT_FLOAT(R16)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiBaseInfo.h81 case Lanai::R16: in getLanaiRegisterNumbering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonRegisterInfo.cpp109 Hexagon::R16, Hexagon::R17, Hexagon::R18, Hexagon::R19, in getCalleeSavedRegs()
118 Hexagon::R16, Hexagon::R17, Hexagon::R18, Hexagon::R19, in getCalleeSavedRegs()
DHexagonRegisterInfo.td106 def D8 : Rd<16, "r17:16", [R16, R17]>, DwarfRegNum<[48]>;
342 (add R23, R22, R21, R20, R19, R18, R17, R16,
408 : CalleeSavedRegs<(add R16, R17, R18, R19, R20, R21, R22, R23,
DHexagonFrameLowering.h87 { Hexagon::R17, -4 }, { Hexagon::R16, -8 }, { Hexagon::D8, -8 }, in getCalleeSavedSpillSlots()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat_table_autogen.cpp179 …ID::R16_UINT, GL_R16UI, GL_R16UI, GenerateMip<R16>, NoCopyFunctions, ReadColor<R16, GLuint>, Write…
180 …6_UNORM, GL_R16_EXT, GL_R16_EXT, GenerateMip<R16>, NoCopyFunctions, ReadColor<R16, GLfloat>, Write…
181 …ED_ANGLEX, GL_R16_USCALED_ANGLEX, GenerateMip<R16>, NoCopyFunctions, ReadColor<R16, GLuint>, Write…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiRegisterInfo.td46 (add R3, R9, R12, R13, R14, R16, R17,
/third_party/mesa3d/docs/relnotes/
D7.10.3.rst158 - mesa: Add renderbuffer accessors for R8/RG88/R16/RG1616.
159 - swrast: Don't try to adjust_colors for <8bpc when handling R16,
161 - intel: Use mesa core's R8, RG88, R16, RG1616 RB accessors.
/third_party/ltp/tools/sparse/sparse-src/validation/
Drepeat.h17 #define R16(P, S) R15(P,S##0) R15(P,S##1) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenRegisterInfo.inc123 R16 = 103,
1251 { PPC::R16 },
1346 …PPC::R23, PPC::R22, PPC::R21, PPC::R20, PPC::R19, PPC::R18, PPC::R17, PPC::R16, PPC::R15, PPC::R14…
1356 …PPC::R23, PPC::R22, PPC::R21, PPC::R20, PPC::R19, PPC::R18, PPC::R17, PPC::R16, PPC::R15, PPC::R14…
1366 …PPC::R23, PPC::R22, PPC::R21, PPC::R20, PPC::R19, PPC::R18, PPC::R17, PPC::R16, PPC::R15, PPC::R14…
1907 { 16U, PPC::R16 },
2195 { 16U, PPC::R16 },
2419 { PPC::R16, -2U },
2694 { PPC::R16, 16U },
2972 { PPC::R16, -2U },
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCCallingConv.td286 def CSR_Darwin32 : CalleeSavedRegs<(add R13, R14, R15, R16, R17, R18, R19, R20,
296 def CSR_SVR432_COMM : CalleeSavedRegs<(add R14, R15, R16, R17, R18, R19, R20,
312 def CSR_AIX32 : CalleeSavedRegs<(add R13, R14, R15, R16, R17, R18, R19, R20,
/third_party/spirv-tools/test/
Dtext_to_binary.type_declaration_test.cpp104 CASE(R16),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.type_declaration_test.cpp104 CASE(R16),
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.type_declaration_test.cpp104 CASE(R16),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/Disassembler/
DLanaiDisassembler.cpp158 Lanai::R12, Lanai::R13, Lanai::R14, Lanai::RCA, Lanai::R16, Lanai::R17,

12345