Home
last modified time | relevance | path

Searched refs:BLEND_FACTOR_DST_COLOR (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/tests/
Dtest-blend.c192 RGBA(src_factor, BLEND_FACTOR_DST_COLOR),
213 .alpha_src_factor = BLEND_FACTOR_DST_COLOR,
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blend.h71 return BLEND_FACTOR_DST_COLOR; in util_blend_factor_to_shader()
/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.c65 ((src_factor == BLEND_FACTOR_DST_COLOR) || in is_2srcdest()
177 case BLEND_FACTOR_DST_COLOR: in to_c_factor()
313 factor == BLEND_FACTOR_DST_COLOR || in is_dest_factor()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_blend.c109 case BLEND_FACTOR_DST_COLOR: in nir_blend_factor_value()
/third_party/mesa3d/src/compiler/
Dshader_enums.h945 BLEND_FACTOR_DST_COLOR, enumerator
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_pipeline.c495 return BLEND_FACTOR_DST_COLOR; in translate_blend_factor()