Searched refs:omod_coeff (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ | ||
| H A D | sb_expr.cpp | 335 const float omod_coeff[] = {2.0f, 4.0, 0.5f}; local in function:r600_sb::expr_handler::apply_alu_dst_mod 338 v = v.f * omod_coeff[bc.omod - 1]; |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ | ||
| H A D | sb_expr.cpp | 335 const float omod_coeff[] = {2.0f, 4.0, 0.5f}; local in function:r600_sb::expr_handler::apply_alu_dst_mod 338 v = v.f * omod_coeff[bc.omod - 1]; |
Completed in 5 milliseconds