Searched refs:bcolor_slot (Results 1 – 4 of 4) sorted by relevance
65 llvmpipe->bcolor_slot[0] = -1; in compute_vertex_info()66 llvmpipe->bcolor_slot[1] = -1; in compute_vertex_info()134 llvmpipe->bcolor_slot[i] = (int)vinfo->num_attribs; in compute_vertex_info()
21 int bcolor_slot:8; member
177 int bcolor_slot, in lp_twoside() argument182 LLVMValueRef idx2 = lp_build_const_int32(gallivm, bcolor_slot); in lp_twoside()375 if (vert_attr == key->color_slot && key->bcolor_slot >= 0) in load_attribute()376 lp_twoside(gallivm, args, key, key->bcolor_slot, attribv); in load_attribute()852 key->bcolor_slot = lp->bcolor_slot[0]; in lp_make_setup_variant_key()854 key->bspec_slot = lp->bcolor_slot[1]; in lp_make_setup_variant_key()
125 int8_t bcolor_slot[2]; member