Searched refs:ps_const_size (Results 1 – 4 of 4) sorted by relevance
94 uint16_t ps_const_size; member
50 This->state.ps_const_f = MALLOC(This->base.device->ps_const_size); in NineStateBlock9_ctor()
379 This->ps_const_size = max_const_ps * sizeof(float[4]); in NineDevice9_ctor()403 This->state.ps_const_f = CALLOC(This->ps_const_size, 1); in NineDevice9_ctor()404 This->context.ps_const_f = CALLOC(This->ps_const_size, 1); in NineDevice9_ctor()405 This->context.ps_lconstf_temp = CALLOC(This->ps_const_size,1); in NineDevice9_ctor()
2972 memset(state->ps_const_f, 0, device->ps_const_size); in nine_state_set_defaults()2973 memset(context->ps_const_f, 0, device->ps_const_size); in nine_state_set_defaults()