HomeSort by relevance Sort by last modified time
    Searched full:logicop (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_blend.c 111 * Convert GLenum logicop tokens to pipe tokens.
114 translate_logicop(GLenum logicop)
116 switch (logicop) {
204 /* logicop enabled */
206 blend->logicop_func = translate_logicop(ctx->Color.LogicOp);
251 /* no blending / logicop */
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 111 * Convert GLenum logicop tokens to pipe tokens.
114 translate_logicop(GLenum logicop)
116 switch (logicop) {
204 /* logicop enabled */
206 blend->logicop_func = translate_logicop(ctx->Color.LogicOp);
251 /* no blending / logicop */
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv20_state_raster.c 41 PUSH_DATA (push, nvgl_logicop_func(ctx->Color.LogicOp));
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_logic.c 154 _mesa_problem(ctx, "bad logicop mode");\
164 LOGIC_OP_LOOP(ctx->Color.LogicOp, 1);
172 LOGIC_OP_LOOP(ctx->Color.LogicOp, 2);
180 LOGIC_OP_LOOP(ctx->Color.LogicOp, 4);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_state_raster.c 41 PUSH_DATA (push, nvgl_logicop_func(ctx->Color.LogicOp));
  /external/mesa3d/src/mesa/swrast/
s_logic.c 154 _mesa_problem(ctx, "bad logicop mode");\
164 LOGIC_OP_LOOP(ctx->Color.LogicOp, 1);
172 LOGIC_OP_LOOP(ctx->Color.LogicOp, 2);
180 LOGIC_OP_LOOP(ctx->Color.LogicOp, 4);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_blit.h 52 GLenum logicop );
intel_pixel_copy.c 56 /* Could do logicop with the blitter:
201 ctx->Color.LogicOp : GL_COPY)) {
intel_regions.h 124 GLenum logicop);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_blit.h 52 GLenum logicop );
intel_pixel_copy.c 56 /* Could do logicop with the blitter:
201 ctx->Color.LogicOp : GL_COPY)) {
intel_regions.h 124 GLenum logicop);
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 428 struct LogicOp {
429 LogicOp() : RegSize(0), ImmLSB(0), ImmSize(0) {}
430 LogicOp(unsigned regSize, unsigned immLSB, unsigned immSize)
439 static LogicOp interpretAndImmediate(unsigned Opcode) {
441 case SystemZ::NILL32: return LogicOp(32, 0, 16);
442 case SystemZ::NILH32: return LogicOp(32, 16, 16);
443 case SystemZ::NILL: return LogicOp(64, 0, 16);
444 case SystemZ::NILH: return LogicOp(64, 16, 16);
445 case SystemZ::NIHL: return LogicOp(64, 32, 16);
446 case SystemZ::NIHH: return LogicOp(64, 48, 16)
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
RELNOTES-3.5 132 The ctx->Driver.LogicOp() function has been removed. It used to
135 flag. Drivers should instead examine the LogicOp state themselves
139 points, lines or triangles using Xlib, the LogicOp function isn't needed.
  /external/mesa3d/docs/
RELNOTES-3.5 132 The ctx->Driver.LogicOp() function has been removed. It used to
135 flag. Drivers should instead examine the LogicOp state themselves
139 points, lines or triangles using Xlib, the LogicOp function isn't needed.
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/
blend.rst 77 Whether the blender should perform a logicop instead of blending.
82 The logicop to use. One of ``PIPE_LOGICOP``.
  /external/mesa3d/src/gallium/docs/source/cso/
blend.rst 77 Whether the blender should perform a logicop instead of blending.
82 The logicop to use. One of ``PIPE_LOGICOP``.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dump_defines.c 202 DEFINE_UTIL_DUMP_CONTINUOUS(logicop)
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gles_api.py 121 'LogicOp',
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.h 39 #define MESA_META_BLEND 0x2 /**< includes logicop */
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_defines.c 202 DEFINE_UTIL_DUMP_CONTINUOUS(logicop)
  /external/mesa3d/src/mapi/glapi/gen/
gles_api.py 121 'LogicOp',
  /external/mesa3d/src/mesa/drivers/common/
meta.h 39 #define MESA_META_BLEND 0x2 /**< includes logicop */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_fs.c 185 /* The blend workaround for simulating logicop xor behaviour
192 * combination of xor-logicop plus alphatest.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_cc.c 146 if (ctx->Color.ColorLogicOpEnabled && ctx->Color.LogicOp != GL_COPY) {
148 cc->cc5.logicop_func = intel_translate_logic_op(ctx->Color.LogicOp);

Completed in 903 milliseconds

1 2 3 4 5 6 7