HomeSort by relevance Sort by last modified time
    Searched refs:MiscFlags (Results 1 - 23 of 23) sorted by null

  /external/llvm/include/llvm/Support/
CommandLine.h 148 enum MiscFlags { // Miscellaneous flags to adjust argument
296 void setMiscFlag(enum MiscFlags M) { Misc |= M; }
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h 140 enum MiscFlags { // Miscellaneous flags to adjust argument
221 void setMiscFlag(enum MiscFlags M) { setFlag(M, M); }
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
CommandLine.h 153 enum MiscFlags { // Miscellaneous flags to adjust argument
308 void setMiscFlag(enum MiscFlags M) { Misc |= M; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 156 enum MiscFlags { // Miscellaneous flags to adjust argument
311 void setMiscFlag(enum MiscFlags M) { Misc |= M; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
CommandLine.h 161 enum MiscFlags { // Miscellaneous flags to adjust argument
316 void setMiscFlag(enum MiscFlags M) { Misc |= M; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
CommandLine.h 161 enum MiscFlags { // Miscellaneous flags to adjust argument
316 void setMiscFlag(enum MiscFlags M) { Misc |= M; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
CommandLine.h 161 enum MiscFlags { // Miscellaneous flags to adjust argument
316 void setMiscFlag(enum MiscFlags M) { Misc |= M; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
CommandLine.h 161 enum MiscFlags { // Miscellaneous flags to adjust argument
316 void setMiscFlag(enum MiscFlags M) { Misc |= M; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
CommandLine.h 161 enum MiscFlags { // Miscellaneous flags to adjust argument
316 void setMiscFlag(enum MiscFlags M) { Misc |= M; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
CommandLine.h 161 enum MiscFlags { // Miscellaneous flags to adjust argument
316 void setMiscFlag(enum MiscFlags M) { Misc |= M; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 156 enum MiscFlags { // Miscellaneous flags to adjust argument
311 void setMiscFlag(enum MiscFlags M) { Misc |= M; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
CommandLine.h 161 enum MiscFlags { // Miscellaneous flags to adjust argument
316 void setMiscFlag(enum MiscFlags M) { Misc |= M; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
CommandLine.h 161 enum MiscFlags { // Miscellaneous flags to adjust argument
316 void setMiscFlag(enum MiscFlags M) { Misc |= M; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
CommandLine.h 161 enum MiscFlags { // Miscellaneous flags to adjust argument
316 void setMiscFlag(enum MiscFlags M) { Misc |= M; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
CommandLine.h 161 enum MiscFlags { // Miscellaneous flags to adjust argument
316 void setMiscFlag(enum MiscFlags M) { Misc |= M; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
CommandLine.h 161 enum MiscFlags { // Miscellaneous flags to adjust argument
316 void setMiscFlag(enum MiscFlags M) { Misc |= M; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
CommandLine.h 161 enum MiscFlags { // Miscellaneous flags to adjust argument
316 void setMiscFlag(enum MiscFlags M) { Misc |= M; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10.idl 431 UINT MiscFlags;
477 UINT MiscFlags;
484 cpp_quote(" explicit CD3D10_BUFFER_DESC(UINT byteWidth, UINT bindFlags, D3D10_USAGE usage = D3D10_USAGE_DEFAULT, UINT cpuaccessFlags = 0, UINT miscFlags = 0 ) {")
489 cpp_quote(" MiscFlags = miscFlags;")
514 UINT MiscFlags;
523 cpp_quote(" UINT miscFlags = 0) {")
531 cpp_quote(" MiscFlags = miscFlags;")
550 UINT MiscFlags;
    [all...]
d3d11.idl 377 UINT MiscFlags;
629 UINT MiscFlags;
    [all...]
d3d10.h 761 UINT MiscFlags;
801 UINT MiscFlags;
807 explicit CD3D10_BUFFER_DESC(UINT byteWidth, UINT bindFlags, D3D10_USAGE usage = D3D10_USAGE_DEFAULT, UINT cpuaccessFlags = 0, UINT miscFlags = 0 ) {
812 MiscFlags = miscFlags;
835 UINT MiscFlags;
843 UINT miscFlags = 0) {
851 MiscFlags = miscFlags;
869 UINT MiscFlags;
    [all...]
d3d11.h 681 UINT MiscFlags;
885 UINT MiscFlags;
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTShadowVol.cpp 416 sVBBufferDesc.MiscFlags = 0;
523 sIdxBuferDesc.MiscFlags = 0;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationWin32KeyedMutexTests.cpp 649 descBuf.MiscFlags = D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX;
702 descColor.MiscFlags = D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX | D3D11_RESOURCE_MISC_SHARED_NTHANDLE;
704 descColor.MiscFlags = D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX;
    [all...]

Completed in 1276 milliseconds