HomeSort by relevance Sort by last modified time
    Searched refs:add_dep (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_schedule_instructions.cpp 129 void add_dep(schedule_node *before, schedule_node *after, int latency);
130 void add_dep(schedule_node *before, schedule_node *after);
167 instruction_scheduler::add_dep(schedule_node *before, schedule_node *after, function in class:instruction_scheduler
202 instruction_scheduler::add_dep(schedule_node *before, schedule_node *after) function in class:instruction_scheduler
207 add_dep(before, after, before->latency);
223 add_dep(prev, n, 0);
230 add_dep(n, next, 0);
280 add_dep(last_grf_write[inst->src[i].reg], n);
284 add_dep(last_fixed_grf_write, n);
298 add_dep(last_mrf_write[inst->base_mrf + i], n)
    [all...]
  /development/vndk/tools/definition-tool/tests/
test_elf_link_data.py 22 self.x.add_dep(self.y, ELFLinkData.NEEDED)
23 self.x.add_dep(self.z, ELFLinkData.DLOPEN)
25 self.z.add_dep(self.w, ELFLinkData.NEEDED)
26 self.z.add_dep(self.w, ELFLinkData.DLOPEN)
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-gen.c 264 static void add_dep (const char *, const char *, const char *, int, int, char *, int);
798 add_dep (const char *name, const char *chk, const char *reg,
865 add_dep (name, chkp, regp, semantics, mode, extra, 0);
866 add_dep (name, regp, chkp, semantics, mode, extra, 1);
870 add_dep (name, chkp, regp, semantics, mode, extra, 0);
796 add_dep (const char *name, const char *chk, const char *reg, function
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 759 def add_dep(self, dst, ty): member in class:ELFLinkData
905 def add_dep(self, src_path, dst_path, ty): member in class:ELFLinker
910 src.add_dep(dst, ty)
984 self.add_dep(match.group(1), match.group(2),
1018 lib.add_dep(dep, ELFLinkData.NEEDED)
    [all...]

Completed in 906 milliseconds