Home
last modified time | relevance | path

Searched defs:isDS (Results 1 – 3 of 3) 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
414 const GLboolean isDS = util_format_is_depth_and_stencil(strb->surface->format); in check_clear_stencil_with_quad() local
/external/chromium_org/third_party/mesa/src/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
414 const GLboolean isDS = util_format_is_depth_and_stencil(strb->surface->format); in check_clear_stencil_with_quad() local
/external/llvm/lib/Target/R600/
DSIInstrInfo.cpp454 bool SIInstrInfo::isDS(uint16_t Opcode) const { in isDS() function in SIInstrInfo