Searched defs:toCheck (Results 1 – 5 of 5) sorted by relevance
43 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()
51 bool is8BitStorageFeaturesSupported (const Context& context, Extension8BitStorageFeatures toCheck) in is8BitStorageFeaturesSupported()71 const vk::VkPhysicalDeviceFeatures& toCheck, in isCoreFeaturesSupported()135 bool is16BitStorageFeaturesSupported (const Context& context, Extension16BitStorageFeatures toCheck) in is16BitStorageFeaturesSupported()154 …riablePointersFeaturesSupported (const Context& context, ExtensionVariablePointersFeatures toCheck) in isVariablePointersFeaturesSupported()167 bool isFloat16Int8FeaturesSupported (const Context& context, ExtensionFloat16Int8Features toCheck) in isFloat16Int8FeaturesSupported()180 …anMemoryModelFeaturesSupported (const Context& context, ExtensionVulkanMemoryModelFeatures toCheck) in isVulkanMemoryModelFeaturesSupported()196 …oatControlsFeaturesSupported (const Context& context, const ExtensionFloatControlsFeatures& toChec… in isFloatControlsFeaturesSupported()
713 bool getUseANGLE(const Scenario &toCheck) in getUseANGLE()
138 void areFeaturesSupported (const Context& context, deUint32 toCheck) in areFeaturesSupported()