Lines Matching refs:InputsRead
207 * Print a vertex program's InputsRead field in human-readable format.225 * Print a fragment program's InputsRead field in human-readable format.1007 fprintf(f, "InputsRead: %" PRIx64 " (0b%s)\n",1008 (uint64_t) prog->InputsRead, binary(prog->InputsRead));