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()
198 bool isDS(uint16_t Opcode) const { in isDS() function
90 if (isDS(Opc0) && isDS(Opc1)) { in areLoadsFromSameBasePtr()193 if (isDS(Opc)) { in getLdStBaseRegImmOfs()286 if (isDS(Opc0) && isDS(Opc1)) in shouldClusterLoads()1077 if (isDS(Opc0)) { in areMemAccessesTriviallyDisjoint()1078 if (isDS(Opc1)) in areMemAccessesTriviallyDisjoint()
199 if (TII->isDS(MI.getOpcode())) { in isOpRelevant()
450 if (TII->isWQM(MI.getOpcode()) || TII->isDS(MI.getOpcode())) in runOnMachineFunction()