Home | History | Annotate | Download | only in radeonsi

Lines Matching refs:s_op

531 static uint32_t si_translate_stencil_op(int s_op)
533 switch (s_op) {
551 R600_ERR("Unknown stencil op %d", s_op);