Searched refs:ps_const_size (Results 1 – 4 of 4) sorted by relevance
50 This->state.ps_const_f = MALLOC(This->base.device->ps_const_size); in NineStateBlock9_ctor()
94 uint16_t ps_const_size; member
419 This->ps_const_size = max_const_ps * sizeof(float[4]); in NineDevice9_ctor()443 This->state.ps_const_f = CALLOC(This->ps_const_size, 1); in NineDevice9_ctor()444 This->context.ps_const_f = CALLOC(This->ps_const_size, 1); in NineDevice9_ctor()445 This->context.ps_lconstf_temp = CALLOC(This->ps_const_size,1); in NineDevice9_ctor()
2828 memset(state->ps_const_f, 0, device->ps_const_size); in nine_state_set_defaults()2829 memset(context->ps_const_f, 0, device->ps_const_size); in nine_state_set_defaults()