OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:colors_count
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/compiler/nir/
nir_lower_two_sided_color.c
39
int
colors_count
;
member in struct:__anon29322
99
assert(state->
colors_count
< ARRAY_SIZE(state->colors));
100
state->colors[state->
colors_count
].front = var;
101
state->
colors_count
++;
107
if (state->
colors_count
== 0)
111
for (int i = 0; i < state->
colors_count
; i++) {
141
for (idx = 0; idx < state->
colors_count
; idx++) {
150
if (idx == state->
colors_count
)
Completed in 64 milliseconds