Searched refs:bcolor_slot (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.h21 int bcolor_slot:8; member in struct:lp_setup_variant_key
H A Dlp_context.h111 int8_t bcolor_slot[2]; member in struct:llvmpipe_context
H A Dlp_state_derived.c65 llvmpipe->bcolor_slot[0] = -1;
66 llvmpipe->bcolor_slot[1] = -1;
134 llvmpipe->bcolor_slot[i] = (int)vinfo->num_attribs;
H A Dlp_state_setup.c177 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];
174 lp_twoside(struct gallivm_state * gallivm,struct lp_setup_args * args,const struct lp_setup_variant_key * key,int bcolor_slot,LLVMValueRef attribv[3]) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.h21 int bcolor_slot:8; member in struct:lp_setup_variant_key
H A Dlp_state_derived.c65 llvmpipe->bcolor_slot[0] = -1;
66 llvmpipe->bcolor_slot[1] = -1;
134 llvmpipe->bcolor_slot[i] = (int)vinfo->num_attribs;
H A Dlp_context.h127 int8_t bcolor_slot[2]; member in struct:llvmpipe_context
H A Dlp_state_setup.c178 int bcolor_slot,
183 LLVMValueRef idx2 = lp_build_const_int32(gallivm, bcolor_slot);
350 if (vert_attr == key->color_slot && key->bcolor_slot >= 0)
351 lp_twoside(gallivm, args, key, key->bcolor_slot, attribv);
786 key->bcolor_slot = lp->bcolor_slot[0];
788 key->bspec_slot = lp->bcolor_slot[1];
175 lp_twoside(struct gallivm_state * gallivm,struct lp_setup_args * args,const struct lp_setup_variant_key * key,int bcolor_slot,LLVMValueRef attribv[3]) argument

Completed in 13 milliseconds