OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bcolor_slot
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.h
22
int
bcolor_slot
:8;
member in struct:lp_setup_variant_key
lp_state_derived.c
58
llvmpipe->
bcolor_slot
[0] = -1;
59
llvmpipe->
bcolor_slot
[1] = -1;
103
llvmpipe->
bcolor_slot
[i] = (int)vinfo->num_attribs;
lp_context.h
110
int
bcolor_slot
[2];
member in struct:llvmpipe_context
lp_state_setup.c
211
int
bcolor_slot
,
216
LLVMValueRef idx2 = lp_build_const_int32(gallivm,
bcolor_slot
);
344
if (vert_attr == key->color_slot && key->
bcolor_slot
>= 0)
345
lp_twoside(gallivm, args, key, key->
bcolor_slot
, attribv);
813
key->
bcolor_slot
= lp->
bcolor_slot
[0];
815
key->bspec_slot = lp->
bcolor_slot
[1];
817
assert(key->
bcolor_slot
== lp->
bcolor_slot
[0]);
819
assert(key->bspec_slot == lp->
bcolor_slot
[1])
[
all
...]
Completed in 835 milliseconds