Searched defs:isDS (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/R600/
H A DSIInstrInfo.h198 bool isDS(uint16_t Opcode) const { function in class:llvm::SIInstrInfo
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_clear.c390 const GLboolean isDS = util_format_is_depth_and_stencil(strb->surface->format); local
399 if (!ds_separate && isDS && ctx->DrawBuffer->Visual.stencilBits > 0)
414 const GLboolean isDS = util_format_is_depth_and_stencil(strb->surface->format); local
436 if (!ds_separate && isDS && ctx->DrawBuffer->Visual.depthBits > 0)

Completed in 73 milliseconds