Searched refs:hw_front_ccw (Results 1 – 1 of 1) sorted by relevance
44 const int hw_front_ccw = 0; /* hardware is always CW */ in svga_translate_cullmode() local49 return front_ccw == hw_front_ccw ? SVGA3D_FACE_FRONT : SVGA3D_FACE_BACK; in svga_translate_cullmode()51 return front_ccw == hw_front_ccw ? SVGA3D_FACE_BACK : SVGA3D_FACE_FRONT; in svga_translate_cullmode()