Home
last modified time | relevance | path

Searched refs:argMod (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Datifragshader.h34 GLuint argMod; member
Datifragshader.c686 curI->SrcReg[optype][0].argMod = arg1Mod; in _mesa_FragmentOpXATI()
692 curI->SrcReg[optype][1].argMod = arg2Mod; in _mesa_FragmentOpXATI()
698 curI->SrcReg[optype][2].argMod = arg3Mod; in _mesa_FragmentOpXATI()
/external/mesa3d/src/mesa/swrast/
Ds_atifragshader.c376 apply_src_mod(optype, inst->SrcReg[optype][i].argMod, in execute_shader()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_fragshader.c46 const GLuint srcmod = srcReg.argMod; in r200SetFragShaderArg()