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

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_postsched.c80 bool has_tex_src, has_sfu_src; member in struct:ir3_postsched_node
90 has_tex_src(struct ir3_instruction *instr) function in typeref:typename:bool
93 return node->has_tex_src;
132 } else if (has_tex_src(instr)) {
171 if (has_tex_src(instr))
401 node->has_tex_src = true;

Completed in 2 milliseconds