Searched refs:compatibleTypes (Results 1 – 3 of 3) sorted by relevance
77 const deUint32 compatibleTypes = getCompatibleMemoryTypes(deviceMemProps, requirement); in selectMatchingMemoryType() local78 const deUint32 candidates = allowedMemTypeBits & compatibleTypes; in selectMatchingMemoryType()361 deUint32 compatibleTypes = 0u; in getCompatibleMemoryTypes() local366 compatibleTypes |= (1u << memoryTypeNdx); in getCompatibleMemoryTypes()369 return compatibleTypes; in getCompatibleMemoryTypes()
338 if (compatibleTypes(parameterType, memberType)) { in getParameters()389 private boolean compatibleTypes(TypeMirror parameterType, TypeMirror memberType) { in compatibleTypes() method in AutoAnnotationProcessor
689 const deUint32 compatibleTypes = getCompatibleMemoryTypes(deviceMemProps, requirement); in selectMatchingMemoryType() local690 const deUint32 candidates = allowedMemTypeBits & compatibleTypes; in selectMatchingMemoryType()