Searched refs:ps_const_f (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | 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 || 82 FREE(state->ps_const_f); 90 if (This->state.changed.ps_const_f) { 91 for (r = This->state.changed.ps_const_f; r->next; r = r->next); 92 nine_range_pool_put_chain(pool, This->state.changed.ps_const_f, r); 202 for (r = mask->changed.ps_const_f; r; r = r->next) { 203 memcpy(&dst->ps_const_f[r->bgn * 4], 204 &src->ps_const_f[r->bgn * 4], 426 struct nine_range *r = help->changed.ps_const_f; [all...] |
| H A D | nine_state.h | 173 struct nine_range *ps_const_f; member in struct:nine_state::__anon97a8ae2a0208 199 float *ps_const_f; member in struct:nine_state 229 BOOL ps_const_f; member in struct:nine_context::__anon97a8ae2a0308 267 float *ps_const_f; member in struct:nine_context
|
| H A D | device9.c | 414 This->state.ps_const_f = CALLOC(This->ps_const_size, 1); 415 This->context.ps_const_f = CALLOC(This->ps_const_size, 1); 418 !This->state.ps_const_f || !This->context.ps_const_f || 551 FREE(This->state.ps_const_f); 552 FREE(This->context.ps_const_f); 2365 nine_ranges_insert(&dst->changed.ps_const_f, 0, This->max_ps_const_f, 3676 memcpy(&state->ps_const_f[StartRegister * 4], 3678 Vector4fCount * 4 * sizeof(state->ps_const_f[0])); 3680 nine_ranges_insert(&state->changed.ps_const_f, [all...] |
| H A D | nine_state.c | 534 cb.user_buffer = context->ps_const_f; 537 int *idst = (int *)&context->ps_const_f[4 * device->max_ps_const_f]; 542 int *idst = (int *)&context->ps_const_f[4 * device->max_ps_const_f]; 607 context->changed.ps_const_f = 0; 1721 memcpy(&context->ps_const_f[StartRegister * 4], 1725 context->changed.ps_const_f = TRUE; 2073 for (r = src->changed.ps_const_f; r; r = r->next) 2075 &src->ps_const_f[r->bgn * 4], 2827 memset(state->ps_const_f, 0, device->ps_const_size); 2828 memset(context->ps_const_f, [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | 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 || 82 FREE(state->ps_const_f); 90 if (This->state.changed.ps_const_f) { 91 for (r = This->state.changed.ps_const_f; r->next; r = r->next); 92 nine_range_pool_put_chain(pool, This->state.changed.ps_const_f, r); 202 for (r = mask->changed.ps_const_f; r; r = r->next) { 203 memcpy(&dst->ps_const_f[r->bgn * 4], 204 &src->ps_const_f[r->bgn * 4], 426 struct nine_range *r = help->changed.ps_const_f; [all...] |
| H A D | nine_state.h | 175 struct nine_range *ps_const_f; member in struct:nine_state::__anon9e15edb10208 201 float *ps_const_f; member in struct:nine_state 231 BOOL ps_const_f; member in struct:nine_context::__anon9e15edb10308 269 float *ps_const_f; member in struct:nine_context
|
| H A D | device9.c | 485 This->state.ps_const_f = CALLOC(This->ps_const_size, 1); 486 This->context.ps_const_f = CALLOC(This->ps_const_size, 1); 489 !This->state.ps_const_f || !This->context.ps_const_f || 625 FREE(This->state.ps_const_f); 626 FREE(This->context.ps_const_f); 2519 nine_ranges_insert(&dst->changed.ps_const_f, 0, This->max_ps_const_f, 3938 memcpy(&state->ps_const_f[StartRegister * 4], 3940 Vector4fCount * 4 * sizeof(state->ps_const_f[0])); 3942 nine_ranges_insert(&state->changed.ps_const_f, [all...] |
| H A D | nine_state.c | 561 cb.user_buffer = context->ps_const_f; 564 int *idst = (int *)&context->ps_const_f[4 * device->max_ps_const_f]; 569 int *idst = (int *)&context->ps_const_f[4 * device->max_ps_const_f]; 634 context->changed.ps_const_f = 0; 1778 memcpy(&context->ps_const_f[StartRegister * 4], 1782 context->changed.ps_const_f = TRUE; 2124 for (r = src->changed.ps_const_f; r; r = r->next) 2126 &src->ps_const_f[r->bgn * 4], 2886 memset(state->ps_const_f, 0, device->ps_const_size); 2887 memset(context->ps_const_f, [all...] |
Completed in 25 milliseconds