Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h302 return BLENDFACTOR_DST_COLOR; in swr_convert_blend_factor()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dblend.h60 case BLENDFACTOR_DST_COLOR: in GenerateBlendFactor()
Dstate.h495 BLENDFACTOR_DST_COLOR, enumerator
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp77 case BLENDFACTOR_DST_COLOR: in GenerateBlendFactor()
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c821 [VK_BLEND_FACTOR_DST_COLOR] = BLENDFACTOR_DST_COLOR,
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c145 PIPE_ASSERT(PIPE_BLENDFACTOR_DST_COLOR == BLENDFACTOR_DST_COLOR); in pipe_asserts()