Home
last modified time | relevance | path

Searched refs:BLENDFACTOR_INV_SRC_ALPHA (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.h319 return BLENDFACTOR_INV_SRC_ALPHA; in swr_convert_blend_factor()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dblend.h85 case BLENDFACTOR_INV_SRC_ALPHA: in GenerateBlendFactor()
Dstate.h503 BLENDFACTOR_INV_SRC_ALPHA, enumerator
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp116 case BLENDFACTOR_INV_SRC_ALPHA: in GenerateBlendFactor()
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c898 [VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA] = BLENDFACTOR_INV_SRC_ALPHA,
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c153 PIPE_ASSERT(PIPE_BLENDFACTOR_INV_SRC_ALPHA == BLENDFACTOR_INV_SRC_ALPHA); in pipe_asserts()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c154 PIPE_ASSERT(PIPE_BLENDFACTOR_INV_SRC_ALPHA == BLENDFACTOR_INV_SRC_ALPHA); in pipe_asserts()