Lines Matching refs:gout

3365     float bout[49], expected, gout[49], rout[49];  in test_D3DXSHEvalConeLight()  local
3423 { rout, gout, bout, table, &table[72], &table[144], 0.5f, 1.01f, 1.02f, 1.03f, }, in test_D3DXSHEvalConeLight()
3424 { rout, gout, bout, &table[36], &table[108], &table[180], 1.6f, 1.01f, 1.02f, 1.03f, }, in test_D3DXSHEvalConeLight()
3427 { rout, gout, gout, table, &table[144], &table[144], 0.5f, 1.01f, 1.03f, 1.03f, }, in test_D3DXSHEvalConeLight()
3428 { rout, gout, rout, &table[144], &table[72], &table[144], 0.5f, 1.03f, 1.02f, 1.03f, }, in test_D3DXSHEvalConeLight()
3431 { rout, gout, NULL, table, &table[72], NULL, 0.5f, 1.01f, 1.02f, 0.0f, }, in test_D3DXSHEvalConeLight()
3496 gout[j] = 1.02f + j; in test_D3DXSHEvalConeLight()
3503 hr = D3DXSHEvalConeLight(order, &dir, -0.1f, 1.7f, 2.6f, 3.5f, rout, gout, bout); in test_D3DXSHEvalConeLight()
3513 equal = compare_float(green[j], gout[j], 0); in test_D3DXSHEvalConeLight()
3515 l, order, j, green[j], gout[j]); in test_D3DXSHEvalConeLight()
3524 hr = D3DXSHEvalConeLight(7, &dir, 0.5f, 1.0f, 2.0f, 3.0f, rout, gout, bout); in test_D3DXSHEvalConeLight()
3526 hr = D3DXSHEvalConeLight(0, &dir, 0.5f, 1.0f, 2.0f, 3.0f, rout, gout, bout); in test_D3DXSHEvalConeLight()
3528 hr = D3DXSHEvalConeLight(1, &dir, 0.5f, 1.0f, 2.0f, 3.0f, rout, gout, bout); in test_D3DXSHEvalConeLight()
3578 float *blue_out, bout[49], expected, gout[49], *green_out, *red_out, rout[49]; in test_D3DXSHEvalDirectionalLight() local
3642 { rout, gout, bout, table, &table[90], &table[180], 1.01f, 1.02f, 1.03f, }, in test_D3DXSHEvalDirectionalLight()
3645 { rout, gout, gout, table, &table[180], &table[180], 1.01f, 1.03f, 1.03f, }, in test_D3DXSHEvalDirectionalLight()
3646 { rout, gout, rout, &table[180], &table[90], &table[180], 1.03f, 1.02f, 1.03f, }, in test_D3DXSHEvalDirectionalLight()
3649 { rout, gout, NULL, table, &table[90], NULL, 1.01f, 1.02f, 0.0f, }, in test_D3DXSHEvalDirectionalLight()
3715 hr = D3DXSHEvalDirectionalLight(7, &dir, 1.0f, 2.0f, 3.0f, rout, gout, bout); in test_D3DXSHEvalDirectionalLight()
3717 hr = D3DXSHEvalDirectionalLight(0, &dir, 1.0f, 2.0f, 3.0f, rout, gout, bout); in test_D3DXSHEvalDirectionalLight()
3719 hr = D3DXSHEvalDirectionalLight(1, &dir, 1.0f, 2.0f, 3.0f, rout, gout, bout); in test_D3DXSHEvalDirectionalLight()
3725 float bout[49], expected, gout[49], rout[49]; in test_D3DXSHEvalHemisphereLight() local
3749 { rout, gout, bout, table, &table[4], &table[8], 1.01f, 1.02f, 1.03f, }, in test_D3DXSHEvalHemisphereLight()
3752 { rout, gout, gout, table, &table[8], &table[8], 1.01f, 1.03f, 1.03f, }, in test_D3DXSHEvalHemisphereLight()
3753 { rout, gout, rout, &table[8], &table[4], &table[8], 1.03f, 1.02f, 1.03f, }, in test_D3DXSHEvalHemisphereLight()
3756 { rout, gout, NULL, table, &table[4], NULL, 1.01f, 1.02f, 1.03f, }, in test_D3DXSHEvalHemisphereLight()
3822 float bout[49], expected, gout[49], rout[49]; in test_D3DXSHEvalSphericalLight() local
3902 { rout, gout, bout, table, &table[108], &table[216], 17.4f, 1.01f, 1.02f, 1.03f, }, in test_D3DXSHEvalSphericalLight()
3903 { rout, gout, bout, &table[36], &table[144], &table[252], 1.6f, 1.01f, 1.02f, 1.03f, }, in test_D3DXSHEvalSphericalLight()
3904 { rout, gout, bout, &table[72], &table[180], &table[288], -3.0f, 1.01f, 1.02f, 1.03f, }, in test_D3DXSHEvalSphericalLight()
3907 { rout, gout, gout, table, &table[216], &table[216], 17.4f, 1.01f, 1.03f, 1.03f, }, in test_D3DXSHEvalSphericalLight()
3908 { rout, gout, rout, &table[216], &table[108], &table[216], 17.4f, 1.03f, 1.02f, 1.03f, }, in test_D3DXSHEvalSphericalLight()
3911 { rout, gout, NULL, table, &table[108], NULL, 17.4f, 1.01f, 1.02f, 0.0f, }, in test_D3DXSHEvalSphericalLight()
3972 hr = D3DXSHEvalSphericalLight(7, &dir, 17.4f, 1.0f, 2.0f, 3.0f, rout, gout, bout); in test_D3DXSHEvalSphericalLight()
3974 hr = D3DXSHEvalSphericalLight(0, &dir, 17.4f, 1.0f, 2.0f, 3.0f, rout, gout, bout); in test_D3DXSHEvalSphericalLight()
3976 hr = D3DXSHEvalSphericalLight(1, &dir, 17.4f, 1.0f, 2.0f, 3.0f, rout, gout, bout); in test_D3DXSHEvalSphericalLight()