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

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qpu_emit.c 55 last_inst(struct qblock *block) function
65 *last_inst(block) = qpu_set_cond_add(*last_inst(block), cond);
71 *last_inst(block) = qpu_set_cond_mul(*last_inst(block), cond);
194 *last_inst(block) |= *unpack;
207 bool had_pm = *last_inst(block) & QPU_PM;
208 bool had_ws = *last_inst(block) & QPU_WS;
209 uint32_t unpack = QPU_GET_FIELD(*last_inst(block), QPU_UNPACK);
214 *last_inst(block) |= QPU_SET_FIELD(inst->dst.pack, QPU_PACK)
    [all...]
vc4_qir.c 752 struct qinst *last_inst = NULL; local
755 last_inst = (struct qinst *)c->cur_block->instructions.prev;
762 last_inst != c->defs[src.index]) {
763 last_inst = qir_MOV_dest(c, qir_reg(QFILE_NULL, 0), src);
764 last_inst = (struct qinst *)c->cur_block->instructions.prev;
766 last_inst->sf = true;
vc4_program.c 182 struct qinst *last_inst = NULL; local
184 last_inst = (struct qinst *)c->cur_block->instructions.prev;
188 last_inst && last_inst == c->defs[result.index]));
216 last_inst = c->defs[result.index];
220 c->defs[last_inst->dst.index] = NULL;
221 last_inst->dst.index = qregs[chan].index;
227 last_inst->dst.index = qregs[chan].index;
232 list_del(&last_inst->link);
234 list_addtail(&last_inst->link
    [all...]
  /art/compiler/optimizing/
graph_checker_test.cc 122 HInstruction* last_inst = exit_block->GetLastInstruction(); local
123 exit_block->RemoveInstruction(last_inst);
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 5936 int last_inst = tgsi_last_instruction(write_mask); local
5985 int last_inst = tgsi_last_instruction(write_mask); local
6041 int last_inst = tgsi_last_instruction(write_mask); local
6157 int last_inst = tgsi_last_instruction(write_mask); local
6237 int last_inst = tgsi_last_instruction(write_mask); local
    [all...]
  /external/jemalloc/bin/
jeprof.in     [all...]

Completed in 350 milliseconds