HomeSort by relevance Sort by last modified time
    Searched refs:isDS (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_cb_clear.c 390 const GLboolean isDS = util_format_is_depth_and_stencil(strb->surface->format);
399 if (!ds_separate && isDS && ctx->DrawBuffer->Visual.stencilBits > 0)
414 const GLboolean isDS = util_format_is_depth_and_stencil(strb->surface->format);
436 if (!ds_separate && isDS && ctx->DrawBuffer->Visual.depthBits > 0)
  /external/llvm/lib/Target/R600/
SIInstrInfo.h 198 bool isDS(uint16_t Opcode) const {
SIInsertWaits.cpp 199 if (TII->isDS(MI.getOpcode())) {
SIInstrInfo.cpp 90 if (isDS(Opc0) && isDS(Opc1)) {
193 if (isDS(Opc)) {
286 if (isDS(Opc0) && isDS(Opc1))
    [all...]
SILowerControlFlow.cpp 450 if (TII->isWQM(MI.getOpcode()) || TII->isDS(MI.getOpcode()))

Completed in 251 milliseconds