Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h328 return BLENDFACTOR_INV_SRC1_COLOR; in swr_convert_blend_factor()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dblend.h160 case BLENDFACTOR_INV_SRC1_COLOR: in GenerateBlendFactor()
Dstate.h508 BLENDFACTOR_INV_SRC1_COLOR, enumerator
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp135 case BLENDFACTOR_INV_SRC1_COLOR: in GenerateBlendFactor()
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c833 [VK_BLEND_FACTOR_ONE_MINUS_SRC1_COLOR] = BLENDFACTOR_INV_SRC1_COLOR,
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c158 PIPE_ASSERT(PIPE_BLENDFACTOR_INV_SRC1_COLOR == BLENDFACTOR_INV_SRC1_COLOR); in pipe_asserts()