Searched refs:LogicOpcode (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Ddriverfuncs.c147 driver->LogicOpcode = NULL;
284 ctx->Driver.LogicOpcode(ctx, ctx->Color._LogicOp);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Ddriverfuncs.c149 driver->LogicOpcode = NULL;
286 ctx->Driver.LogicOpcode(ctx, ctx->Color._LogicOp);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dblend.c909 if (ctx->Driver.LogicOpcode)
910 ctx->Driver.LogicOpcode(ctx, ctx->Color._LogicOp);
922 * dd_function_table::LogicOpcode callback.
H A Ddd.h636 void (*LogicOpcode)(struct gl_context *ctx, enum gl_logicop_mode opcode); member in struct:dd_function_table
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dblend.c943 if (ctx->Driver.LogicOpcode)
944 ctx->Driver.LogicOpcode(ctx, ctx->Color._LogicOp);
956 * dd_function_table::LogicOpcode callback.
H A Ddd.h725 void (*LogicOpcode)(struct gl_context *ctx, enum gl_logicop_mode opcode); member in struct:dd_function_table
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c529 ctx->Driver.LogicOpcode = nouveau_logic_opcode;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c530 ctx->Driver.LogicOpcode = nouveau_logic_opcode;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di830_state.c1128 functions->LogicOpcode = i830LogicOp;
H A Di915_state.c1070 functions->LogicOpcode = i915LogicOp;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di830_state.c1128 functions->LogicOpcode = i830LogicOp;
H A Di915_state.c1070 functions->LogicOpcode = i915LogicOp;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.c2380 functions->LogicOpcode = r200LogicOpCode;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c2134 ctx->Driver.LogicOpcode = radeonLogicOpCode;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.c2381 functions->LogicOpcode = r200LogicOpCode;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c2135 ctx->Driver.LogicOpcode = radeonLogicOpCode;

Completed in 161 milliseconds