Searched refs:have_attr (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_compile_sf.c | 119 have_attr(struct brw_sf_compile *c, GLuint attr) function in typeref:typename:bool 134 if (have_attr(c, VARYING_SLOT_COL0+i) && 135 have_attr(c, VARYING_SLOT_BFC0+i)) 157 if (!(have_attr(c, VARYING_SLOT_COL0) && have_attr(c, VARYING_SLOT_BFC0)) && 158 !(have_attr(c, VARYING_SLOT_COL1) && have_attr(c, VARYING_SLOT_BFC1)))
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_compile_sf.c | 119 have_attr(struct brw_sf_compile *c, GLuint attr) function in typeref:typename:bool 134 if (have_attr(c, VARYING_SLOT_COL0+i) && 135 have_attr(c, VARYING_SLOT_BFC0+i)) 157 if (!(have_attr(c, VARYING_SLOT_COL0) && have_attr(c, VARYING_SLOT_BFC0)) && 158 !(have_attr(c, VARYING_SLOT_COL1) && have_attr(c, VARYING_SLOT_BFC1)))
|
Completed in 4 milliseconds