Home
last modified time | relevance | path

Searched refs:bitcast_u2f (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dir_builder.h186 ir_expression *bitcast_u2f(operand a);
Dir_builder.cpp498 bitcast_u2f(operand a) in bitcast_u2f() function
Dir_constant_expression.cpp74 bitcast_u2f(unsigned int u) in bitcast_u2f() function
Dlower_instructions.cpp537 ir->operands[2] = bitcast_u2f(result); in ldexp_to_arith()
Dbuiltin_functions.cpp5601 body.emit(ret(bitcast_u2f(x))); in _uintBitsToFloat()
7016 body.emit(ret(bitcast_u2f(bits))); in _frexp()
/external/mesa3d/prebuilt-intermediates/glsl/
Dir_expression_operation_constant.h516 data.f[c] = bitcast_u2f(op[0]->value.i[c]);
540 data.f[c] = bitcast_u2f(op[0]->value.u[c]);