Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_compile_sf.c147 GLuint backface_conditional = c->key.frontface_ccw ? BRW_CONDITIONAL_G : BRW_CONDITIONAL_L; in do_twoside_color()
Dbrw_compiler.h430 bool frontface_ccw:1; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c2300 key.frontface_ccw = rs_state->front_ccw; in crocus_update_compiled_sf()