Searched refs:regmask_or (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_legalize.c | 99 regmask_or(&state->needs_ss, 101 regmask_or(&state->needs_ss_war, 103 regmask_or(&state->needs_sy,
|
| H A D | ir3.h | 1442 static inline void regmask_or(regmask_t *dst, regmask_t *a, regmask_t *b) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_legalize.c | 108 regmask_or(&state->needs_ss, &state->needs_ss, &pstate->needs_ss); 109 regmask_or(&state->needs_ss_war, &state->needs_ss_war, 111 regmask_or(&state->needs_sy, &state->needs_sy, &pstate->needs_sy);
|
| H A D | ir3.h | 2308 regmask_or(regmask_t *dst, regmask_t *a, regmask_t *b) function in typeref:typename:void
|
Completed in 8 milliseconds