Searched refs:vcscale (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_textured_videofuncs.c | 570 float ucscale = 0.25, vcscale = 0.25; local in function:FUNC_NAME 705 vcscale = 0.125; 870 OUT_ACCEL_REG(R200_PP_TFACTOR_2, float4touint(vco[0] * vcscale + 0.5, /* range [-2, 2] */ 871 vco[1] * vcscale + 0.5, /* or [-4, 4] */ 872 vco[2] * vcscale + 0.5, 974 OUT_ACCEL_REG(R200_PP_TFACTOR_2, float4touint(vco[0] * vcscale + 0.5, /* range [-2, 2] */ 975 vco[1] * vcscale + 0.5, /* or [-4, 4] */ 976 vco[2] * vcscale + 0.5,
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_textured_videofuncs.c | 430 float ucscale = 0.25, vcscale = 0.25; local in function:R200PrepareTexturedVideo 534 vcscale = 0.125; 697 OUT_RING_REG(R200_PP_TFACTOR_2, float4touint(vco[0] * vcscale + 0.5, /* range [-2, 2] */ 698 vco[1] * vcscale + 0.5, /* or [-4, 4] */ 699 vco[2] * vcscale + 0.5, 801 OUT_RING_REG(R200_PP_TFACTOR_2, float4touint(vco[0] * vcscale + 0.5, /* range [-2, 2] */ 802 vco[1] * vcscale + 0.5, /* or [-4, 4] */ 803 vco[2] * vcscale + 0.5,
|
Completed in 8 milliseconds