Searched refs:array_state (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dindirect_vertex_array_priv.h45 struct array_state struct
190 struct array_state *arrays;
H A Dindirect_vertex_array.c83 static struct array_state *get_array_entry(const struct array_state_vector
115 struct array_state_vector *arrays = state->array_state;
123 state->array_state = NULL;
154 state->array_state = arrays;
207 arrays->arrays = calloc(array_count, sizeof(struct array_state));
210 state->array_state = NULL;
299 state->array_state = NULL;
422 struct array_state *
530 struct array_state_vector *arrays = state->array_state;
701 struct array_state_vector *arrays = state->array_state;
[all...]
H A Dglxcurrent.c257 if (state && state->array_state == NULL) {
H A Dglxclient.h216 struct array_state_vector *array_state; member in struct:__GLXattributeRec
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dindirect_vertex_array_priv.h45 struct array_state struct
190 struct array_state *arrays;
H A Dindirect_vertex_array.c85 static struct array_state *get_array_entry(const struct array_state_vector
117 struct array_state_vector *arrays = state->array_state;
125 state->array_state = NULL;
156 state->array_state = arrays;
209 arrays->arrays = calloc(array_count, sizeof(struct array_state));
212 state->array_state = NULL;
301 state->array_state = NULL;
424 struct array_state *
532 struct array_state_vector *arrays = state->array_state;
703 struct array_state_vector *arrays = state->array_state;
[all...]
H A Dindirect_glx.c181 if (state && state->array_state == NULL) {
H A Dglxclient.h218 struct array_state_vector *array_state; member in struct:__GLXattributeRec
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_array_to_ssa.c48 struct array_state { struct
56 struct array_state *states;
61 static struct array_state *
75 struct array_state *state = get_state(ctx, block, arr->id);
88 struct array_state *state = get_state(ctx, block, arr->id);
200 struct array_state *state = get_state(ctx, block, id);
225 ctx.states = calloc(ctx.array_count * i, sizeof(struct array_state));
231 struct array_state *state =

Completed in 22 milliseconds