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

  /external/llvm/include/llvm/MC/
MCSubtargetInfo.h 45 FeatureBitset FeatureBits; // Feature bits for current CPU + FS
72 return FeatureBits;
78 FeatureBits = FeatureBits_;
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktRandomUniformBlockCase.hpp 39 enum FeatureBits
  /external/deqp/modules/glshared/
glsRandomUniformBlockCase.hpp 43 enum FeatureBits
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutTests.cpp 47 enum FeatureBits
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutTests.cpp 48 enum FeatureBits
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 335 // Selects a new architecture by updating the FeatureBits with the necessary
359 FeatureBitset FeatureBits = STI.getFeatureBits();
360 FeatureBits &= ~MipsAssemblerOptions::AllArchRelatedMask;
361 STI.setFeatureBits(FeatureBits);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 716 ULONG FeatureBits;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 793 milliseconds