Searched refs:regmask_or (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_legalize.c99 regmask_or(&state->needs_ss,
101 regmask_or(&state->needs_ss_war,
103 regmask_or(&state->needs_sy,
H A Dir3.h1442 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 Dir3_legalize.c108 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 Dir3.h2308 regmask_or(regmask_t *dst, regmask_t *a, regmask_t *b) function in typeref:typename:void

Completed in 8 milliseconds