Searched refs:IGT_PLANE_PIXEL_BLEND_MODE (Results 1 – 3 of 3) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_plane_alpha_blend.c | 134 if (igt_plane_has_prop(plane, IGT_PLANE_PIXEL_BLEND_MODE)) in reset_alpha() 135 igt_plane_set_prop_enum(plane, IGT_PLANE_PIXEL_BLEND_MODE, "Pre-multiplied"); in reset_alpha() 319 igt_plane_set_prop_enum(plane, IGT_PLANE_PIXEL_BLEND_MODE, "None"); in constant_alpha_min() 340 igt_plane_set_prop_enum(plane, IGT_PLANE_PIXEL_BLEND_MODE, "None"); in constant_alpha_mid() 369 igt_plane_set_prop_enum(plane, IGT_PLANE_PIXEL_BLEND_MODE, "None"); in constant_alpha_max() 424 igt_plane_set_prop_enum(plane, IGT_PLANE_PIXEL_BLEND_MODE, "Coverage"); in coverage_7efc() 456 igt_plane_set_prop_enum(plane, IGT_PLANE_PIXEL_BLEND_MODE, "Coverage"); in coverage_premult_constant() 462 igt_plane_set_prop_enum(plane, IGT_PLANE_PIXEL_BLEND_MODE, "Pre-multiplied"); in coverage_premult_constant() 468 igt_plane_set_prop_enum(plane, IGT_PLANE_PIXEL_BLEND_MODE, "None"); in coverage_premult_constant() 492 if (blend && !igt_plane_has_prop(plane, IGT_PLANE_PIXEL_BLEND_MODE)) in run_test_on_pipe_planes()
|
/external/igt-gpu-tools/lib/ |
D | igt_kms.h | 275 IGT_PLANE_PIXEL_BLEND_MODE, enumerator
|
D | igt_kms.c | 392 [IGT_PLANE_PIXEL_BLEND_MODE] = "pixel blend mode", 1831 if (igt_plane_has_prop(plane, IGT_PLANE_PIXEL_BLEND_MODE)) in igt_plane_reset() 1832 igt_plane_set_prop_enum(plane, IGT_PLANE_PIXEL_BLEND_MODE, "Pre-multiplied"); in igt_plane_reset()
|