/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | prelegalizercombiner-hoist-same-hands.mir | 18 ; CHECK: %logic_op:_(s64) = G_SEXT [[OR]](s32) 19 ; CHECK: $x0 = COPY %logic_op(s64) 25 %logic_op:_(s64) = G_OR %hand1, %hand2 26 $x0 = COPY %logic_op(s64) 43 ; CHECK: %logic_op:_(s64) = G_ZEXT [[OR]](s32) 44 ; CHECK: $x0 = COPY %logic_op(s64) 50 %logic_op:_(s64) = G_OR %hand1, %hand2 51 $x0 = COPY %logic_op(s64) 68 ; CHECK: %logic_op:_(s64) = G_ANYEXT [[OR]](s32) 69 ; CHECK: $x0 = COPY %logic_op(s64) [all …]
|
D | postlegalizercombiner-hoist-same-hands.mir | 19 ; CHECK: %logic_op:_(s64) = G_SEXT [[OR]](s32) 20 ; CHECK: $x0 = COPY %logic_op(s64) 26 %logic_op:_(s64) = G_OR %hand1, %hand2 27 $x0 = COPY %logic_op(s64) 49 ; CHECK: %logic_op:_(s64) = G_OR %hand1, %hand2 50 ; CHECK: $x0 = COPY %logic_op(s64) 58 %logic_op:_(s64) = G_OR %hand1, %hand2 59 $x0 = COPY %logic_op(s64)
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_blit.c | 91 enum gl_logicop_mode logic_op) in emit_copy_blit() argument 159 BR13 = br13_for_cpp(cpp) | translate_raster_op(logic_op) << 16; in emit_copy_blit() 507 enum gl_logicop_mode logic_op) in intelEmitImmediateColorExpandBlit() argument 519 assert((unsigned)logic_op <= 0x0f); in intelEmitImmediateColorExpandBlit() 538 br13 = dst_pitch | (translate_raster_op(logic_op) << 16) | (1 << 29); in intelEmitImmediateColorExpandBlit()
|
D | intel_blit.h | 59 enum gl_logicop_mode logic_op);
|
D | intel_pixel_bitmap.c | 265 const enum gl_logicop_mode logic_op = ctx->Color.ColorLogicOpEnabled ? in do_blit_bitmap() 300 logic_op)) { in do_blit_bitmap()
|
/external/libdrm/nouveau/nvif/ |
D | if0003.h | 12 __u16 logic_op; member
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_blit.c | 257 enum gl_logicop_mode logic_op) in emit_copy_blit() argument 329 BR13 = br13_for_cpp(cpp) | translate_raster_op(logic_op) << 16; in emit_copy_blit() 631 enum gl_logicop_mode logic_op) in intelEmitImmediateColorExpandBlit() argument 644 assert((unsigned) logic_op <= 0x0f); in intelEmitImmediateColorExpandBlit() 666 br13 = dst_pitch | (translate_raster_op(logic_op) << 16) | (1 << 29); in intelEmitImmediateColorExpandBlit()
|
D | intel_blit.h | 63 enum gl_logicop_mode logic_op);
|
D | intel_pixel_bitmap.c | 267 const enum gl_logicop_mode logic_op = ctx->Color.ColorLogicOpEnabled ? in do_blit_bitmap() 302 logic_op)) { in do_blit_bitmap()
|
/external/mesa3d/src/broadcom/compiler/ |
D | v3d_nir_lower_logic_ops.c | 320 const int logic_op = c->fs_key->logicop_func; in v3d_nir_lower_logic_op_instr() local 321 if (c->fs_key->msaa && logicop_depends_on_dst_color(logic_op)) { in v3d_nir_lower_logic_op_instr()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_state.c | 180 logic_op(enum pipe_logicop func) in logic_op() function 213 cso->logicop_func = logic_op(blend_state->logicop_func); in zink_create_blend_state()
|
/external/mesa3d/src/mesa/main/ |
D | blend.c | 875 logic_op(struct gl_context *ctx, GLenum opcode, bool no_error) in logic_op() function 934 logic_op(ctx, opcode, false); in _mesa_LogicOp() 942 logic_op(ctx, opcode, true); in _mesa_LogicOp_no_error()
|
/external/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
D | Combine.td | 368 // Simplify: (logic_op (op x...), (op y...)) -> (op (logic_op x, y))
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 6747 static const GLchar* logic_op = " ||\n "; in test() local 6773 Utils::insertElementOfList(verification.c_str(), logic_op, position, result); in test() 6795 Utils::insertElementOfList(verification.c_str(), logic_op, position, result); in test()
|