Searched refs:compatibleTypes (Results 1 – 2 of 2) sorted by relevance
72 const deUint32 compatibleTypes = getCompatibleMemoryTypes(deviceMemProps, requirement); in selectMatchingMemoryType() local73 const deUint32 candidates = allowedMemTypeBits & compatibleTypes; in selectMatchingMemoryType()341 deUint32 compatibleTypes = 0u; in getCompatibleMemoryTypes() local346 compatibleTypes |= (1u << memoryTypeNdx); in getCompatibleMemoryTypes()349 return compatibleTypes; in getCompatibleMemoryTypes()
692 const deUint32 compatibleTypes = getCompatibleMemoryTypes(deviceMemProps, requirement); in selectMatchingMemoryType() local693 const deUint32 candidates = allowedMemTypeBits & compatibleTypes; in selectMatchingMemoryType()