Searched refs:ps_const (Results 1 – 2 of 2) sorted by relevance
1983 struct fvec4 *dst = (struct fvec4 *)device->ff.ps_const; in nine_ff_load_ps_params()2085 cb.user_buffer = device->ff.ps_const; in nine_ff_update()2120 device->ff.ps_const = CALLOC(NINE_FF_NUM_PS_CONST, 4 * sizeof(float)); in nine_ff_init()2124 device->ff.vs_const && device->ff.ps_const; in nine_ff_init()2152 FREE(device->ff.ps_const); in nine_ff_fini()
112 float *ps_const; member