Searched refs:si_blend_factor_uses_dst (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pipeline.c353 static bool si_blend_factor_uses_dst(unsigned factor) function in typeref:typename:bool
773 if (si_blend_factor_uses_dst(srcRGB))
775 if (si_blend_factor_uses_dst(srcA))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c442 static bool si_blend_factor_uses_dst(unsigned factor) function in typeref:typename:bool
566 if (si_blend_factor_uses_dst(srcRGB))
568 if (si_blend_factor_uses_dst(srcA))
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c397 si_blend_factor_uses_dst(VkBlendFactor factor) function in typeref:typename:bool
718 if (si_blend_factor_uses_dst(srcRGB))
720 if (si_blend_factor_uses_dst(srcA))

Completed in 19 milliseconds