Home
last modified time | relevance | path

Searched defs:FEATURE (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/
Dconfig.h735 #define ENABLED(FEATURE) ((FEATURE) == 1) argument
736 #define DISABLED(FEATURE) ((FEATURE) != 1) argument
/third_party/cef/include/base/
Dcef_compiler_specific.h282 #define HAS_FEATURE(FEATURE) __has_feature(FEATURE) argument
284 #define HAS_FEATURE(FEATURE) 0 argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp51 #define IS_CORE_FEATURE_AVAILABLE(CHECKED, AVAILABLE, FEATURE) \ argument
119 #define IS_AVAIL(EXT_NAME, FEATURE) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAArch64TargetParser.h82 #define AARCH64_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \ argument
DARMTargetParser.h70 #define ARM_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \ argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp104 #define FEATURE(_X_) DE_OFFSET_OF(VkPhysicalDeviceFeatures, _X_) macro