HomeSort by: relevance | last modified time | path
    Searched refs:BLEND_FUNC_REVERSE_SUBTRACT (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_blend.h 39 return BLEND_FUNC_REVERSE_SUBTRACT;
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_blend.c 89 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/
nir_lower_blend.c 52 case BLEND_FUNC_REVERSE_SUBTRACT:
71 case BLEND_FUNC_REVERSE_SUBTRACT:
  /xsrc/external/mit/MesaLib/dist/src/compiler/
shader_enums.h 935 BLEND_FUNC_REVERSE_SUBTRACT,
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_vX_pipeline.c 476 case VK_BLEND_OP_REVERSE_SUBTRACT: return BLEND_FUNC_REVERSE_SUBTRACT;

Completed in 24 milliseconds