Lines Matching refs:CLAMP
496 clampedValue[0] = CLAMP(value[0], 0.0F, 1.0F); in store_vector4()
497 clampedValue[1] = CLAMP(value[1], 0.0F, 1.0F); in store_vector4()
498 clampedValue[2] = CLAMP(value[2], 0.0F, 1.0F); in store_vector4()
499 clampedValue[3] = CLAMP(value[3], 0.0F, 1.0F); in store_vector4()
1031 a[3] = CLAMP(a[3], -(128.0F - epsilon), (128.0F - epsilon)); in _mesa_execute_program()
1309 a[0] = CLAMP(a[0], 0.0F, 1.0F); in _mesa_execute_program()
1310 a[1] = CLAMP(a[1], 0.0F, 1.0F); in _mesa_execute_program()
1325 a[0] = CLAMP(a[0], -128.0F / 127.0F, 1.0F); in _mesa_execute_program()
1326 a[1] = CLAMP(a[1], -128.0F / 127.0F, 1.0F); in _mesa_execute_program()
1327 a[2] = CLAMP(a[2], -128.0F / 127.0F, 1.0F); in _mesa_execute_program()
1328 a[3] = CLAMP(a[3], -128.0F / 127.0F, 1.0F); in _mesa_execute_program()
1345 a[0] = CLAMP(a[0], 0.0F, 1.0F); in _mesa_execute_program()
1346 a[1] = CLAMP(a[1], 0.0F, 1.0F); in _mesa_execute_program()
1347 a[2] = CLAMP(a[2], 0.0F, 1.0F); in _mesa_execute_program()
1348 a[3] = CLAMP(a[3], 0.0F, 1.0F); in _mesa_execute_program()