Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h324 return BLENDFACTOR_INV_CONST_COLOR; in swr_convert_blend_factor()
/external/igt-gpu-tools/lib/
Di830_reg.h302 #define BLENDFACTOR_INV_CONST_COLOR 0x0d macro
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dblend.h133 case BLENDFACTOR_INV_CONST_COLOR: in GenerateBlendFactor()
Dstate.h506 BLENDFACTOR_INV_CONST_COLOR, enumerator
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp126 case BLENDFACTOR_INV_CONST_COLOR: in GenerateBlendFactor()
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c828 [VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_COLOR]= BLENDFACTOR_INV_CONST_COLOR,
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c156 PIPE_ASSERT(PIPE_BLENDFACTOR_INV_CONST_COLOR == BLENDFACTOR_INV_CONST_COLOR); in pipe_asserts()