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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_ff.c1986 struct fvec4 *dst = (struct fvec4 *)device->ff.ps_const;
2078 cb.user_buffer = device->ff.ps_const;
2101 device->ff.ps_const = CALLOC(NINE_FF_NUM_PS_CONST, 4 * sizeof(float));
2105 device->ff.vs_const && device->ff.ps_const;
2133 FREE(device->ff.ps_const);
H A Ddevice9.h112 float *ps_const; member in struct:NineDevice9::__anon87250ea90108
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_ff.c1986 struct fvec4 *dst = (struct fvec4 *)device->ff.ps_const;
2078 cb.user_buffer = device->ff.ps_const;
2101 device->ff.ps_const = CALLOC(NINE_FF_NUM_PS_CONST, 4 * sizeof(float));
2105 device->ff.vs_const && device->ff.ps_const;
2133 FREE(device->ff.ps_const);
H A Ddevice9.h114 float *ps_const; member in struct:NineDevice9::__anon8d7c23900108

Completed in 11 milliseconds