HomeSort by: relevance | last modified time | path
    Searched refs:IR3_INSTR_SS (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_legalize.c 117 n->flags &= ~(IR3_INSTR_SS | IR3_INSTR_SY);
129 n->flags |= IR3_INSTR_SS | IR3_INSTR_SY;
147 n->flags |= IR3_INSTR_SS;
169 n->flags |= IR3_INSTR_SS;
185 if ((n->flags & IR3_INSTR_SS) && (opc_cat(n->opc) >= 5)) {
188 nop->flags |= IR3_INSTR_SS;
189 n->flags &= ~IR3_INSTR_SS;
239 ir3_NOP(block)->flags |= IR3_INSTR_SS;
290 baryf->flags |= IR3_INSTR_SS;
ir3.c 149 cat0->ss = !!(instr->flags & IR3_INSTR_SS);
191 cat1->ss = !!(instr->flags & IR3_INSTR_SS);
282 cat2->ss = !!(instr->flags & IR3_INSTR_SS);
387 cat3->ss = !!(instr->flags & IR3_INSTR_SS);
435 cat4->ss = !!(instr->flags & IR3_INSTR_SS);
841 cat7->ss = !!(instr->flags & IR3_INSTR_SS);
899 if (instr->flags & IR3_INSTR_SS)
ir3_print.c 48 if (instr->flags & IR3_INSTR_SS)
ir3.h 199 IR3_INSTR_SS = 0x002,
ir3_compiler_nir.c 1039 barrier->flags = IR3_INSTR_SS | IR3_INSTR_SY;
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_legalize.c 139 n->flags &= ~(IR3_INSTR_SS | IR3_INSTR_SY);
154 n->flags |= IR3_INSTR_SS | IR3_INSTR_SY;
162 n->flags |= IR3_INSTR_SS;
187 n->flags |= IR3_INSTR_SS;
209 n->flags |= IR3_INSTR_SS;
226 if ((n->flags & IR3_INSTR_SS) && (opc_cat(n->opc) >= 5)) {
229 nop->flags |= IR3_INSTR_SS;
230 n->flags &= ~IR3_INSTR_SS;
264 ir3_NOP(block)->flags |= IR3_INSTR_SS;
328 last_input->flags |= IR3_INSTR_SS;
    [all...]
ir3_print.c 89 if (instr->flags & IR3_INSTR_SS)
ir3.c 301 if (instr->flags & IR3_INSTR_SS) {
ir3_compiler_nir.c 1314 barrier->flags = IR3_INSTR_SS | IR3_INSTR_SY;
3813 barrier->flags = IR3_INSTR_SS | IR3_INSTR_SY;
4338 instr->flags |= IR3_INSTR_SS | IR3_INSTR_SY;
ir3.h 272 IR3_INSTR_SS = 0x002,
ir3_parser.y 739 | T_SS { iflags.flags |= IR3_INSTR_SS; }

Completed in 15 milliseconds