Home
last modified time | relevance | path

Searched refs:VL_MC_NUM_BLENDERS (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mc.h39 #define VL_MC_NUM_BLENDERS (1 << VL_NUM_COMPONENTS) macro
52 void *blend_clear[VL_MC_NUM_BLENDERS];
53 void *blend_add[VL_MC_NUM_BLENDERS];
54 void *blend_sub[VL_MC_NUM_BLENDERS];
Dvl_mc.c399 for (i = 0; i < VL_MC_NUM_BLENDERS; ++i) { in init_pipe_state()
448 for (i = 0; i < VL_MC_NUM_BLENDERS; ++i) { in init_pipe_state()
473 for (i = 0; i < VL_MC_NUM_BLENDERS; ++i) { in cleanup_pipe_state()