OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIM3D_TRILIST
(Results
1 - 10
of
10
) sorted by null
/external/mesa3d/src/gallium/drivers/i915/
i915_state_inlines.h
231
case
PRIM3D_TRILIST
:
i915_prim_emit.c
175
emit_prim( stage, prim,
PRIM3D_TRILIST
, 3 );
i915_prim_vbuf.c
350
i915_render->hwprim =
PRIM3D_TRILIST
;
362
i915_render->hwprim =
PRIM3D_TRILIST
;
366
i915_render->hwprim =
PRIM3D_TRILIST
;
i915_reg.h
38
#define
PRIM3D_TRILIST
(0x0<<18)
[
all
...]
i915_debug.c
112
case
PRIM3D_TRILIST
: return "TRILIST"; break;
/external/mesa3d/src/mesa/drivers/dri/i915/
intel_render.c
77
PRIM3D_TRILIST
,
intel_tris.c
680
PRIM3D_TRILIST
,
681
PRIM3D_TRILIST
,
682
PRIM3D_TRILIST
,
683
PRIM3D_TRILIST
,
684
PRIM3D_TRILIST
,
685
PRIM3D_TRILIST
[
all
...]
i915_reg.h
38
#define
PRIM3D_TRILIST
(0x0<<18)
i915_debug.c
64
case
PRIM3D_TRILIST
: return "TRILIST"; break;
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_reg.h
231
#define
PRIM3D_TRILIST
(0x0<<18)
Completed in 58 milliseconds