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

/xsrc/external/mit/xorg-server.old/dist/os/
H A Drpcauth.c65 bool_t res0, res1; local in function:authdes_ezdecode
91 res0 = xdr_opaque_auth(&xdr, &(msg.rm_call.cb_cred));
93 if ( ! (res0 && res1) )
/xsrc/external/mit/xorg-server/dist/os/
H A Drpcauth.c64 bool_t res0, res1; local in function:authdes_ezdecode
90 res0 = xdr_opaque_auth(&xdr, &(msg.rm_call.cb_cred));
92 if (!(res0 && res1))
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_builtin_builder.h75 nir_ssa_def *res0 = nir_isub(b, x, y); local in function:nir_iabs_diff
77 return nir_bcsel(b, cond, res0, res1);
84 nir_ssa_def *res0 = nir_isub(b, x, y); local in function:nir_uabs_diff
86 return nir_bcsel(b, cond, res0, res1);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_builtin_builder.h64 nir_ssa_def *res0 = nir_isub(b, x, y); local in function:nir_iabs_diff
66 return nir_bcsel(b, cond, res0, res1);
73 nir_ssa_def *res0 = nir_isub(b, x, y); local in function:nir_uabs_diff
75 return nir_bcsel(b, cond, res0, res1);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c1078 struct ureg res0 = register_output( p, VARYING_SLOT_COL0 ); local in function:build_lighting
1079 emit_op1(p, OPCODE_MOV, res0, 0, _col0);
1088 struct ureg res0 = register_output( p, VARYING_SLOT_BFC0 ); local in function:build_lighting
1089 emit_op1(p, OPCODE_MOV, res0, 0, _bfc0);
1172 struct ureg res0, res1; local in function:build_lighting
1179 res0 = register_output( p, VARYING_SLOT_COL0 );
1185 res0 = _col0;
1192 res0 = _col0;
1213 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0);
1227 struct ureg res0, res local in function:build_lighting
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c1086 struct ureg res0 = register_output( p, VARYING_SLOT_COL0 ); local in function:build_lighting
1087 emit_op1(p, OPCODE_MOV, res0, 0, _col0);
1096 struct ureg res0 = register_output( p, VARYING_SLOT_BFC0 ); local in function:build_lighting
1097 emit_op1(p, OPCODE_MOV, res0, 0, _bfc0);
1235 struct ureg res0, res1; local in function:build_lighting
1242 res0 = register_output( p, VARYING_SLOT_COL0 );
1248 res0 = _col0;
1255 res0 = _col0;
1276 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0);
1302 struct ureg res0, res local in function:build_lighting
[all...]
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga.h131 unsigned int res0; member in struct:monitor_data
H A Dtga_dac.c662 (tga_c_table->res0 << 21) |
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dtest_optimizer_postRA.cpp298 //! v1: %res0:v[2] = v_add_f32 %a:v[0], %b:v[1] row_mirror bound_ctrl:1
299 //! p_unit_test 0, %res0:v[2]
301 Temp res0 = bld.vop2(aco_opcode::v_add_f32, bld.def(v1, reg_v2), Operand(tmp0, reg_v2), b); variable in typeref:typename:Temp
302 writeout(0, Operand(res0, reg_v2));
H A Dtest_optimizer.cpp34 //! v1: %res0 = v_mul_f32 %a, -%b
35 //! p_unit_test 0, %res0
97 //! v1: %res0 = v_add_f32 %a, %b *0.5
98 //! p_unit_test 0, %res0
280 //! v1: %res0 = v_cndmask_b32 0, %a, %c
281 //! p_unit_test 0, %res0
325 //~gfx8! s1: %res0, s1: %_:scc = s_add_u32 %lshl0, 4
326 //~gfx(9|10)! s1: %res0, s1: %_:scc = s_lshl3_add_u32 %a, 4
327 //! p_unit_test 0, %res0
406 //! v1: %res0
970 Temp res0 = bld.vop2(aco_opcode::v_add_f32, bld.def(v1), tmp0, b); variable in typeref:typename:Temp
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c512 LLVMValueRef *res0,
545 *res0 = lp_build_add(bld, tmp, v0);
509 lp_build_lerp23(struct lp_build_context * bld,LLVMValueRef v0,LLVMValueRef v1,LLVMValueRef * res0,LLVMValueRef * res1) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c510 LLVMValueRef *res0,
543 *res0 = lp_build_add(bld, tmp, v0);
507 lp_build_lerp23(struct lp_build_context * bld,LLVMValueRef v0,LLVMValueRef v1,LLVMValueRef * res0,LLVMValueRef * res1) argument

Completed in 117 milliseconds