HomeSort by relevance Sort by last modified time
    Searched full:have_attr (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf_emit.c 74 have_attr(struct brw_sf_compile *c, GLuint attr) function
89 if (have_attr(c, VERT_RESULT_COL0+i) &&
90 have_attr(c, VERT_RESULT_BFC0+i))
112 if (!(have_attr(c, VERT_RESULT_COL0) && have_attr(c, VERT_RESULT_BFC0)) &&
113 !(have_attr(c, VERT_RESULT_COL1) && have_attr(c, VERT_RESULT_BFC1)))
152 if (have_attr(c,i))

Completed in 89 milliseconds