Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_insert_NOPs.cpp150 bool has_DS = false; member
160 has_DS |= other.has_DS; in join()
173 has_DS == other.has_DS && in operator ==()
719 ctx.has_DS = ctx.has_branch_after_DS; in handle_instruction_gfx10()
721 ctx.has_DS = true; in handle_instruction_gfx10()
727 ctx.has_branch_after_DS = ctx.has_DS; in handle_instruction_gfx10()
732 ctx.has_VMEM = ctx.has_branch_after_VMEM = ctx.has_DS = ctx.has_branch_after_DS = false; in handle_instruction_gfx10()
734 if ((ctx.has_VMEM && ctx.has_branch_after_DS) || (ctx.has_DS && ctx.has_branch_after_VMEM)) { in handle_instruction_gfx10()
735 ctx.has_VMEM = ctx.has_branch_after_VMEM = ctx.has_DS = ctx.has_branch_after_DS = false; in handle_instruction_gfx10()