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

  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3.c 839 instr_cat7_t *cat7 = ptr; local
841 cat7->ss = !!(instr->flags & IR3_INSTR_SS);
842 cat7->w = instr->cat7.w;
843 cat7->r = instr->cat7.r;
844 cat7->l = instr->cat7.l;
845 cat7->g = instr->cat7.g
    [all...]
disasm-a3xx.c 844 instr_cat7_t *cat7 = &instr->cat7; local
846 if (cat7->g)
848 if (cat7->l)
851 if (_OPC(7, cat7->opc) == OPC_FENCE) {
852 if (cat7->r)
854 if (cat7->w)
ir3_compiler_nir.c 1037 barrier->cat7.g = true;
1038 barrier->cat7.l = true;
1044 barrier->cat7.g = true;
1045 barrier->cat7.r = true;
1046 barrier->cat7.w = true;
1047 barrier->cat7.l = true;
1057 barrier->cat7.g = true;
1058 barrier->cat7.r = true;
1059 barrier->cat7.w = true;
1067 barrier->cat7.g = true
    [all...]
instr-a3xx.h 799 instr_cat7_t cat7; member in union:PACKED
806 uint32_t ss : 1; /* cat1-cat4 (cat0??) and cat7 (?) */
873 case 7: return instr->cat7.opc;
ir3.h 262 } cat7; member in union:ir3_instruction::__anon3483
1395 /* cat7 instructions: */
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_compiler_nir.c 1311 barrier->cat7.g = true;
1313 barrier->cat7.l = true;
1354 barrier->cat7.r = true;
1355 barrier->cat7.w = true;
1358 barrier->cat7.g = true;
1363 barrier->cat7.l = true;
1367 barrier->cat7.l = true;
1406 barrier->cat7.g = true;
1408 barrier->cat7.l = true;
1409 barrier->cat7.r = true
    [all...]
ir3_parser.y 1149 cat7_scope: '.' 'w' { instr->cat7.w = true; }
1150 | '.' 'r' { instr->cat7.r = true; }
1151 | '.' 'l' { instr->cat7.l = true; }
1152 | '.' 'g' { instr->cat7.g = true; }
ir3.h 351 } cat7; member in union:ir3_instruction::__anon955
2206 /* cat7 instructions: */

Completed in 18 milliseconds