Home
last modified time | relevance | path

Searched defs:toCheck (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Denumset.h43 inline int32_t contains(T toCheck) const { return get(toCheck); } in contains()
45 inline int32_t get(T toCheck) const { return (fBools & flag(toCheck))?1:0; } in get()
46 inline UBool isValidEnum(T toCheck) const { return (toCheck>=minValue&&toCheck<limitValue); } in isValidEnum()
59 inline uint32_t flag(T toCheck) const { return (1<<(toCheck-minValue)); } in flag()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp41 bool is8BitStorageFeaturesSupported (const Context& context, Extension8BitStorageFeatures toCheck) in is8BitStorageFeaturesSupported()
61 const vk::VkPhysicalDeviceFeatures& toCheck, in isCoreFeaturesSupported()
125 bool is16BitStorageFeaturesSupported (const Context& context, Extension16BitStorageFeatures toCheck) in is16BitStorageFeaturesSupported()
144 …riablePointersFeaturesSupported (const Context& context, ExtensionVariablePointersFeatures toCheck) in isVariablePointersFeaturesSupported()
157 bool isFloat16Int8FeaturesSupported (const Context& context, ExtensionFloat16Int8Features toCheck) in isFloat16Int8FeaturesSupported()
170 …oatControlsFeaturesSupported (const Context& context, const ExtensionFloatControlsFeatures& toChec… in isFloatControlsFeaturesSupported()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp130 void areFeaturesSupported (const Context& context, deUint32 toCheck) in areFeaturesSupported()