Searched refs:NINE_MAX_CONST_B (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_state.h | 107 #define NINE_MAX_CONST_B 16 macro 121 …vice) (device->may_swvp ? (NINE_MAX_CONST_B_SWVP * sizeof(BOOL)) : (NINE_MAX_CONST_B * sizeof(BOOL… 200 BOOL ps_const_b[NINE_MAX_CONST_B]; 264 BOOL ps_const_b[NINE_MAX_CONST_B];
|
D | device9.c | 371 max_const_ps = NINE_MAX_CONST_F_PS3 + (NINE_MAX_CONST_I + NINE_MAX_CONST_B / 4); in NineDevice9_ctor() 374 (NINE_MAX_CONST_I + NINE_MAX_CONST_B / 4); in NineDevice9_ctor() 376 (NINE_MAX_CONST_I + NINE_MAX_CONST_B / 4); in NineDevice9_ctor() 399 This->state.vs_const_b = CALLOC(NINE_MAX_CONST_B * sizeof(BOOL), 1); in NineDevice9_ctor() 400 This->context.vs_const_b = CALLOC(NINE_MAX_CONST_B * sizeof(BOOL), 1); in NineDevice9_ctor() 2337 …nges_insert(&dst->changed.vs_const_b, 0, This->may_swvp ? NINE_MAX_CONST_B_SWVP : NINE_MAX_CONST_B, in NineDevice9_CreateStateBlock() 3398 user_assert(StartRegister < (This->may_swvp ? NINE_MAX_CONST_B_SWVP : NINE_MAX_CONST_B), in NineDevice9_SetVertexShaderConstantB() 3400 …er_assert(StartRegister + BoolCount <= (This->may_swvp ? NINE_MAX_CONST_B_SWVP : NINE_MAX_CONST_B), in NineDevice9_SetVertexShaderConstantB() 3438 user_assert(StartRegister < (This->may_swvp ? NINE_MAX_CONST_B_SWVP : NINE_MAX_CONST_B), in NineDevice9_GetVertexShaderConstantB() 3440 …er_assert(StartRegister + BoolCount <= (This->may_swvp ? NINE_MAX_CONST_B_SWVP : NINE_MAX_CONST_B), in NineDevice9_GetVertexShaderConstantB() [all …]
|
D | nine_state.c | 499 memcpy(bdst, context->vs_const_b, NINE_MAX_CONST_B * sizeof(BOOL)); in prepare_vs_constants_userbuf()
|
D | nine_shader.c | 3547 tx->num_constb_allowed = NINE_MAX_CONST_B; in nine_translate_shader()
|