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

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.h 21 int bcolor_slot:8; member in struct:lp_setup_variant_key
lp_context.h 112 int8_t bcolor_slot[2]; member in struct:llvmpipe_context
lp_state_derived.c 65 llvmpipe->bcolor_slot[0] = -1;
66 llvmpipe->bcolor_slot[1] = -1;
134 llvmpipe->bcolor_slot[i] = (int)vinfo->num_attribs;
lp_state_setup.c 177 int bcolor_slot,
182 LLVMValueRef idx2 = lp_build_const_int32(gallivm, bcolor_slot);
375 if (vert_attr == key->color_slot && key->bcolor_slot >= 0)
376 lp_twoside(gallivm, args, key, key->bcolor_slot, attribv);
851 key->bcolor_slot = lp->bcolor_slot[0];
853 key->bspec_slot = lp->bcolor_slot[1];
    [all...]

Completed in 67 milliseconds