Searched refs:sbyte (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | Types.hpp | 80 typedef ALIGN(1, int8_t) sbyte; typedef 213 using sbyte4 = vec4<sbyte>; 220 using sbyte8 = vec8<sbyte>; 225 using sbyte16 = vec16<sbyte>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | README.txt | 238 cast %struct.s* %S to sbyte* ; <sbyte*>:0 [#uses=2] 239 …call void %llvm.memcpy.i32( sbyte* %0, sbyte* cast ({ double, int }* %C.0.904 to sbyte*), uint 12,… 240 cast %struct.s* %agg.result to sbyte* ; <sbyte*>:1 [#uses=2] 241 call void %llvm.memcpy.i32( sbyte* %1, sbyte* %0, uint 12, uint 0 ) 242 cast %struct.s* %memtmp to sbyte* ; <sbyte*>:2 [#uses=1] 243 call void %llvm.memcpy.i32( sbyte* %2, sbyte* %1, uint 12, uint 0 )
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | Types.hpp | 61 typedef ALIGN(1, int8_t) sbyte; typedef
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_ir.h | 1464 sbyte = ubyte | sext, enumerator 1471 sbyte0 = sbyte, 1472 sbyte1 = sbyte | 1, 1473 sbyte2 = sbyte | 2, 1474 sbyte3 = sbyte | 3,
|
/third_party/ffmpeg/libswscale/ppc/ |
D | yuv2rgb_altivec.c | 109 typedef signed char sbyte; typedef
|