OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hw_prim
(Results
1 - 7
of
7
) sorted by null
/external/mesa3d/src/gallium/drivers/svga/
svga_draw_arrays.c
192
unsigned
hw_prim
;
local
195
hw_prim
= svga_translate_prim(prim, count, &hw_count);
199
range.primType =
hw_prim
;
svga_draw_elements.c
112
unsigned
hw_prim
;
local
117
hw_prim
= svga_translate_prim(prim, count, &hw_count);
143
range.primType =
hw_prim
;
svga_context.h
335
unsigned
hw_prim
;
member in struct:svga_context::__anon19977
/external/mesa3d/src/mesa/drivers/dri/i915/
intel_render.c
72
static uint32_t
hw_prim
[GL_POLYGON + 1] = {
variable
119
intel_set_prim(intel,
hw_prim
[prim]);
intel_tris.c
675
static const GLuint
hw_prim
[GL_POLYGON + 1] = {
variable
688
#define RASTERIZE(x) intelRasterPrimitive( ctx, x,
hw_prim
[x] )
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw.c
92
uint32_t
hw_prim
= prim_to_hw_prim[prim->mode];
local
102
hw_prim
= _3DPRIM_TRISTRIP;
108
hw_prim
= _3DPRIM_TRIFAN;
111
if (
hw_prim
!= brw->primitive) {
112
brw->primitive =
hw_prim
;
125
uint32_t
hw_prim
;
local
129
hw_prim
= prim_to_hw_prim[prim->mode];
131
if (
hw_prim
!= brw->primitive) {
132
brw->primitive =
hw_prim
;
151
uint32_t
hw_prim
)
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c
358
static const GLuint
hw_prim
[GL_POLYGON+1] = {
variable
375
rmesa->radeon.swtcl.hw_primitive =
hw_prim
[prim];
Completed in 216 milliseconds