Searched refs:color_slot (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.h20 int color_slot:8; member in struct:lp_setup_variant_key
H A Dlp_context.h108 int8_t color_slot[2]; member in struct:llvmpipe_context
H A Dlp_state_derived.c63 llvmpipe->color_slot[0] = -1;
64 llvmpipe->color_slot[1] = -1;
96 llvmpipe->color_slot[idx] = (int)vinfo->num_attribs;
H A Dlp_state_setup.c375 if (vert_attr == key->color_slot && key->bcolor_slot >= 0)
850 key->color_slot = lp->color_slot[0];
852 key->spec_slot = lp->color_slot[1];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.h20 int color_slot:8; member in struct:lp_setup_variant_key
H A Dlp_state_derived.c63 llvmpipe->color_slot[0] = -1;
64 llvmpipe->color_slot[1] = -1;
96 llvmpipe->color_slot[idx] = (int)vinfo->num_attribs;
H A Dlp_context.h124 int8_t color_slot[2]; member in struct:llvmpipe_context
H A Dlp_state_setup.c350 if (vert_attr == key->color_slot && key->bcolor_slot >= 0)
785 key->color_slot = lp->color_slot[0];
787 key->spec_slot = lp->color_slot[1];

Completed in 7 milliseconds