Home
last modified time | relevance | path

Searched refs:sp16 (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_format.csv303 PIPE_FORMAT_R16_SINT , plain, 1, 1, sp16, , , , x001, rgb
304 PIPE_FORMAT_R16G16_SINT , plain, 1, 1, sp16, sp16, , , xy01, rgb
305 PIPE_FORMAT_R16G16B16_SINT , plain, 1, 1, sp16, sp16, sp16, , xyz1, rgb
306 PIPE_FORMAT_R16G16B16A16_SINT , plain, 1, 1, sp16, sp16, sp16, sp16, xyzw, rgb
333 PIPE_FORMAT_A16_SINT , plain, 1, 1, sp16, , , , 000x, rgb
334 PIPE_FORMAT_I16_SINT , plain, 1, 1, sp16, , , , xxxx, rgb
335 PIPE_FORMAT_L16_SINT , plain, 1, 1, sp16, , , , xxx1, rgb
336 PIPE_FORMAT_L16A16_SINT , plain, 1, 1, sp16, sp16, , , xxxy, rgb
/external/clang/test/CodeGen/
Darm64-aapcs-arguments.c13 void test2(int x0, Small x2_x3, int x4, Small x6_x7, int sp, Small sp16) { in test2() argument
22 void test3(HFA s0_s3, float s4, HFA sp, HFA sp16) { in test3() argument
/external/libchrome/base/strings/
Dstring_piece.h462 std::size_t operator()(const base::StringPiece16& sp16) const {
463 HASH_STRING_PIECE(base::StringPiece16, sp16);
/external/opencv3/3rdparty/libpng/
Dpngrutil.c3194 png_const_uint_16p sp16 = (png_const_uint_16p)sp; in png_combine_row() local
3203 *dp16++ = *sp16++; in png_combine_row()
3212 sp16 += skip; in png_combine_row()
3219 sp = (png_const_bytep)sp16; in png_combine_row()
/external/libpng/
Dpngrutil.c3469 png_const_uint_16p sp16 = png_aligncastconst( in png_combine_row() local
3479 *dp16++ = *sp16++; in png_combine_row()
3488 sp16 += skip; in png_combine_row()
3495 sp = (png_const_bytep)sp16; in png_combine_row()
/external/pdfium/third_party/lpng_v163/
Dpngrutil.c3407 png_const_uint_16p sp16 = png_aligncastconst( in png_combine_row() local
3417 *dp16++ = *sp16++; in png_combine_row()
3426 sp16 += skip; in png_combine_row()
3433 sp = (png_const_bytep)sp16; in png_combine_row()