Searched refs:frontface_ccw (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_sf.c164 key.frontface_ccw = brw->polygon_front_bit != flip_y;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_sf.c164 key.frontface_ccw = brw->polygon_front_bit != flip_y;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_compiler.h325 bool frontface_ccw:1; member in struct:brw_sf_prog_key
H A Dbrw_compile_sf.c146 GLuint backface_conditional = c->key.frontface_ccw ? BRW_CONDITIONAL_G : BRW_CONDITIONAL_L;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compile_sf.c146 GLuint backface_conditional = c->key.frontface_ccw ? BRW_CONDITIONAL_G : BRW_CONDITIONAL_L;
H A Dbrw_compiler.h404 bool frontface_ccw:1; member in struct:brw_sf_prog_key
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_program.c2271 key.frontface_ccw = rs_state->front_ccw;

Completed in 59 milliseconds