Searched refs:LAYOUT_XFBSTRIDE (Results 1 – 2 of 2) sorted by relevance
51 LAYOUT_XFBSTRIDE = (1<<5), enumerator52 LAYOUT_MASK = LAYOUT_XFBBUFFER|LAYOUT_XFBOFFSET|LAYOUT_XFBSTRIDE,
361 { LAYOUT_XFBSTRIDE, "xfb_stride" }, in operator <<()373 if (bitDesc[descNdx].bit == LAYOUT_XFBSTRIDE) str << " = " << fmt.stride; in operator <<()793 interfaceBlock.setFlag(LAYOUT_XFBSTRIDE); in computeXfbLayout()