Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_compile_sf.c119 have_attr(struct brw_sf_compile *c, GLuint attr) in have_attr() function
134 if (have_attr(c, VARYING_SLOT_COL0+i) && in copy_bfc()
135 have_attr(c, VARYING_SLOT_BFC0+i)) in copy_bfc()
157 if (!(have_attr(c, VARYING_SLOT_COL0) && have_attr(c, VARYING_SLOT_BFC0)) && in do_twoside_color()
158 !(have_attr(c, VARYING_SLOT_COL1) && have_attr(c, VARYING_SLOT_BFC1))) in do_twoside_color()