OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hwprim
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/i915/
i915_prim_vbuf.c
72
unsigned
hwprim
;
member in struct:i915_vbuf_render
334
i915_render->
hwprim
= PRIM3D_POINTLIST;
338
i915_render->
hwprim
= PRIM3D_LINELIST;
342
i915_render->
hwprim
= PRIM3D_LINELIST;
346
i915_render->
hwprim
= PRIM3D_LINESTRIP;
350
i915_render->
hwprim
= PRIM3D_TRILIST;
354
i915_render->
hwprim
= PRIM3D_TRISTRIP;
358
i915_render->
hwprim
= PRIM3D_TRIFAN;
362
i915_render->
hwprim
= PRIM3D_TRILIST;
366
i915_render->
hwprim
= PRIM3D_TRILIST
[
all
...]
/external/mesa3d/src/gallium/drivers/r300/
r300_render.c
65
unsigned
hwprim
= prim_conv[prim];
local
67
assert(
hwprim
!= -1);
68
return
hwprim
;
889
unsigned
hwprim
;
member in struct:r300_render
[
all
...]
Completed in 127 milliseconds