Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c815 struct rc_instruction *arl, in transform_negative_addressing()
823 add = rc_insert_new_instruction(&c->Base, arl->Prev); in transform_negative_addressing()
828 add->U.I.SrcReg[0] = arl->U.I.SrcReg[0]; in transform_negative_addressing()
834 arl->U.I.SrcReg[0].File = RC_FILE_TEMPORARY; in transform_negative_addressing()
835 arl->U.I.SrcReg[0].Index = add->U.I.DstReg.Index; in transform_negative_addressing()
836 arl->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_XXXX; in transform_negative_addressing()
839 for (inst = arl->Next; inst != end; inst = inst->Next) { in transform_negative_addressing()
814 transform_negative_addressing(struct r300_vertex_program_compiler *c, struct rc_instruction *arl, struct rc_instruction *end, int min_offset) transform_negative_addressing() argument
/third_party/ntfs-3g/include/ntfs-3g/
H A Drunlist.h80 extern int ntfs_rl_truncate(runlist **arl, const VCN start_vcn);
/third_party/ntfs-3g/libntfs-3g/
H A Drunlist.c1630 * @arl: address of runlist to truncate
1633 * Truncate the runlist *@arl starting at vcn @start_vcn as well as the memory
1638 * NOTE: @arl is the address of the runlist. We need the address so we can
1641 int ntfs_rl_truncate(runlist **arl, const VCN start_vcn) in ntfs_rl_truncate() argument
1646 if (!arl || !*arl) { in ntfs_rl_truncate()
1648 if (!arl) in ntfs_rl_truncate()
1649 ntfs_log_perror("rl_truncate error: arl: %p", arl); in ntfs_rl_truncate()
1652 " arl in ntfs_rl_truncate()
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nv50.cpp436 Instruction *arl; in handleAddrDef() local
471 arl = bld.mkOp2(OP_SHL, TYPE_U32, i->getDef(0), bld.getSSA(), bld.mkImm(0)); in handleAddrDef()
472 i->setDef(0, arl->getSrc(0)); in handleAddrDef()

Completed in 7 milliseconds