Searched refs:arl (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c787 struct rc_instruction *arl,
795 add = rc_insert_new_instruction(&c->Base, arl->Prev);
800 add->U.I.SrcReg[0] = arl->U.I.SrcReg[0];
806 arl->U.I.SrcReg[0].File = RC_FILE_TEMPORARY;
807 arl->U.I.SrcReg[0].Index = add->U.I.DstReg.Index;
808 arl->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_XXXX;
811 for (inst = arl->Next; inst != end; inst = inst->Next) {
786 transform_negative_addressing(struct r300_vertex_program_compiler *c, struct rc_instruction *arl, struct rc_instruction *end, int min_offset) argument
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c787 struct rc_instruction *arl,
795 add = rc_insert_new_instruction(&c->Base, arl->Prev);
800 add->U.I.SrcReg[0] = arl->U.I.SrcReg[0];
806 arl->U.I.SrcReg[0].File = RC_FILE_TEMPORARY;
807 arl->U.I.SrcReg[0].Index = add->U.I.DstReg.Index;
808 arl->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_XXXX;
811 for (inst = arl->Next; inst != end; inst = inst->Next) {
786 transform_negative_addressing(struct r300_vertex_program_compiler *c, struct rc_instruction *arl, struct rc_instruction *end, int min_offset) argument
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testFec/
H A Dtest_packet_masks_metrics.cc362 double arl = 0.0; local
365 arl += metrics->residual_loss_per_loss_gap[index];
371 arl = arl / static_cast<double>(tot_num_configs);
373 // Recovery rate for a given loss |loss| is 1 minus the scaled |arl|,
377 metrics->recovery_rate_per_loss[loss] = 1.0 - arl / scaled_loss;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_lowering_nv50.cpp316 Instruction *arl; local
348 arl = bld.mkOp2(OP_SHL, TYPE_U32, i->getDef(0), bld.getSSA(), bld.mkImm(0));
349 i->setDef(0, arl->getSrc(0));
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_lowering_nv50.cpp316 Instruction *arl; local
348 arl = bld.mkOp2(OP_SHL, TYPE_U32, i->getDef(0), bld.getSSA(), bld.mkImm(0));
349 i->setDef(0, arl->getSrc(0));

Completed in 154 milliseconds