Searched refs:si_blend_remove_dst (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_pipeline.c | 336 static void si_blend_remove_dst(unsigned *func, unsigned *src_factor, function in typeref:typename:void 754 si_blend_remove_dst(&eqRGB, &srcRGB, &dstRGB, 758 si_blend_remove_dst(&eqA, &srcA, &dstA, 762 si_blend_remove_dst(&eqA, &srcA, &dstA,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state.c | 425 static void si_blend_remove_dst(unsigned *func, unsigned *src_factor, function in typeref:typename:void 549 si_blend_remove_dst(&eqRGB, &srcRGB, &dstRGB, 552 si_blend_remove_dst(&eqA, &srcA, &dstA, 555 si_blend_remove_dst(&eqA, &srcA, &dstA,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state.c | 418 static void si_blend_remove_dst(unsigned *func, unsigned *src_factor, unsigned *dst_factor, function in typeref:typename:void 545 si_blend_remove_dst(&eqRGB, &srcRGB, &dstRGB, PIPE_BLENDFACTOR_DST_COLOR, 547 si_blend_remove_dst(&eqA, &srcA, &dstA, PIPE_BLENDFACTOR_DST_COLOR, 549 si_blend_remove_dst(&eqA, &srcA, &dstA, PIPE_BLENDFACTOR_DST_ALPHA,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_pipeline.c | 381 si_blend_remove_dst(VkBlendOp *func, VkBlendFactor *src_factor, VkBlendFactor *dst_factor, function in typeref:typename:void 702 si_blend_remove_dst(&eqRGB, &srcRGB, &dstRGB, VK_BLEND_FACTOR_DST_COLOR, 705 si_blend_remove_dst(&eqA, &srcA, &dstA, VK_BLEND_FACTOR_DST_COLOR, 708 si_blend_remove_dst(&eqA, &srcA, &dstA, VK_BLEND_FACTOR_DST_ALPHA,
|
Completed in 40 milliseconds