HomeSort by relevance Sort by last modified time
    Searched full:attrmask (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp 61 * @param attrMask - Attributes, from the enumeration attributeBits.
65 static InstructionContext contextForAttrs(uint16_t attrMask) {
66 return static_cast<InstructionContext>(CONTEXTS_SYM[attrMask]);
808 * @param attrMask - The attribute mask to search.
814 uint16_t attrMask) {
817 InstructionContext instructionClass = contextForAttrs(attrMask);
878 uint16_t attrMask;
883 attrMask = ATTR_NONE;
886 attrMask |= ATTR_64BIT;
889 attrMask |= (insn->vectorExtensionType == TYPE_EVEX) ? ATTR_EVEX : ATTR_VEX
    [all...]
  /external/libpng/contrib/gregbook/
rpng-x.c 435 ulg attrmask; local
543 attrmask = CWBackingStore | CWEventMask;
548 attrmask |= CWColormap | CWBackPixel | CWBorderPixel;
552 depth, InputOutput, visual, attrmask, &attr);
rpng2-x.c 807 ulg attrmask; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c 165 * Interpolate the active attributes (and'd with attrMask) to
172 GLbitfield64 attrMask)
180 attrMask &= ~span->arrayAttribs;
183 if (attrMask & BITFIELD64_BIT(attr)) {
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 165 * Interpolate the active attributes (and'd with attrMask) to
172 GLbitfield64 attrMask)
180 attrMask &= ~span->arrayAttribs;
183 if (attrMask & BITFIELD64_BIT(attr)) {
    [all...]

Completed in 427 milliseconds