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

  /external/chromium_org/third_party/mesa/src/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/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.cpp 450 int isDS(uint16_t Opcode);
454 bool SIInstrInfo::isDS(uint16_t Opcode) const {
455 return ::AMDGPU::isDS(Opcode) != -1;
    [all...]

Completed in 102 milliseconds