Searched refs:is_sfu (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_depth.c100 if (is_sfu(assigner) || is_tex(assigner) || is_mem(assigner))
104 if (is_flow(consumer) || is_sfu(consumer) || is_tex(consumer) ||
H A Dir3_legalize.c231 if (is_sfu(n))
267 if (is_tex(n) || is_sfu(n) || is_mem(n)) {
H A Dir3_sched.c64 return is_sfu(instr) || is_mem(instr);
290 if (is_sfu(assigner)) {
H A Dir3.h653 static inline bool is_sfu(struct ir3_instruction *instr) function in typeref:typename:bool
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_delay.c79 if (soft && is_sfu(assigner))
83 if (is_sfu(assigner) || is_tex(assigner) || is_mem(assigner))
91 if (is_flow(consumer) || is_sfu(consumer) || is_tex(consumer) ||
H A Dir3_legalize.c255 if (is_sfu(n))
294 if (is_tex(n) || is_sfu(n) || is_mem(n)) {
H A Dir3_postsched.c122 if (is_sfu(instr)) {
244 if (!(is_sfu(n->instr) || is_tex(n->instr)))
H A Dir3_sched.c224 if (!is_sfu(instr))
309 if (is_sfu(instr)) {
588 if (ctx->sfu_index - ctx->first_outstanding_sfu_index >= 8 && is_sfu(instr))
H A Dir3.c310 if (is_sfu(instr)) {
H A Dir3.h870 is_sfu(struct ir3_instruction *instr) function in typeref:typename:bool
H A Dir3_ra.c1149 if (is_sfu(reg->instr) || is_alu(reg->instr)) {

Completed in 25 milliseconds