Searched refs:bitcast_u2f (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_builder.h186 ir_expression *bitcast_u2f(operand a);
H A Dir_builder.cpp498 bitcast_u2f(operand a) function in namespace:ir_builder
H A Dir_constant_expression.cpp74 bitcast_u2f(unsigned int u) function in typeref:typename:float
H A Dlower_instructions.cpp390 * return bitcast_u2f(sign_mantissa |
411 * return csel(extracted_biased_exp >= 255, x, bitcast_u2f(result));
537 ir->operands[2] = bitcast_u2f(result);
H A Dbuiltin_functions.cpp5630 body.emit(ret(bitcast_u2f(x)));
7045 body.emit(ret(bitcast_u2f(bits)));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_builder.h186 ir_expression *bitcast_u2f(operand a);
H A Dir_builder.cpp498 bitcast_u2f(operand a) function in namespace:ir_builder
H A Dir_constant_expression.cpp74 bitcast_u2f(unsigned int u) function in typeref:typename:float
H A Dlower_instructions.cpp383 * return bitcast_u2f(sign_mantissa |
404 * return csel(extracted_biased_exp >= 255, x, bitcast_u2f(result));
530 ir->operands[2] = bitcast_u2f(result);
H A Dbuiltin_functions.cpp5135 body.emit(ret(bitcast_u2f(x)));
6566 body.emit(ret(bitcast_u2f(bits)));
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dir_expression_operation_constant.h408 data.f[c] = bitcast_u2f(op[0]->value.i[c]);
432 data.f[c] = bitcast_u2f(op[0]->value.u[c]);
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A 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]);

Completed in 50 milliseconds