Searched refs:BLEND_FUNC_REVERSE_SUBTRACT (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_blend.h39 return BLEND_FUNC_REVERSE_SUBTRACT;
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_blend.c89 blend_func != BLEND_FUNC_REVERSE_SUBTRACT)
213 else if (blend_func == BLEND_FUNC_REVERSE_SUBTRACT)
220 if (blend_func == BLEND_FUNC_REVERSE_SUBTRACT)
229 else if (blend_func == BLEND_FUNC_REVERSE_SUBTRACT)
242 case BLEND_FUNC_REVERSE_SUBTRACT:
268 case BLEND_FUNC_REVERSE_SUBTRACT:
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_blend.c52 case BLEND_FUNC_REVERSE_SUBTRACT:
71 case BLEND_FUNC_REVERSE_SUBTRACT:
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_enums.h935 BLEND_FUNC_REVERSE_SUBTRACT, enumerator in enum:blend_func
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c476 case VK_BLEND_OP_REVERSE_SUBTRACT: return BLEND_FUNC_REVERSE_SUBTRACT;

Completed in 9 milliseconds