Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sf.c164 key.frontface_ccw = brw->polygon_front_bit != flip_y; in brw_upload_sf_prog()
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h384 bool frontface_ccw:1; member
Dbrw_compile_sf.c146 GLuint backface_conditional = c->key.frontface_ccw ? BRW_CONDITIONAL_G : BRW_CONDITIONAL_L; in do_twoside_color()