HomeSort by relevance Sort by last modified time
    Searched refs:color_slot (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.h 20 int color_slot:8; member in struct:lp_setup_variant_key
lp_state_derived.c 56 llvmpipe->color_slot[0] = -1;
57 llvmpipe->color_slot[1] = -1;
87 llvmpipe->color_slot[idx] = (int)vinfo->num_attribs;
lp_context.h 107 int color_slot[2]; member in struct:llvmpipe_context
lp_state_setup.c 344 if (vert_attr == key->color_slot && key->bcolor_slot >= 0)
812 key->color_slot = lp->color_slot [0];
814 key->spec_slot = lp->color_slot [1];
816 assert(key->color_slot == lp->color_slot [0]);
818 assert(key->spec_slot == lp->color_slot [1]);

Completed in 91 milliseconds