HomeSort by relevance Sort by last modified time
    Searched defs:mark_used (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_dead_sources.c 19 static void mark_used( function
56 mark_used(inst, &inst->U.P.RGB);
57 mark_used(inst, &inst->U.P.Alpha);
radeon_remove_constants.c 46 static void mark_used(void * userdata, struct rc_instruction * inst, function
87 rc_for_all_reads_src(inst, mark_used, &d);
radeon_dataflow_deadcode.c 145 static void mark_used(struct deadcode_state * s, rc_register_file file, unsigned int index, unsigned int mask) function
200 mark_used(s, inst->U.I.SrcReg[src].File, inst->U.I.SrcReg[src].Index, refmask);
203 mark_used(s, RC_FILE_ADDRESS, 0, RC_MASK_X);
211 mark_used(s, RC_FILE_OUTPUT, index, mask);
259 mark_used(&s,
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_dead_sources.c 19 static void mark_used( function
56 mark_used(inst, &inst->U.P.RGB);
57 mark_used(inst, &inst->U.P.Alpha);
radeon_remove_constants.c 46 static void mark_used(void * userdata, struct rc_instruction * inst, function
87 rc_for_all_reads_src(inst, mark_used, &d);
radeon_dataflow_deadcode.c 145 static void mark_used(struct deadcode_state * s, rc_register_file file, unsigned int index, unsigned int mask) function
200 mark_used(s, inst->U.I.SrcReg[src].File, inst->U.I.SrcReg[src].Index, refmask);
203 mark_used(s, RC_FILE_ADDRESS, 0, RC_MASK_X);
211 mark_used(s, RC_FILE_OUTPUT, index, mask);
259 mark_used(&s,
  /external/chromium_org/tools/gn/
scope.h 74 mark_used(false) {
96 bool mark_used; member in struct:Scope::MergeOptions

Completed in 855 milliseconds