Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c390 const GLboolean isDS = util_format_is_depth_and_stencil(strb->surface->format); in check_clear_depth_with_quad() local
399 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() local
436 if (!ds_separate && isDS && ctx->DrawBuffer->Visual.depthBits > 0) in check_clear_stencil_with_quad()
/external/llvm/lib/Target/R600/
DSIInstrInfo.h198 bool isDS(uint16_t Opcode) const { in isDS() function
DSIInstrInfo.cpp90 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()
DSIInsertWaits.cpp199 if (TII->isDS(MI.getOpcode())) { in isOpRelevant()
DSILowerControlFlow.cpp450 if (TII->isWQM(MI.getOpcode()) || TII->isDS(MI.getOpcode())) in runOnMachineFunction()