Searched refs:NINE_MAX_CONST_B (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_shader.h79 boolean bool_slots_used[NINE_MAX_CONST_B];
93 boolean (*bool_const_added)[NINE_MAX_CONST_B];
238 BOOL const_b[NINE_MAX_CONST_B];
267 for (i = 0; i < NINE_MAX_CONST_B; ++i) {
H A Dnine_state.h108 #define NINE_MAX_CONST_B 16 macro
122 #define VS_CONST_B_SIZE(device) (device->may_swvp ? (NINE_MAX_CONST_B_SWVP * sizeof(BOOL)) : (NINE_MAX_CONST_B * sizeof(BOOL)))
177 uint16_t ps_const_b; /* NINE_MAX_CONST_B == 16 */
201 BOOL ps_const_b[NINE_MAX_CONST_B];
269 BOOL ps_const_b[NINE_MAX_CONST_B];
H A Dpixelshader9.h51 boolean bool_slots_used[NINE_MAX_CONST_B];
H A Dvertexshader9.h61 boolean bool_slots_used[NINE_MAX_CONST_B];
H A Ddevice9.c382 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);
410 This->state.vs_const_b = CALLOC(NINE_MAX_CONST_B * sizeof(BOOL), 1);
411 This->context.vs_const_b = CALLOC(NINE_MAX_CONST_B * sizeof(BOOL), 1);
2343 nine_ranges_insert(&dst->changed.vs_const_b, 0, This->may_swvp ? NINE_MAX_CONST_B_SWVP : NINE_MAX_CONST_B,
3406 user_assert(StartRegister < (This->may_swvp ? NINE_MAX_CONST_B_SWVP : NINE_MAX_CONST_B),
3408 user_assert(StartRegister + BoolCount <= (This->may_swvp ? NINE_MAX_CONST_B_SWVP : NINE_MAX_CONST_B),
3446 user_assert(StartRegister < (This->may_swvp ? NINE_MAX_CONST_B_SWVP : NINE_MAX_CONST_B),
3448 user_assert(StartRegister + BoolCount <= (This->may_swvp ? NINE_MAX_CONST_B_SWVP : NINE_MAX_CONST_B),
[all...]
H A Dnine_shader.c3613 tx->num_constb_allowed = NINE_MAX_CONST_B;
3655 for (i = 0; i < NINE_MAX_CONST_B; ++i) {
H A Dnine_state.c457 memcpy(bdst, context->vs_const_b, NINE_MAX_CONST_B * sizeof(BOOL));
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_shader.h81 boolean bool_slots_used[NINE_MAX_CONST_B];
95 boolean (*bool_const_added)[NINE_MAX_CONST_B];
245 BOOL const_b[NINE_MAX_CONST_B];
274 for (i = 0; i < NINE_MAX_CONST_B; ++i) {
H A Dnine_state.h110 #define NINE_MAX_CONST_B 16 macro
124 #define VS_CONST_B_SIZE(device) (device->may_swvp ? (NINE_MAX_CONST_B_SWVP * sizeof(BOOL)) : (NINE_MAX_CONST_B * sizeof(BOOL)))
179 uint16_t ps_const_b; /* NINE_MAX_CONST_B == 16 */
203 BOOL ps_const_b[NINE_MAX_CONST_B];
271 BOOL ps_const_b[NINE_MAX_CONST_B];
H A Dpixelshader9.h51 boolean bool_slots_used[NINE_MAX_CONST_B];
H A Dvertexshader9.h61 boolean bool_slots_used[NINE_MAX_CONST_B];
H A Ddevice9.c453 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);
481 This->state.vs_const_b = CALLOC(NINE_MAX_CONST_B * sizeof(BOOL), 1);
482 This->context.vs_const_b = CALLOC(NINE_MAX_CONST_B * sizeof(BOOL), 1);
2497 nine_ranges_insert(&dst->changed.vs_const_b, 0, This->may_swvp ? NINE_MAX_CONST_B_SWVP : NINE_MAX_CONST_B,
3646 user_assert(StartRegister < (This->may_swvp ? NINE_MAX_CONST_B_SWVP : NINE_MAX_CONST_B),
3648 user_assert(StartRegister + BoolCount <= (This->may_swvp ? NINE_MAX_CONST_B_SWVP : NINE_MAX_CONST_B),
3687 user_assert(StartRegister < (This->may_swvp ? NINE_MAX_CONST_B_SWVP : NINE_MAX_CONST_B),
3689 user_assert(StartRegister + BoolCount <= (This->may_swvp ? NINE_MAX_CONST_B_SWVP : NINE_MAX_CONST_B),
[all...]
H A Dnine_shader.c3648 tx->num_constb_allowed = NINE_MAX_CONST_B;
3691 for (i = 0; i < NINE_MAX_CONST_B; ++i) {
H A Dnine_state.c484 memcpy(bdst, context->vs_const_b, NINE_MAX_CONST_B * sizeof(BOOL));

Completed in 39 milliseconds