Searched refs:bcolor_slot (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_setup.h | 21 int bcolor_slot:8; member in struct:lp_setup_variant_key
|
| H A D | lp_context.h | 111 int8_t bcolor_slot[2]; member in struct:llvmpipe_context
|
| H A D | lp_state_derived.c | 65 llvmpipe->bcolor_slot[0] = -1; 66 llvmpipe->bcolor_slot[1] = -1; 134 llvmpipe->bcolor_slot[i] = (int)vinfo->num_attribs;
|
| H A D | lp_state_setup.c | 177 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 D | lp_state_setup.h | 21 int bcolor_slot:8; member in struct:lp_setup_variant_key
|
| H A D | lp_state_derived.c | 65 llvmpipe->bcolor_slot[0] = -1; 66 llvmpipe->bcolor_slot[1] = -1; 134 llvmpipe->bcolor_slot[i] = (int)vinfo->num_attribs;
|
| H A D | lp_context.h | 127 int8_t bcolor_slot[2]; member in struct:llvmpipe_context
|
| H A D | lp_state_setup.c | 178 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