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

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir_validate.c 28 fail_instr(struct vc4_compile *c, struct qinst *inst, const char *msg) function
53 fail_instr(c, def, "SSA def with condition");
60 fail_instr(c, inst, "bad temp index");
64 fail_instr(c, inst, "Re-assignment of SSA value");
85 fail_instr(c, inst, "Bad dest file");
94 fail_instr(c, inst,
101 fail_instr(c, inst,
114 fail_instr(c, inst, "bad temp index");
126 fail_instr(c, inst, "bad small immediate");
133 fail_instr(c, inst, "frag access in VS/CS")
    [all...]
vc4_qpu_validate.c 28 fail_instr(uint64_t inst, const char *msg) function
147 fail_instr(inst, "write to phys reg in thread end");
154 fail_instr(inst, "implicit sb wait in program end");
170 fail_instr(insts[j], "last 3 instructions "
180 fail_instr(insts[j], "last 3 instructions "
189 fail_instr(insts[i + 2], "final instruction doing "
203 fail_instr(inst, "sb wait in first two insts");
218 fail_instr(inst, "TMU write too soon after TMU_NOSWAP");
244 fail_instr(insts[i + 1],
265 fail_instr(inst, "R4 write too soon after SFU write")
    [all...]
  /external/mesa3d/src/broadcom/compiler/
qpu_validate.c 49 fail_instr(struct v3d_qpu_validate_state *state, const char *msg) function
116 fail_instr(state, "LDUNIF after a LDVARY");
160 fail_instr(state,
165 fail_instr(state, "LDVARY during THRSW delay slots");
175 fail_instr(state, "R4 read too soon after SFU");
178 fail_instr(state, "R4 write too soon after SFU");
181 fail_instr(state, "SFU write too soon after SFU");
196 fail_instr(state,
205 fail_instr(state, "THRSW in a branch delay slot.");
212 fail_instr(state, "Two last-THRSW signals")
    [all...]

Completed in 3189 milliseconds