OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:afs_cmd
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
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,
127
GLuint *
afs_cmd
;
local
135
afs_cmd
= (GLuint *) rmesa->hw.afs[1].cmd;
138
afs_cmd
= (GLuint *) rmesa->hw.afs[0].cmd;
169
r200SetFragShaderArg(
afs_cmd
, opnum, optype,
171
r200SetFragShaderArg(
afs_cmd
, opnum, optype,
179
r200SetFragShaderArg(
afs_cmd
, opnum, optype,
184
r200SetFragShaderArg(
afs_cmd
, opnum, optype
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/r200/
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,
127
GLuint *
afs_cmd
;
local
135
afs_cmd
= (GLuint *) rmesa->hw.afs[1].cmd;
138
afs_cmd
= (GLuint *) rmesa->hw.afs[0].cmd;
169
r200SetFragShaderArg(
afs_cmd
, opnum, optype,
171
r200SetFragShaderArg(
afs_cmd
, opnum, optype,
179
r200SetFragShaderArg(
afs_cmd
, opnum, optype,
184
r200SetFragShaderArg(
afs_cmd
, opnum, optype
[
all
...]
Completed in 66 milliseconds