Searched refs:new_last (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBNames.c780 int first, last, old_last, new_last; local in function:XkbNoteNameChanges
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
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_bo.c140 struct radv_amdgpu_map_range new_first, new_last; local in function:radv_amdgpu_winsys_bo_virtual_bind
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/
H A Dradv_amdgpu_bo.c162 struct radv_amdgpu_map_range new_first, new_last; local in function:radv_amdgpu_winsys_bo_virtual_bind
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/
H A Dvbo_exec_api.c322 fi_type *new_last = exec->vtx.vertex + exec->vtx.vertex_size_no_pos - 1; local in function:vbo_exec_wrap_upgrade_vertex
341 fi_type *new = new_last;

Completed in 6 milliseconds