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

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
shader_enums.h 751 BLEND_HSL_LUMINOSITY = 0x4000,
  /xsrc/external/mit/MesaLib/dist/src/compiler/
shader_enums.h 928 BLEND_HSL_LUMINOSITY,
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_blend_equation_advanced.cpp 383 case BLEND_HSL_LUMINOSITY:
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
lower_blend_equation_advanced.cpp 384 case BLEND_HSL_LUMINOSITY:
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
blend.c 498 return BLEND_HSL_LUMINOSITY;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
blend.c 478 return BLEND_HSL_LUMINOSITY;
  /xsrc/external/mit/MesaLib/src/compiler/glsl/
glsl_parser.cpp 4211 { "blend_support_hsl_luminosity", BITFIELD_BIT(BLEND_HSL_LUMINOSITY) },
4212 { "blend_support_all_equations", (1u << (BLEND_HSL_LUMINOSITY + 1)) - 2 },
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/
glsl_parser.cpp 3992 { "blend_support_hsl_luminosity", BLEND_HSL_LUMINOSITY },

Completed in 138 milliseconds