Searched refs:mrt_blend (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_blend.c | 64 unsigned i, mrt_blend = 0; local in function:fd5_blend_state_create 109 mrt_blend |= (1 << i); 116 mrt_blend |= (1 << i); 125 A5XX_RB_BLEND_CNTL_ENABLE_BLEND(mrt_blend) | 129 A5XX_SP_BLEND_CNTL_ENABLE_BLEND(mrt_blend) |
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_blend.c | 63 unsigned i, mrt_blend = 0; local in function:fd4_blend_state_create 106 mrt_blend |= (1 << i); 111 mrt_blend |= (1 << i); 120 A4XX_RB_FS_OUTPUT_ENABLE_BLEND(mrt_blend) |
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_blend.c | 64 unsigned i, mrt_blend = 0; local in function:fd5_blend_state_create 129 mrt_blend |= (1 << i); 135 mrt_blend |= (1 << i); 142 so->rb_blend_cntl = A5XX_RB_BLEND_CNTL_ENABLE_BLEND(mrt_blend) | 147 COND(mrt_blend, A5XX_SP_BLEND_CNTL_ENABLED);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_blend.c | 65 unsigned i, mrt_blend = 0; local in function:fd6_blend_state_create 128 mrt_blend |= (1 << i); 133 mrt_blend |= (1 << i); 140 so->rb_blend_cntl = A6XX_RB_BLEND_CNTL_ENABLE_BLEND(mrt_blend) | 145 COND(mrt_blend, A6XX_SP_BLEND_CNTL_ENABLED);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_blend.c | 63 unsigned i, mrt_blend = 0; local in function:fd4_blend_state_create 126 mrt_blend |= (1 << i); 131 mrt_blend |= (1 << i); 138 so->rb_fs_output = A4XX_RB_FS_OUTPUT_ENABLE_BLEND(mrt_blend) |
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_blend.c | 68 unsigned mrt_blend = 0; local in function:__fd6_setup_blend_variant 107 mrt_blend |= (1 << i); 111 mrt_blend |= (1 << i); 128 OUT_REG(ring, A6XX_SP_BLEND_CNTL(.enable_blend = mrt_blend, 135 A6XX_RB_BLEND_CNTL(.enable_blend = mrt_blend,
|
Completed in 4 milliseconds