| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_stateobj.h | 65 bool inclusive; member in struct:nvc0_window_rect_stateobj
|
| H A D | nvc0_state_validate.c | 442 bool enable = nvc0->window_rect.rects > 0 || nvc0->window_rect.inclusive; 449 IMMED_NVC0(push, NVC0_3D(CLIP_RECTS_MODE), !nvc0->window_rect.inclusive);
|
| H A D | nvc0_state.c | 960 nvc0->window_rect.inclusive = include;
|
| H A D | nvc0_surface.c | 1092 nvc0->window_rect.inclusive = info->window_rectangle_include;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_stateobj.h | 66 bool inclusive; member in struct:nv50_window_rect_stateobj
|
| H A D | nv50_state_validate.c | 290 bool enable = nv50->window_rect.rects > 0 || nv50->window_rect.inclusive; 299 PUSH_DATA (push, !nv50->window_rect.inclusive);
|
| H A D | nv50_state.c | 1060 nv50->window_rect.inclusive = include;
|
| H A D | nv50_surface.c | 1261 nv50->window_rect.inclusive = info->window_rectangle_include;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_stateobj.h | 66 bool inclusive; member in struct:nv50_window_rect_stateobj
|
| H A D | nv50_state_validate.c | 290 bool enable = nv50->window_rect.rects > 0 || nv50->window_rect.inclusive; 299 PUSH_DATA (push, !nv50->window_rect.inclusive);
|
| H A D | nv50_state.c | 1062 nv50->window_rect.inclusive = include;
|
| H A D | nv50_surface.c | 1283 nv50->window_rect.inclusive = info->window_rectangle_include;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_stateobj.h | 65 bool inclusive; member in struct:nvc0_window_rect_stateobj
|
| H A D | nvc0_state_validate.c | 451 bool enable = nvc0->window_rect.rects > 0 || nvc0->window_rect.inclusive; 458 IMMED_NVC0(push, NVC0_3D(CLIP_RECTS_MODE), !nvc0->window_rect.inclusive);
|
| H A D | nvc0_state.c | 986 nvc0->window_rect.inclusive = include;
|
| H A D | nvc0_surface.c | 1086 nvc0->window_rect.inclusive = info->window_rectangle_include;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | enterleave.c | 765 int inclusive) 774 if (!(pwin_parent == P && inclusive)) 781 stopAt = (inclusive) ? pwin_parent->parent : pwin_parent; 796 int inclusive) 798 if ((!inclusive && win == stopAt) || !win) 801 CoreFocusInRecurse(dev, win->parent, stopAt, mode, inclusive); 813 * @param inclusive If TRUE, pwin_parent will receive the event too. 820 int inclusive) 832 CoreFocusInRecurse(dev, P, pwin_parent, mode, inclusive); 761 CoreFocusOutNotifyPointerEvents(DeviceIntPtr dev,WindowPtr pwin_parent,WindowPtr exclude,int mode,int inclusive) argument 792 CoreFocusInRecurse(DeviceIntPtr dev,WindowPtr win,WindowPtr stopAt,int mode,int inclusive) argument 816 CoreFocusInNotifyPointerEvents(DeviceIntPtr dev,WindowPtr pwin_parent,WindowPtr exclude,int mode,int inclusive) argument
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | enterleave.c | 958 WindowPtr exclude, int mode, int inclusive) 967 if (!(pwin_parent == P && inclusive)) 974 stopAt = (inclusive) ? pwin_parent->parent : pwin_parent; 986 WindowPtr win, WindowPtr stopAt, int mode, int inclusive) 988 if ((!inclusive && win == stopAt) || !win) 991 CoreFocusInRecurse(dev, win->parent, stopAt, mode, inclusive); 1002 * @param inclusive If TRUE, pwin_parent will receive the event too. 1007 WindowPtr exclude, int mode, int inclusive) 1019 CoreFocusInRecurse(dev, P, pwin_parent, mode, inclusive); 956 CoreFocusOutNotifyPointerEvents(DeviceIntPtr dev,WindowPtr pwin_parent,WindowPtr exclude,int mode,int inclusive) argument 985 CoreFocusInRecurse(DeviceIntPtr dev,WindowPtr win,WindowPtr stopAt,int mode,int inclusive) argument 1005 CoreFocusInNotifyPointerEvents(DeviceIntPtr dev,WindowPtr pwin_parent,WindowPtr exclude,int mode,int inclusive) argument
|
| /xsrc/external/mit/xf86-video-geode/dist/src/cim/ |
| H A D | cim_rtns.h | 149 unsigned long y1, int inclusive);
|
| H A D | cim_gp.c | 3185 int inclusive) 3238 /* An inclusive line can be accomplished by simply adding 1 to the */ 3242 if (inclusive) 3183 gp_line_from_endpoints(unsigned long dstoffset,unsigned long x0,unsigned long y0,unsigned long x1,unsigned long y1,int inclusive) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | context.rst | 81 inclusive, but xmax and ymax are exclusive. The inclusive ranges in x 93 are inclusive, while xmax/ymax are exclusive (same as scissor states 324 ``start`` to ``start``+``count``-1, inclusive. 327 ``start_instance``+``instance_count``-1, inclusive, will be drawn.
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | context.rst | 99 inclusive, but xmax and ymax are exclusive. The inclusive ranges in x 111 are inclusive, while xmax/ymax are exclusive (same as scissor states 349 ``start`` to ``start``+``count``-1, inclusive. 352 ``start_instance``+``instance_count``-1, inclusive, will be drawn.
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.c | 1749 * \p lo is the minimum value inclusive. 3962 LLVMValueRef identity, unsigned maxprefix, bool inclusive) 3966 if (!inclusive) 3961 ac_build_scan(struct ac_llvm_context * ctx,nir_op op,LLVMValueRef src,LLVMValueRef identity,unsigned maxprefix,bool inclusive) argument
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.0.0.rst | 1983 ac_build_{inclusive,exclusive}_scan
|
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | ctwm.1.adoc | 2401 between 1 and 5 inclusive. The next key or button event ctwm receives will
|