Home
last modified time | relevance | path

Searched refs:hasOtherBitsThan (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLBitField.h40 bool hasOtherBitsThan(cl_bitfield bits) const { return (mBits & ~bits) != 0u; } in hasOtherBitsThan() function in cl::BitField
41 bool hasOtherBitsThan(const BitField &other) const { return (mBits & ~other.mBits) != 0u; } in hasOtherBitsThan() function in cl::BitField
H A DvalidationCL.cpp128 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()

Completed in 6 milliseconds