Searched refs:IR3_INSTR_SS (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_legalize.c117 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;
H A Dir3.c149 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)
H A Dir3_print.c48 if (instr->flags & IR3_INSTR_SS)
H A Dir3.h199 IR3_INSTR_SS = 0x002, enumerator in enum:ir3_instruction::__anond9a07c730503
H A Dir3_compiler_nir.c1039 barrier->flags = IR3_INSTR_SS | IR3_INSTR_SY;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_legalize.c139 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...]
H A Dir3_print.c89 if (instr->flags & IR3_INSTR_SS)
H A Dir3.c301 if (instr->flags & IR3_INSTR_SS) {
H A Dir3_compiler_nir.c1314 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;
H A Dir3.h272 IR3_INSTR_SS = 0x002, enumerator in enum:ir3_instruction::__anon3fdcb7e60403
H A Dir3_parser.y739 | T_SS { iflags.flags |= IR3_INSTR_SS; }
/xsrc/external/mit/MesaLib/dist/docs/drivers/freedreno/
H A Disaspec.rst265 <map name="SS">!!(src->flags &amp; IR3_INSTR_SS)</map>

Completed in 22 milliseconds