Home
last modified time | relevance | path

Searched refs:bcolor_slot (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_derived.c58 llvmpipe->bcolor_slot[0] = -1; in compute_vertex_info()
59 llvmpipe->bcolor_slot[1] = -1; in compute_vertex_info()
103 llvmpipe->bcolor_slot[i] = (int)vinfo->num_attribs; in compute_vertex_info()
Dlp_state_setup.c211 int bcolor_slot, in lp_twoside() argument
216 LLVMValueRef idx2 = lp_build_const_int32(gallivm, bcolor_slot); in lp_twoside()
344 if (vert_attr == key->color_slot && key->bcolor_slot >= 0) in load_attribute()
345 lp_twoside(gallivm, args, key, key->bcolor_slot, attribv); in load_attribute()
813 key->bcolor_slot = lp->bcolor_slot[0]; in lp_make_setup_variant_key()
815 key->bspec_slot = lp->bcolor_slot[1]; in lp_make_setup_variant_key()
817 assert(key->bcolor_slot == lp->bcolor_slot[0]); in lp_make_setup_variant_key()
819 assert(key->bspec_slot == lp->bcolor_slot[1]); in lp_make_setup_variant_key()
Dlp_state_setup.h22 int bcolor_slot:8; member
Dlp_context.h110 int bcolor_slot[2]; member