Searched refs:bcolor_slot (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_setup.c | 175 int bcolor_slot, in lp_twoside() 180 LLVMValueRef idx2 = lp_build_const_int32(gallivm, bcolor_slot); in lp_twoside() 347 if (vert_attr == key->color_slot && key->bcolor_slot >= 0) in load_attribute() 348 lp_twoside(gallivm, args, key, key->bcolor_slot, attribv); in load_attribute() 771 key->bcolor_slot = lp->bcolor_slot[0]; in lp_make_setup_variant_key() 773 key->bspec_slot = lp->bcolor_slot[1]; in lp_make_setup_variant_key() 172 lp_twoside(struct gallivm_state *gallivm, struct lp_setup_args *args, const struct lp_setup_variant_key *key, int bcolor_slot, LLVMValueRef attribv[3]) lp_twoside() argument
|
H A D | lp_state_derived.c | 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()
|
H A D | lp_state_setup.h | 21 int bcolor_slot:8; member
|
H A D | lp_context.h | 128 int8_t bcolor_slot[2]; member
|
Completed in 4 milliseconds