HomeSort by relevance Sort by last modified time
    Searched refs:ps_const_f (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/state_trackers/nine/
stateblock9.c 50 This->state.ps_const_f = MALLOC(This->base.device->ps_const_size);
53 if (!This->state.vs_const_f || !This->state.ps_const_f ||
70 FREE(state->ps_const_f);
78 if (This->state.changed.ps_const_f) {
79 for (r = This->state.changed.ps_const_f; r->next; r = r->next);
80 nine_range_pool_put_chain(pool, This->state.changed.ps_const_f, r);
183 for (r = mask->changed.ps_const_f; r; r = r->next) {
184 memcpy(&dst->ps_const_f[r->bgn * 4],
185 &src->ps_const_f[r->bgn * 4],
405 struct nine_range *r = help->changed.ps_const_f;
    [all...]
nine_state.h 172 struct nine_range *ps_const_f; member in struct:nine_state::__anon28365
198 float *ps_const_f; member in struct:nine_state
228 BOOL ps_const_f; member in struct:nine_context::__anon28366
262 float *ps_const_f; member in struct:nine_context
device9.c 403 This->state.ps_const_f = CALLOC(This->ps_const_size, 1);
404 This->context.ps_const_f = CALLOC(This->ps_const_size, 1);
407 !This->state.ps_const_f || !This->context.ps_const_f ||
573 FREE(This->state.ps_const_f);
574 FREE(This->context.ps_const_f);
    [all...]
nine_state.c 552 cb.user_buffer = context->ps_const_f;
555 int *idst = (int *)&context->ps_const_f[4 * device->max_ps_const_f];
560 int *idst = (int *)&context->ps_const_f[4 * device->max_ps_const_f];
609 context->changed.ps_const_f = 0;
    [all...]

Completed in 178 milliseconds