OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/AMDGPU/
SIInsertWaits.cpp
248
if (TII->
isDS
(MI) || TII->isFLAT(MI)) {
254
if (TII->
isDS
(MI)) {
SIInstrInfo.h
303
static bool
isDS
(const MachineInstr &MI) {
307
bool
isDS
(uint16_t Opcode) const {
SIWholeQuadMode.cpp
162
if (TII->isWQM(Opcode) || TII->
isDS
(Opcode)) {
SIInstrInfo.cpp
106
if (
isDS
(Opc0) &&
isDS
(Opc1)) {
210
if (
isDS
(LdSt)) {
305
if (
isDS
(FirstLdSt) &&
isDS
(SecondLdSt)) {
[
all
...]
Completed in 174 milliseconds