Home
last modified time | relevance | path

Searched refs:ps_const (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_ff.c1989 struct fvec4 *dst = (struct fvec4 *)device->ff.ps_const; in nine_ff_load_ps_params()
2081 cb.user_buffer = device->ff.ps_const; in nine_ff_update()
2104 device->ff.ps_const = CALLOC(NINE_FF_NUM_PS_CONST, 4 * sizeof(float)); in nine_ff_init()
2108 device->ff.vs_const && device->ff.ps_const; in nine_ff_init()
2136 FREE(device->ff.ps_const); in nine_ff_fini()
H A Ddevice9.h114 float *ps_const; member

Completed in 6 milliseconds