Home | History | Annotate | Download | only in tgsi

Lines Matching refs:ok

1258    unsigned ok = 1;
1283 while (!tgsi_parse_end_of_tokens(&parse) && ok) {
1300 ok = emit_instruction(&gen, &parse.FullToken.FullInstruction);
1302 if (!ok) {
1331 ok = 0;
1342 ok = FALSE;
1345 if (!ok)
1348 return ok;