Searched refs:si_blend_remove_dst (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 415 static void si_blend_remove_dst(unsigned *func, unsigned *src_factor, unsigned *dst_factor, in si_blend_remove_dst() function 534 si_blend_remove_dst(&eqRGB, &srcRGB, &dstRGB, PIPE_BLENDFACTOR_DST_COLOR, in si_create_blend_state_mode() 536 si_blend_remove_dst(&eqA, &srcA, &dstA, PIPE_BLENDFACTOR_DST_COLOR, in si_create_blend_state_mode() 538 si_blend_remove_dst(&eqA, &srcA, &dstA, PIPE_BLENDFACTOR_DST_ALPHA, in si_create_blend_state_mode()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 417 static void si_blend_remove_dst(unsigned *func, unsigned *src_factor, in si_blend_remove_dst() function 728 si_blend_remove_dst(&eqRGB, &srcRGB, &dstRGB, in radv_pipeline_init_blend_state() 732 si_blend_remove_dst(&eqA, &srcA, &dstA, in radv_pipeline_init_blend_state() 736 si_blend_remove_dst(&eqA, &srcA, &dstA, in radv_pipeline_init_blend_state()
|