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()
96 uint16_t ps_const_size; member
461 This->ps_const_size = max_const_ps * sizeof(float[4]); in NineDevice9_ctor()485 This->state.ps_const_f = CALLOC(This->ps_const_size, 1); in NineDevice9_ctor()486 This->context.ps_const_f = CALLOC(This->ps_const_size, 1); in NineDevice9_ctor()487 This->context.ps_lconstf_temp = CALLOC(This->ps_const_size,1); in NineDevice9_ctor()
2886 memset(state->ps_const_f, 0, device->ps_const_size); in nine_state_set_defaults()2887 memset(context->ps_const_f, 0, device->ps_const_size); in nine_state_set_defaults()