Home
last modified time | relevance | path

Searched refs:color_blend_op (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
Dvk_graphics_state.h444 VkBlendOp color_blend_op; member
Dvk_graphics_state.c844 .color_blend_op = att->colorBlendOp, in vk_color_blend_state_init()
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c1076 .ColorBlendFunction = vk_to_intel_blend_op[a->color_blend_op], in emit_cb_state()
1084 a->color_blend_op != a->alpha_blend_op) { in emit_cb_state()
1120 if (a->color_blend_op == VK_BLEND_OP_MIN || in emit_cb_state()
1121 a->color_blend_op == VK_BLEND_OP_MAX) { in emit_cb_state()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c816 state->blend_state.rt[i].rgb_func = vk_conv_blend_func(att->color_blend_op); in handle_graphics_pipeline()
835 if (att->color_blend_op == VK_BLEND_OP_MIN || in handle_graphics_pipeline()
836 att->color_blend_op == VK_BLEND_OP_MAX) { in handle_graphics_pipeline()
/third_party/mesa3d/src/amd/vulkan/
Dradv_private.h2064 uint16_t color_blend_op; member
Dradv_pipeline.c730 unsigned eqRGB = info->cb.att[i].color_blend_op; in radv_pipeline_init_blend_state()
1859 info.att[i].color_blend_op = si_translate_blend_function(att->colorBlendOp); in radv_pipeline_init_color_blend_info()