Home
last modified time | relevance | path

Searched refs:mark_used (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_dead_sources.c45 static void mark_used( in mark_used() function
82 mark_used(inst, &inst->U.P.RGB); in rc_pair_remove_dead_sources()
83 mark_used(inst, &inst->U.P.Alpha); in rc_pair_remove_dead_sources()
Dradeon_dataflow_deadcode.c145 static void mark_used(struct deadcode_state * s, rc_register_file file, unsigned int index, unsigne… in mark_used() function
200 mark_used(s, inst->U.I.SrcReg[src].File, inst->U.I.SrcReg[src].Index, refmask); in update_instruction()
203 mark_used(s, RC_FILE_ADDRESS, 0, RC_MASK_X); in update_instruction()
211 mark_used(s, RC_FILE_OUTPUT, index, mask); in mark_output_use()
259 mark_used(&s, in rc_dataflow_deadcode()
Dradeon_remove_constants.c47 static void mark_used(void * userdata, struct rc_instruction * inst, in mark_used() function
88 rc_for_all_reads_src(inst, mark_used, &d); in rc_remove_unused_constants()
/external/v8/src/profiler/
Dprofile-generator-inl.h31 if (entry) entry->mark_used(); in FindEntry()
Dprofile-generator.h91 void mark_used() { bit_field_ = UsedField::update(bit_field_, true); } in mark_used() function
/external/tensorflow/tensorflow/python/util/
Dtf_should_use.py132 copy_tx.mark_used = _new_mark_used
Dtf_should_use_test.py136 return_const(0.0).mark_used()
/external/tensorflow/tensorflow/python/kernel_tests/
Dtensor_array_ops_test.py1371 ta.unstack(array_ops.zeros([0, 3, 5])).mark_used()