Searched refs:si_blend_remove_dst (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 256 static void si_blend_remove_dst(unsigned *func, unsigned *src_factor, in si_blend_remove_dst() function 590 si_blend_remove_dst(&eqRGB, &srcRGB, &dstRGB, in radv_pipeline_init_blend_state() 594 si_blend_remove_dst(&eqA, &srcA, &dstA, in radv_pipeline_init_blend_state() 598 si_blend_remove_dst(&eqA, &srcA, &dstA, in radv_pipeline_init_blend_state()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 440 static void si_blend_remove_dst(unsigned *func, unsigned *src_factor, in si_blend_remove_dst() function 563 si_blend_remove_dst(&eqRGB, &srcRGB, &dstRGB, in si_create_blend_state_mode() 566 si_blend_remove_dst(&eqA, &srcA, &dstA, in si_create_blend_state_mode() 569 si_blend_remove_dst(&eqA, &srcA, &dstA, in si_create_blend_state_mode()
|