Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.h102 pan_blend_reads_dest(const struct pan_blend_equation eq);
Dpan_blend.c322 pan_blend_reads_dest(const struct pan_blend_equation equation) in pan_blend_reads_dest() function
/third_party/mesa3d/src/panfrost/lib/tests/
Dtest-blend.c283 ASSERT_EQ(T.reads_dest, pan_blend_reads_dest(T.eq)); in main()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_cs.c608 cfg.load_destination = pan_blend_reads_dest(blend->rts[rt].equation); in panvk_per_arch()
Dpanvk_vX_pipeline.c608 pipeline->blend.reads_dest |= pan_blend_reads_dest(out->equation); in panvk_pipeline_builder_parse_color_blend()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c3464 pan_blend_reads_dest(equation), in panfrost_create_blend_state()