Home
last modified time | relevance | path

Searched refs:SCALE_SCALAR_3V (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/math/
Dm_debug_norm.c140 SCALE_SCALAR_3V( out[i], scale, t ); in ref_norm_transform_rescale()
169 SCALE_SCALAR_3V( out[i], scale, t ); in ref_norm_transform_normalize()
175 SCALE_SCALAR_3V( out[i], scale, t ); in ref_norm_transform_normalize()
/third_party/mesa3d/src/mesa/main/
Dmacros.h490 #define SCALE_SCALAR_3V( DST, S, SRCB ) \ macro