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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_builder.h162 ir_expression *nequal(operand a, operand b);
H A Dir_builder.cpp360 nequal(operand a, operand b) function in namespace:ir_builder
H A Dbuiltin_int64.h48 ir_expression *const r000A = nequal(r0009, body.constant(int(0)));
495 body.emit(assign(r0060, nequal(r0061, r0062), 0x01));
959 body.emit(assign(r00C3, nequal(r00C4, r00C5), 0x01));
H A Dlower_instructions.cpp698 nequal(abs(ir->operands[0]->clone(ir, NULL)), dzero)));
774 i.insert_before(assign(is_not_zero, nequal(absval->clone(ir, NULL), dzero)));
932 ir->operands[1] = csel(nequal(frtemp, zero), one, zero->clone(ir, NULL));
H A Dbuiltin_functions.cpp5562 body.emit(ret(nequal(x, x)));
7031 body.emit(assign(is_not_zero, nequal(abs(x), imm(0.0f, vec_elem))));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_builder.h162 ir_expression *nequal(operand a, operand b);
H A Dir_builder.cpp360 nequal(operand a, operand b) function in namespace:ir_builder
H A Dbuiltin_int64.h48 ir_expression *const r000A = nequal(r0009, body.constant(int(0)));
495 body.emit(assign(r0060, nequal(r0061, r0062), 0x01));
959 body.emit(assign(r00C3, nequal(r00C4, r00C5), 0x01));
H A Dlower_instructions.cpp691 nequal(abs(ir->operands[0]->clone(ir, NULL)), dzero)));
767 i.insert_before(assign(is_not_zero, nequal(absval->clone(ir, NULL), dzero)));
924 ir->operands[1] = csel(nequal(frtemp, zero), one, zero->clone(ir, NULL));
H A Dbuiltin_functions.cpp5073 body.emit(ret(nequal(x, x)));
6552 body.emit(assign(is_not_zero, nequal(abs(x), imm(0.0f, vec_elem))));

Completed in 33 milliseconds