Searched defs:toCheck (Results 1 – 9 of 9) 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()
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 ((uint32_t)toCheck>=minValue&&(uint32_t)toChec… in isValidEnum()59 inline uint32_t flag(T toCheck) const { return (1<<(toCheck-minValue)); } in flag()
55 const vk::VkPhysicalDeviceFeatures& toCheck, in isCoreFeaturesSupported()122 …Int8FeaturesSupported(const Context& context, const vk::VkPhysicalDeviceShaderFloat16Int8Features&… in isFloat16Int8FeaturesSupported()132 …StorageFeaturesSupported(const Context& context, const vk::VkPhysicalDevice8BitStorageFeatures& to… in is8BitStorageFeaturesSupported()143 …StorageFeaturesSupported(const Context& context, const vk::VkPhysicalDevice16BitStorageFeatures& t… in is16BitStorageFeaturesSupported()155 …ntersFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceVariablePointersFeatures&… in isVariablePointersFeaturesSupported()165 …odelFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceVulkanMemoryModelFeatures&… in isVulkanMemoryModelFeaturesSupported()176 …FeaturesSupported(const Context& context, const vk::VkPhysicalDeviceShaderIntegerDotProductFeature… in isIntegerDotProductFeaturesSupported()187 …rolsFeaturesSupported (const Context& context, const vk::VkPhysicalDeviceFloatControlsProperties& … in isFloatControlsFeaturesSupported()
44 var toCheck = getChecks.apply(this) variable in PythonFinder
713 bool getUseANGLE(const Scenario &toCheck) in getUseANGLE()
757 bool getUseANGLE(const Scenario &toCheck) in getUseANGLE()
139 void areFeaturesSupported (const Context& context, deUint32 toCheck) in areFeaturesSupported()