Searched refs:uf32_bld (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ | ||
| H A D | lp_bld_conv.c | 288 struct lp_build_context uf32_bld; local in function:lp_build_clamped_float_to_unsigned_norm 290 lp_build_context_init(&uf32_bld, gallivm, src_type); 295 res = lp_build_iround(&uf32_bld, res); |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ | ||
| H A D | lp_bld_conv.c | 313 struct lp_build_context uf32_bld; local in function:lp_build_clamped_float_to_unsigned_norm 315 lp_build_context_init(&uf32_bld, gallivm, src_type); 320 res = lp_build_iround(&uf32_bld, res); |
Completed in 5 milliseconds