Home
last modified time | relevance | path

Searched refs:BLENDFACT_ZERO (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h116 return BLENDFACT_ZERO; in i915_translate_blend_factor()
146 return BLENDFACT_ZERO; in i915_translate_blend_factor()
Di915_state.c219 cso_data->LIS6, BLENDFACT_ONE, BLENDFACT_ZERO); in i915_create_blend_state()
224 cso_data->iab, BLENDFACT_ONE, BLENDFACT_ZERO); in i915_create_blend_state()
Di915_reg.h928 #define BLENDFACT_ZERO 0x01 macro