Searched refs:as_float (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_instructions.cpp1350 ir_variable *as_float = local in function:lower_instructions_visitor::find_lsb_to_float_cast
1351 new(ir) ir_variable(glsl_type::vec(elements), "as_float", ir_var_temporary);
1372 * float as_float = float(lsb_only);
1377 i.insert_before(as_float);
1378 i.insert_before(assign(as_float, u2f(lsb_only)));
1390 * int lsb = (floatBitsToInt(as_float) >> 23) - 0x7f;
1393 i.insert_before(assign(lsb, sub(rshift(bitcast_f2i(as_float), c23), c7F)));
1431 ir_variable *as_float = local in function:lower_instructions_visitor::find_msb_to_float_cast
1432 new(ir) ir_variable(glsl_type::vec(elements), "as_float", ir_var_temporary);
1477 * float as_float
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_instructions.cpp1342 ir_variable *as_float = local in function:lower_instructions_visitor::find_lsb_to_float_cast
1343 new(ir) ir_variable(glsl_type::vec(elements), "as_float", ir_var_temporary);
1364 * float as_float = float(lsb_only);
1369 i.insert_before(as_float);
1370 i.insert_before(assign(as_float, u2f(lsb_only)));
1382 * int lsb = (floatBitsToInt(as_float) >> 23) - 0x7f;
1385 i.insert_before(assign(lsb, sub(rshift(bitcast_f2i(as_float), c23), c7F)));
1423 ir_variable *as_float = local in function:lower_instructions_visitor::find_msb_to_float_cast
1424 new(ir) ir_variable(glsl_type::vec(elements), "as_float", ir_var_temporary);
1469 * float as_float
[all...]

Completed in 6 milliseconds