Searched refs:logic_op (Results 1 – 4 of 4) sorted by relevance
35 static uint32_t logic_op(int op, uint32_t s, uint32_t d);210 v = logic_op(c->state.logic_op.opcode, v, d); in write_pixel()228 static uint32_t logic_op(int op, uint32_t s, uint32_t d) in logic_op() function
109 n |= GGL_BUILD_NEEDS(c->state.logic_op.opcode, LOGIC_OP); in ggl_pick()
587 if (c->state.logic_op.opcode != opcode) { in ggl_logicOp()588 c->state.logic_op.opcode = opcode; in ggl_logicOp()793 c->state.logic_op.opcode = GGL_COPY; in ggl_init_context()
520 logic_op_state_t logic_op;