Searched refs:get_mapping (Results 1 – 3 of 3) sorted by relevance
104 def get_mapping(self, key): member in _VersionMapHandler131 version = self.get_mapping(key)148 old_version = self.get_mapping(key)174 version = self.get_mapping(key)226 version = self.get_mapping(board)
853 fn get_mapping(mem: &GuestMemory, addr: GuestAddress) -> Result<*const u8> { in get_mapping() function864 let addr1_base = get_mapping(&mem, start_addr1).unwrap(); in guest_to_host()865 let addr2_base = get_mapping(&mem, start_addr2).unwrap(); in guest_to_host()
145 static uint get_mapping(struct i915_fragment_shader* fs, int unit) in get_mapping() function199 int real_tex_unit = get_mapping(fs, I915_SEMANTIC_POS); in src_vector()220 int real_tex_unit = get_mapping(fs, sem_ind); in src_vector()227 int real_tex_unit = get_mapping(fs, I915_SEMANTIC_FACE); in src_vector()