Searched refs:isDS (Results 1 – 5 of 5) sorted by relevance
390 const GLboolean isDS = util_format_is_depth_and_stencil(strb->surface->format); in check_clear_depth_with_quad() local399 if (!ds_separate && isDS && ctx->DrawBuffer->Visual.stencilBits > 0) in check_clear_depth_with_quad()414 const GLboolean isDS = util_format_is_depth_and_stencil(strb->surface->format); in check_clear_stencil_with_quad() local436 if (!ds_separate && isDS && ctx->DrawBuffer->Visual.depthBits > 0) in check_clear_stencil_with_quad()
248 if (TII->isDS(MI) || TII->isFLAT(MI)) { in isOpRelevant()254 if (TII->isDS(MI)) { in isOpRelevant()
303 static bool isDS(const MachineInstr &MI) { in isDS() function307 bool isDS(uint16_t Opcode) const { in isDS() function
106 if (isDS(Opc0) && isDS(Opc1)) { in areLoadsFromSameBasePtr()210 if (isDS(LdSt)) { in getMemOpBaseRegImmOfs()305 if (isDS(FirstLdSt) && isDS(SecondLdSt)) { in shouldClusterMemOps()1384 if (isDS(MIa)) { in areMemAccessesTriviallyDisjoint()1385 if (isDS(MIb)) in areMemAccessesTriviallyDisjoint()
162 if (TII->isWQM(Opcode) || TII->isDS(Opcode)) { in scanInstructions()