Searched refs:hasOtherBitsThan (Results 1 – 2 of 2) sorted by relevance
40 bool hasOtherBitsThan(cl_bitfield bits) const { return (mBits & ~bits) != 0u; } in hasOtherBitsThan() function41 bool hasOtherBitsThan(const BitField &other) const { return (mBits & ~other.mBits) != 0u; } in hasOtherBitsThan() function
128 if (flags.hasOtherBitsThan(allowedFlags)) in ValidateMemoryFlags()147 if (flags.hasOtherBitsThan(allowedFlags)) in ValidateMapFlags()2186 if (properties.hasOtherBitsThan(CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE | in ValidateSetCommandQueueProperty()2318 if (properties.hasOtherBitsThan(CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE | in ValidateCreateCommandQueue()3204 if (flags.hasOtherBitsThan(allowedFlags)) in ValidateEnqueueMigrateMemObjects()3283 if (props.hasOtherBitsThan(validProps) || in ValidateCreateCommandQueueWithProperties()