Home
last modified time | relevance | path

Searched refs:tempsOutput (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/program/
Dprogramopt.c444 GLbitfield tempsOutput = 0x0; in _mesa_count_texture_indirections() local
453 (tempsOutput & (1 << inst->SrcReg[0].Index))) || in _mesa_count_texture_indirections()
459 tempsOutput = 0x0; in _mesa_count_texture_indirections()
474 tempsOutput |= (1 << inst->DstReg.Index); in _mesa_count_texture_indirections()
/third_party/openGLES/extensions/ARB/
DARB_fragment_program.txt534 tempsOutput = 0;
541 (tempsOutput & (1 << i.input.index))) ||
546 tempsOutput = 0;
560 tempsOutput |= (1 << i.output.index);
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_fragment_program.txt524 tempsOutput = 0;
531 (tempsOutput & (1 << i.input.index))) ||
536 tempsOutput = 0;
550 tempsOutput |= (1 << i.output.index);