Searched refs:incoming (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/os/
H A Dxdmauth.c70 XdmAuthKeyPtr incoming; local in function:XdmAuthenticationValidator
77 incoming = (XdmAuthKeyPtr) incomingData->data;
78 XdmcpDecrementKey (incoming);
79 return XdmcpCompareKeys (incoming, &rho);
/xsrc/external/mit/xorg-server/dist/os/
H A Dxdmauth.c71 XdmAuthKeyPtr incoming; local in function:XdmAuthenticationValidator
78 incoming = (XdmAuthKeyPtr) incomingData->data;
79 XdmcpDecrementKey(incoming);
80 return XdmcpCompareKeys(incoming, &global_rho);
/xsrc/external/mit/xdm/dist/xdm/
H A Dxdmauth.c265 XdmAuthKeyPtr incoming; local in function:XdmCheckAuthentication
276 incoming = (XdmAuthKeyPtr) authenticationData->data;
277 XdmcpIncrementKey (incoming);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_clip_util.c415 struct brw_reg incoming = get_element_ud(c->reg.R0, 2); local in function:brw_clip_init_clipmask
419 brw_SHR(p, c->reg.planemask, incoming, brw_imm_ud(26));
428 brw_AND(p, tmp, incoming, brw_imm_ud(0xff<<14));
430 brw_AND(p, tmp, incoming, brw_imm_ud(0x3f<<14));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_clip_util.c415 struct brw_reg incoming = get_element_ud(c->reg.R0, 2); local in function:brw_clip_init_clipmask
419 brw_SHR(p, c->reg.planemask, incoming, brw_imm_ud(26));
428 brw_AND(p, tmp, incoming, brw_imm_ud(0xff<<14));
430 brw_AND(p, tmp, incoming, brw_imm_ud(0x3f<<14));
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_internal.h166 } incoming[127]; member in struct:dxil_instr_phi
H A Ddxil_module.c2708 assert(num_incoming < ARRAY_SIZE(instr->phi.incoming));
2713 instr->phi.incoming[i].value = incoming_values[i];
2714 instr->phi.incoming[i].block = incoming_blocks[i];
3080 int64_t value_delta = instr->value.id - instr->phi.incoming[i].value->id;
3082 assert(instr->phi.incoming[i].block < m->num_basic_block_ids);
3083 assert(m->basic_block_ids[instr->phi.incoming[i].block] >= 0);
3084 data[1 + i * 2 + 1] = m->basic_block_ids[instr->phi.incoming[i].block];
H A Ddxil_dump.c510 struct dxil_phi_src *src = phi->incoming;
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_texture_signed_rgba.spec113 Also, it is ok to store incoming GL_BYTE user data as-is, without
151 incoming, intermediate, and output color components to [0,1].
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_texture_signed_rgba.spec113 Also, it is ok to store incoming GL_BYTE user data as-is, without
151 incoming, intermediate, and output color components to [0,1].
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dblend.rst109 functions and source/destination factors. Otherwise, the incoming fragment
H A Dsampler.rst84 If set, the incoming texture coordinates (nominally in the range [0,1])
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dblend.rst113 functions and source/destination factors. Otherwise, the incoming fragment
H A Dsampler.rst84 If set, the incoming texture coordinates (nominally in the range [0,1])
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dnotes.markdown196 incoming value that enters the region from the outside. Each remaining
220 // loop phi values: src[0] - incoming, src[1] - from repeat_1, src[2] - from repeat_2
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dnotes.markdown196 incoming value that enters the region from the outside. Each remaining
220 // loop phi values: src[0] - incoming, src[1] - from repeat_1, src[2] - from repeat_2
/xsrc/external/mit/MesaLib/dist/docs/
H A Dfaq.rst79 - The X server loads the GLX module. The GLX module decodes incoming
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst1359 - llvmpipe: pass incoming sample_mask into fragment shader context.
/xsrc/external/mit/xdm/dist/
H A Dconfigure22853 /* On some sparc systems, changes by the child to local and incoming

Completed in 42 milliseconds