Searched refs:marked (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/glu/dist/src/libtess/
H A Drender.c90 f->marked = FALSE;
98 if( f->inside && ! f->marked ) {
100 assert( f->marked );
139 /* Macros which keep track of faces we have marked temporarily, and allow
146 #define Marked(f) (! (f)->inside || (f)->marked)
148 #define AddToTrail(f,t) ((f)->trail = (t), (t) = (f), (f)->marked = TRUE)
152 (t)->marked = FALSE; t = (t)->trail; \
294 e->Lface->marked = TRUE;
316 e->Lface->marked = TRUE;
322 e->Lface->marked
[all...]
H A Dmesh.h134 GLboolean marked; /* flag for conversion to strips */ member in struct:GLUface
181 * Other internal data (v->data, v->activeRegion, f->data, f->marked,
H A Dmesh.c186 fNew->marked = FALSE;
188 /* The new face is marked "inside" if the old one was. This is a
627 f->marked = FALSE;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.1.1.rst84 - nv30: ensure that displayable formats are marked accordingly
H A D17.1.5.rst35 - bitfieldExtract is marked as a built-in function on OpenGL ES 3.0,
H A D18.0.5.rst106 - cherry-ignore: nv30: ensure that displayable formats are marked
H A D20.2.5.rst146 - radv: fix optimizing needed states if some are marked as dynamic
H A D17.2.0.rst158 - bitfieldExtract is marked as a built-in function on OpenGL ES 3.0,
H A D20.0.0.rst319 - pan/midgard: Remove code marked "TODO: remove me"
H A D20.1.0.rst1644 - freedreno: Drop an unnecessary include marked "this should go away"
H A D21.0.0.rst296 - pan/bi: Ensure TEXC src0 is not marked SSA
H A D20.3.0.rst4393 - radv: fix optimizing needed states if some are marked as dynamic
H A D21.2.0.rst4231 - zink: ensure sparse allocations aren't marked host-visible
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A Ddocker.rst21 with that tag marked in the GitLab UI.
/xsrc/external/mit/xterm/dist/
H A Dfontutils.c5524 Bool marked = False; local in function:save2FontList
5540 marked = True;
5550 marked = False;
5558 marked = False;
5566 marked = False;
5570 marked = False;
5577 if (!marked)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Drasterizer.rst94 The frontface vertex shader color output is marked with TGSI semantic
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Drasterizer.rst94 The frontface vertex shader color output is marked with TGSI semantic
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/freedreno/
H A Dir3-notes.rst412 In the depth pass, a depth is calculated for each instruction node within it's basic block. The depth is the sum of the required cycles (delay slots needed between two instructions plus one) of each instruction plus the max depth of any of it's source instructions. (meta_ instructions don't add to the depth). As an instruction's depth is calculated, it is inserted into a per block list sorted by deepest instruction. Unreachable instructions and inputs are marked.
/xsrc/external/mit/MesaLib/dist/docs/drivers/freedreno/
H A Dir3-notes.rst383 In the depth pass, a depth is calculated for each instruction node within its basic block. The depth is the sum of the required cycles (delay slots needed between two instructions plus one) of each instruction plus the max depth of any of its source instructions. (meta_ instructions don't add to the depth). As an instruction's depth is calculated, it is inserted into a per block list sorted by deepest instruction. Unreachable instructions and inputs are marked.
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/
H A Ddoxygen.conf.in277 # documentation sections, marked by \if sectionname ... \endif.
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json23413 "description": "frontends/va/enc: allow for frames to be marked as (not) referenced",
[all...]

Completed in 215 milliseconds