Searched refs:inclusive (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_stateobj.h65 bool inclusive; member in struct:nvc0_window_rect_stateobj
H A Dnvc0_state_validate.c442 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 Dnvc0_state.c960 nvc0->window_rect.inclusive = include;
H A Dnvc0_surface.c1092 nvc0->window_rect.inclusive = info->window_rectangle_include;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_stateobj.h66 bool inclusive; member in struct:nv50_window_rect_stateobj
H A Dnv50_state_validate.c290 bool enable = nv50->window_rect.rects > 0 || nv50->window_rect.inclusive;
299 PUSH_DATA (push, !nv50->window_rect.inclusive);
H A Dnv50_state.c1060 nv50->window_rect.inclusive = include;
H A Dnv50_surface.c1261 nv50->window_rect.inclusive = info->window_rectangle_include;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_stateobj.h66 bool inclusive; member in struct:nv50_window_rect_stateobj
H A Dnv50_state_validate.c290 bool enable = nv50->window_rect.rects > 0 || nv50->window_rect.inclusive;
299 PUSH_DATA (push, !nv50->window_rect.inclusive);
H A Dnv50_state.c1062 nv50->window_rect.inclusive = include;
H A Dnv50_surface.c1283 nv50->window_rect.inclusive = info->window_rectangle_include;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_stateobj.h65 bool inclusive; member in struct:nvc0_window_rect_stateobj
H A Dnvc0_state_validate.c451 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 Dnvc0_state.c986 nvc0->window_rect.inclusive = include;
H A Dnvc0_surface.c1086 nvc0->window_rect.inclusive = info->window_rectangle_include;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Denterleave.c765 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 Denterleave.c958 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 Dcim_rtns.h149 unsigned long y1, int inclusive);
H A Dcim_gp.c3185 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 Dcontext.rst81 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 Dcontext.rst99 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 Dac_llvm_build.c1749 * \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 D19.0.0.rst1983 ac_build_{inclusive,exclusive}_scan
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc2401 between 1 and 5 inclusive. The next key or button event ctwm receives will

Completed in 52 milliseconds

12