Searched defs:compatibleTypes (Results 1 – 3 of 3) sorted by relevance
360 const uint32_t compatibleTypes = getCompatibleMemoryTypes(deviceMemProps, requirement); in selectMatchingMemoryType() local378 uint32_t compatibleTypes = 0u; in getCompatibleMemoryTypes() local
441 ArrayList<Integer> compatibleTypes = new ArrayList<Integer>(); in getCompatibleDeviceTypes() local
401 private boolean compatibleTypes(TypeMirror parameterType, TypeMirror memberType) { in compatibleTypes() method in AutoAnnotationProcessor