HomeSort by: relevance | last modified time | path
    Searched refs:blend_equation (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v4_pack.h 2541 struct MALI_BLEND_EQUATION blend_equation; member in struct:MALI_RENDERER_STATE
2552 .blend_equation = { MALI_BLEND_EQUATION_header }
2624 __gen_uint(values->blend_equation.rgb.a, 0, 1) |
2625 __gen_uint(values->blend_equation.rgb.negate_a, 3, 3) |
2626 __gen_uint(values->blend_equation.rgb.b, 4, 5) |
2627 __gen_uint(values->blend_equation.rgb.negate_b, 7, 7) |
2628 __gen_uint(values->blend_equation.rgb.c, 8, 10) |
2629 __gen_uint(values->blend_equation.rgb.invert_c, 11, 11) |
2630 __gen_uint(values->blend_equation.alpha.a, 12, 13) |
2631 __gen_uint(values->blend_equation.alpha.negate_a, 15, 15)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_blitter.c 287 cfg.blend_equation.rgb.a = MALI_BLEND_OPERAND_A_SRC;
288 cfg.blend_equation.rgb.b = MALI_BLEND_OPERAND_B_SRC;
289 cfg.blend_equation.rgb.c = MALI_BLEND_OPERAND_C_ZERO;
290 cfg.blend_equation.alpha.a = MALI_BLEND_OPERAND_A_SRC;
291 cfg.blend_equation.alpha.b = MALI_BLEND_OPERAND_B_SRC;
292 cfg.blend_equation.alpha.c = MALI_BLEND_OPERAND_C_ZERO;
298 cfg.blend_equation.color_mask = 0xf;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/
panfrost-job.h 436 struct mali_blend_equation blend_equation;
589 struct mali_blend_equation blend_equation; member in union:mali_shader_meta::__anon3884
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_cmdstream.c 319 STATIC_ASSERT(pan_size(BLEND_EQUATION) == 4);
476 cfg.blend_equation.color_mask = 0xf;
477 cfg.blend_equation.rgb.a = MALI_BLEND_OPERAND_A_SRC;
478 cfg.blend_equation.rgb.b = MALI_BLEND_OPERAND_B_SRC;
479 cfg.blend_equation.rgb.c = MALI_BLEND_OPERAND_C_ZERO;
480 cfg.blend_equation.alpha.a = MALI_BLEND_OPERAND_A_SRC;
481 cfg.blend_equation.alpha.b = MALI_BLEND_OPERAND_B_SRC;
482 cfg.blend_equation.alpha.c = MALI_BLEND_OPERAND_C_ZERO;
540 STATIC_ASSERT(pan_size(BLEND_EQUATION) == 4);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
decode.c 865 pandecode_log(".blend_equation%s = {\n", suffix);
1258 pandecode_replay_blend_equation(&s->blend_equation, "");
1306 pandecode_replay_blend_equation(&b->blend_equation);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_context.c 1013 memcpy(&ctx->fragment_shader_core.blend_equation, &ctx->blend->equation, sizeof(ctx->blend->equation));

Completed in 14 milliseconds