Searched refs:BLEND_FUNC_ADD (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/tests/ |
| H A D | test-blend.c | 60 RGBA(func, BLEND_FUNC_ADD), 77 RGBA(func, BLEND_FUNC_ADD), 95 RGBA(func, BLEND_FUNC_ADD), 147 RGBA(func, BLEND_FUNC_ADD), 175 RGBA(func, BLEND_FUNC_ADD), 191 RGBA(func, BLEND_FUNC_ADD), 207 .rgb_func = BLEND_FUNC_ADD, 212 .alpha_func = BLEND_FUNC_ADD, 228 .rgb_func = BLEND_FUNC_ADD, 233 .alpha_func = BLEND_FUNC_ADD, [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_blend.h | 35 return BLEND_FUNC_ADD;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_blend.c | 64 return (blend_func == BLEND_FUNC_ADD) && 87 if (blend_func != BLEND_FUNC_ADD && 239 case BLEND_FUNC_ADD: 265 case BLEND_FUNC_ADD: 299 (equation.rgb_func == BLEND_FUNC_ADD || 305 (equation.alpha_func == BLEND_FUNC_ADD || 550 .func = BLEND_FUNC_ADD,
|
| H A D | pan_blitter.c | 364 .rgb_func = BLEND_FUNC_ADD, 368 .alpha_func = BLEND_FUNC_ADD,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_shader.c | 341 .func = BLEND_FUNC_ADD, 365 rt_state->equation.rgb_func = BLEND_FUNC_ADD; 370 rt_state->equation.alpha_func = BLEND_FUNC_ADD;
|
| H A D | panvk_vX_pipeline.c | 474 case VK_BLEND_OP_ADD: return BLEND_FUNC_ADD;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_blend.c | 48 case BLEND_FUNC_ADD: 69 case BLEND_FUNC_ADD:
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | shader_enums.h | 933 BLEND_FUNC_ADD, enumerator in enum:blend_func
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/ |
| H A D | agx_state.c | 135 .func = BLEND_FUNC_ADD,
|
Completed in 26 milliseconds