Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr500_fragprog.c355 static char *to_texop(int val) in to_texop() function
524 to_texop((inst >> 22) & 0x7), (inst & (1<<25)) ? "ACQ" : "", in r500FragmentProgramDump()