Searched refs:NINE_MAX_CONST_I (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | nine_shader.h | 78 boolean int_slots_used[NINE_MAX_CONST_I]; 92 boolean (*int_const_added)[NINE_MAX_CONST_I]; 237 int const_i[NINE_MAX_CONST_I][4]; 263 for (i = 0; i < NINE_MAX_CONST_I; ++i) {
|
| H A D | nine_state.h | 107 #define NINE_MAX_CONST_I 16 macro 118 NINE_MAX_CONST_I * 4 * sizeof(int)) 121 #define VS_CONST_I_SIZE(device) (device->may_swvp ? (NINE_MAX_CONST_I_SWVP * sizeof(int[4])) : (NINE_MAX_CONST_I * sizeof(int[4]))) 175 uint16_t ps_const_i; /* NINE_MAX_CONST_I == 16 */ 200 int ps_const_i[NINE_MAX_CONST_I][4]; 268 int ps_const_i[NINE_MAX_CONST_I][4];
|
| H A D | pixelshader9.h | 50 boolean int_slots_used[NINE_MAX_CONST_I];
|
| H A D | vertexshader9.h | 60 boolean int_slots_used[NINE_MAX_CONST_I];
|
| H A D | device9.c | 382 max_const_ps = NINE_MAX_CONST_F_PS3 + (NINE_MAX_CONST_I + NINE_MAX_CONST_B / 4); 385 (NINE_MAX_CONST_I + NINE_MAX_CONST_B / 4); 387 (NINE_MAX_CONST_I + NINE_MAX_CONST_B / 4); 408 This->state.vs_const_i = CALLOC(NINE_MAX_CONST_I * sizeof(int[4]), 1); 409 This->context.vs_const_i = CALLOC(NINE_MAX_CONST_I * sizeof(int[4]), 1); 2341 nine_ranges_insert(&dst->changed.vs_const_i, 0, This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_CONST_I, 3326 user_assert(StartRegister < (This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_CONST_I), 3328 user_assert(StartRegister + Vector4iCount <= (This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_CONST_I), 3371 user_assert(StartRegister < (This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_CONST_I), 3373 user_assert(StartRegister + Vector4iCount <= (This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_CONST_I), [all...] |
| H A D | nine_state.c | 450 memcpy(idst, context->vs_const_i, NINE_MAX_CONST_I * sizeof(int[4])); 456 uint32_t *bdst = (uint32_t *)&idst[4 * NINE_MAX_CONST_I]; 543 uint32_t *bdst = (uint32_t *)&idst[4 * NINE_MAX_CONST_I];
|
| H A D | nine_shader.c | 3612 tx->num_consti_allowed = NINE_MAX_CONST_I; 3645 for (i = 0; i < NINE_MAX_CONST_I; ++i) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_shader.h | 80 boolean int_slots_used[NINE_MAX_CONST_I]; 94 boolean (*int_const_added)[NINE_MAX_CONST_I]; 244 int const_i[NINE_MAX_CONST_I][4]; 270 for (i = 0; i < NINE_MAX_CONST_I; ++i) {
|
| H A D | nine_state.h | 109 #define NINE_MAX_CONST_I 16 macro 120 NINE_MAX_CONST_I * 4 * sizeof(int)) 123 #define VS_CONST_I_SIZE(device) (device->may_swvp ? (NINE_MAX_CONST_I_SWVP * sizeof(int[4])) : (NINE_MAX_CONST_I * sizeof(int[4]))) 177 uint16_t ps_const_i; /* NINE_MAX_CONST_I == 16 */ 202 int ps_const_i[NINE_MAX_CONST_I][4]; 270 int ps_const_i[NINE_MAX_CONST_I][4];
|
| H A D | pixelshader9.h | 50 boolean int_slots_used[NINE_MAX_CONST_I];
|
| H A D | vertexshader9.h | 60 boolean int_slots_used[NINE_MAX_CONST_I];
|
| H A D | device9.c | 453 max_const_ps = NINE_MAX_CONST_F_PS3 + (NINE_MAX_CONST_I + NINE_MAX_CONST_B / 4); 456 (NINE_MAX_CONST_I + NINE_MAX_CONST_B / 4); 458 (NINE_MAX_CONST_I + NINE_MAX_CONST_B / 4); 479 This->state.vs_const_i = CALLOC(NINE_MAX_CONST_I * sizeof(int[4]), 1); 480 This->context.vs_const_i = CALLOC(NINE_MAX_CONST_I * sizeof(int[4]), 1); 2495 nine_ranges_insert(&dst->changed.vs_const_i, 0, This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_CONST_I, 3565 user_assert(StartRegister < (This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_CONST_I), 3567 user_assert(StartRegister + Vector4iCount <= (This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_CONST_I), 3611 user_assert(StartRegister < (This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_CONST_I), 3613 user_assert(StartRegister + Vector4iCount <= (This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_CONST_I), [all...] |
| H A D | nine_state.c | 477 memcpy(idst, context->vs_const_i, NINE_MAX_CONST_I * sizeof(int[4])); 483 uint32_t *bdst = (uint32_t *)&idst[4 * NINE_MAX_CONST_I]; 570 uint32_t *bdst = (uint32_t *)&idst[4 * NINE_MAX_CONST_I];
|
| H A D | nine_shader.c | 3647 tx->num_consti_allowed = NINE_MAX_CONST_I; 3681 for (i = 0; i < NINE_MAX_CONST_I; ++i) {
|
Completed in 35 milliseconds