Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_NOPs.cpp157 bool has_DS = false; member
172 has_DS |= other.has_DS; in join()
186 has_DS == other.has_DS && has_branch_after_DS == other.has_branch_after_DS && in operator ==()
789 ctx.has_DS = ctx.has_branch_after_DS;
791 ctx.has_DS = true;
797 ctx.has_branch_after_DS = ctx.has_DS;
802 ctx.has_VMEM = ctx.has_branch_after_VMEM = ctx.has_DS = ctx.has_branch_after_DS = false;
804 if ((ctx.has_VMEM && ctx.has_branch_after_DS) || (ctx.has_DS
[all...]

Completed in 3 milliseconds