Searched refs:afs_cmd (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_fragshader.c | 38 #define SET_INST(inst, type) afs_cmd[((inst<<2) + (type<<1) + 1)] 39 #define SET_INST_2(inst, type) afs_cmd[((inst<<2) + (type<<1) + 2)] 41 static void r200SetFragShaderArg( GLuint *afs_cmd, GLuint opnum, GLuint optype, in r200SetFragShaderArg() argument 129 GLuint *afs_cmd; in r200UpdateFSArith() local 137 afs_cmd = (GLuint *) rmesa->hw.afs[1].cmd; in r200UpdateFSArith() 140 afs_cmd = (GLuint *) rmesa->hw.afs[0].cmd; in r200UpdateFSArith() 171 r200SetFragShaderArg(afs_cmd, opnum, optype, in r200UpdateFSArith() 173 r200SetFragShaderArg(afs_cmd, opnum, optype, in r200UpdateFSArith() 181 r200SetFragShaderArg(afs_cmd, opnum, optype, in r200UpdateFSArith() 186 r200SetFragShaderArg(afs_cmd, opnum, optype, in r200UpdateFSArith() [all …]
|