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.c65 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()
Dlp_state_setup.h21 int bcolor_slot:8; member
Dlp_state_setup.c177 int bcolor_slot, in lp_twoside() argument
182 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()
Dlp_context.h125 int8_t bcolor_slot[2]; member