Searched refs:bitcast_d2i64 (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_builder.h198 ir_expression *bitcast_d2i64(operand a);
H A Dir_builder.cpp528 bitcast_d2i64(operand a) function in namespace:ir_builder
H A Dir_constant_expression.cpp124 bitcast_d2i64(double d) function in typeref:typename:int64_t
H A Dbuiltin_functions.cpp5639 body.emit(ret(bitcast_d2i64(x)));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_builder.h198 ir_expression *bitcast_d2i64(operand a);
H A Dir_builder.cpp528 bitcast_d2i64(operand a) function in namespace:ir_builder
H A Dir_constant_expression.cpp119 bitcast_d2i64(double d) function in typeref:typename:double
H A Dbuiltin_functions.cpp5144 body.emit(ret(bitcast_d2i64(x)));
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dir_expression_operation_constant.h492 data.i64[c] = bitcast_d2i64(op[0]->value.d[c]);
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dir_expression_operation_constant.h600 data.i64[c] = bitcast_d2i64(op[0]->value.d[c]);

Completed in 33 milliseconds