Home
last modified time | relevance | path

Searched refs:prim_to_hw_prim (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw.c55 static GLuint prim_to_hw_prim[GL_POLYGON+1] = { variable
92 uint32_t hw_prim = prim_to_hw_prim[prim->mode]; in brw_set_prim()
129 hw_prim = prim_to_hw_prim[prim->mode]; in gen6_set_prim()