HomeSort by: relevance | last modified time | path
    Searched refs:new_last (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/xkb/
XKBNames.c 780 int first, last, old_last, new_last; local
792 new_last = (new->first_type + new->num_types - 1);
800 if (old_last > new_last)
803 last = new_last;
815 new_last = (new->first_lvl + new->num_lvls - 1);
823 if (old_last > new_last)
826 last = new_last;
844 new_last = (new->first_key + new->num_keys - 1);
851 if (old_last > new_last)
852 new_last = old_last
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_bo.c 140 struct radv_amdgpu_map_range new_first, new_last; local
203 new_last = parent->ranges[last];
220 new_last.size -= offset + size - new_last.offset;
221 new_last.offset = offset + size;
222 radv_amdgpu_winsys_virtual_map(parent, &new_last);
234 parent->ranges[new_idx + 1] = new_last;
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_bo.c 162 struct radv_amdgpu_map_range new_first, new_last; local
234 new_last = parent->ranges[last];
251 new_last.size -= offset + size - new_last.offset;
252 new_last.bo_offset += (offset + size - new_last.offset);
253 new_last.offset = offset + size;
254 radv_amdgpu_winsys_virtual_map(ws, parent, &new_last);
266 parent->ranges[new_idx + 1] = new_last;
  /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
vbo_exec_api.c 322 fi_type *new_last = exec->vtx.vertex + exec->vtx.vertex_size_no_pos - 1; local
341 fi_type *new = new_last;

Completed in 23 milliseconds