Searched refs:_col1 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | fastssim.c | 273 #define FS_COL_COPY(_col1, _col2) \ argument 275 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)]; \ 276 col_sums_gy2[(_col1)] = col_sums_gy2[(_col2)]; \ 277 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)]; \ 281 #define FS_COL_HALVE(_col1, _col2) \ argument 283 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)] * 0.5; \ 284 col_sums_gy2[(_col1)] = col_sums_gy2[(_col2)] * 0.5; \ 285 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)] * 0.5; \ 289 #define FS_COL_DOUBLE(_col1, _col2) \ argument 291 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)] * 2; \ [all …]
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 1041 struct ureg _col0 = undef, _col1 = undef; in build_lighting() local 1068 _col1 = make_temp(p, get_identity_param(p)); in build_lighting() 1070 _col1 = _col0; in build_lighting() 1100 emit_op1(p, OPCODE_MOV, res1, 0, _col1); in build_lighting() 1209 res1 = _col1; in build_lighting() 1230 emit_op3(p, OPCODE_MAD, res1, mask1, swizzle1(lit,Z), specular, _col1); in build_lighting()
|