Home
last modified time | relevance | path

Searched refs:BLEND_FACTOR_SRC1_COLOR (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blend.h86 return BLEND_FACTOR_SRC1_COLOR; in util_blend_factor_to_shader()
/third_party/mesa3d/src/compiler/
Dshader_enums.h1034 BLEND_FACTOR_SRC1_COLOR, enumerator
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_blend.c107 case BLEND_FACTOR_SRC1_COLOR: in nir_blend_factor_value()
/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.c47 factor != BLEND_FACTOR_SRC1_COLOR && in factor_is_supported()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_pipeline.c474 return BLEND_FACTOR_SRC1_COLOR; in translate_blend_factor()