Searched refs:PREAMBLE_ARG_X (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkBitmapProcState_matrix.h23 #define PREAMBLE_ARG_X macro
84 *xy++ = PACK_FILTER_X_NAME(fixedFx, maxX, one PREAMBLE_ARG_X);
115 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X);
141 oneX PREAMBLE_ARG_X);
161 #undef PREAMBLE_ARG_X macro
H A DSkBitmapProcState_matrixProcs.cpp121 #define PREAMBLE_ARG_X , tileProcX, tileLowBitsProcX macro
/external/skia/src/opts/
H A DSkBitmapProcState_matrix_neon.h21 #define PREAMBLE_ARG_X macro
334 res = PACK_FILTER_X4_NAME(wide_fx, maxX, one PREAMBLE_ARG_X);
346 *xy++ = PACK_FILTER_X_NAME(SkFractionalIntToFixed(fx), maxX, one PREAMBLE_ARG_X);
393 vxy.val[1] = PACK_FILTER_X4_NAME(wide_fx, maxX, oneX PREAMBLE_ARG_X);
412 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X);
447 vresyx.val[1] = PACK_FILTER_X4_NAME(wide_x, maxX, oneX PREAMBLE_ARG_X);
463 oneX PREAMBLE_ARG_X);
502 #undef PREAMBLE_ARG_X macro

Completed in 24 milliseconds