Lines Matching defs:options

54 static const struct cffdec_options *options;
64 if (options->gpu_id >= 500)
73 return options->gpu_id >= 500;
115 if ((options->draw_filter != -1) &&
116 (options->draw_filter != current_draw_count))
118 if ((lvl >= 3) && (summary || options->querystrs || options->script))
120 if ((lvl >= 2) && (options->querystrs || options->script))
171 if (!options->ibs[ib].base)
174 if ((ib > 0) && options->ibs[ib - 1].base && !ibs[ib - 1].triggered)
178 return options->color;
180 if (options->ibs[ib].base != ibs[ib].base)
183 uint64_t start = ibs[ib].base + 4 * (ibs[ib].size - options->ibs[ib].rem);
193 return triggered & options->color;
412 if (options->dump_shaders) {
441 try_disasm_a3xx(buf, sizedwords, level + 2, stdout, options->gpu_id);
715 rnn = rnn_new(!options->color);
719 if (options->querystrs) {
721 queryvals = calloc(options->nquery, sizeof(queryvals[0]));
723 for (i = 0; i < options->nquery; i++) {
724 int val = strtol(options->querystrs[i], NULL, 0);
727 val = regbase(options->querystrs[i]);
730 printf("querystr: %s -> 0x%x\n", options->querystrs[i], queryvals[i]);
754 options = _options;
755 summary = options->summary;
764 switch (options->gpu_id) {
834 if (options->gpu_id >= 600) {
839 } else if (options->gpu_id >= 500) {
978 if ((options->gpu_id >= 500) && !quiet(2)) {
988 switch (options->query_mode) {
993 for (int i = 0; i < options->nquery; i++) {
1004 for (int i = 0; i < options->nquery; i++) {
1024 if ((500 <= options->gpu_id) && (options->gpu_id < 700)) {
1034 for (int i = 0; i < options->nquery; i++) {
1040 if (options->gpu_id >= 500)
1114 if (options->query_compare) {
1357 if ((300 <= options->gpu_id) && (options->gpu_id < 400)) {
1361 } else if ((400 <= options->gpu_id) && (options->gpu_id < 500)) {
1365 } else if ((500 <= options->gpu_id) && (options->gpu_id < 600)) {
1369 } else if ((600 <= options->gpu_id) && (options->gpu_id < 700)) {
1388 if ((300 <= options->gpu_id) && (options->gpu_id < 400)) {
1392 } else if ((400 <= options->gpu_id) && (options->gpu_id < 500)) {
1394 if (options->dump_textures) {
1400 } else if ((500 <= options->gpu_id) && (options->gpu_id < 600)) {
1402 if (options->dump_textures) {
1409 } else if ((600 <= options->gpu_id) && (options->gpu_id < 700)) {
1411 if (options->dump_textures) {
1433 if (quiet(2) && !options->script)
1436 if (options->gpu_id >= 600)
1438 else if (options->gpu_id >= 400)
1490 if (options->gpu_id >= 400)
1492 else if (options->gpu_id >= 300)
1512 options->gpu_id);
1529 if (options->gpu_id >= 400)
1547 if (options->dump_textures) {
1567 if (400 <= options->gpu_id && options->gpu_id < 500) {
1569 } else if (500 <= options->gpu_id && options->gpu_id < 600) {
1571 } else if (600 <= options->gpu_id && options->gpu_id < 700) {
1584 if (400 <= options->gpu_id && options->gpu_id < 500)
1586 else if (500 <= options->gpu_id && options->gpu_id < 600)
1598 if ((500 <= options->gpu_id) && (options->gpu_id < 600)) {
1602 if (options->dump_textures) {
1616 if (500 <= options->gpu_id && options->gpu_id < 600)
1618 else if (600 <= options->gpu_id && options->gpu_id < 700)
1817 if (name && (options->gpu_id > 500)) {
1843 if (!(options->allregs || reg_rewritten(regbase)))
2120 if (!options->decode_markers)
2159 if (options->once && has_dumped(ibaddr, enable_mask))
2167 if (options->query_compare && has_dumped(ibaddr, MODE_ALL))
2337 if (options->gpu_id >= 600) {
2377 if (!options->query_compare)
2505 assert(options->gpu_id >= 500);
2550 assert(options->gpu_id >= 500);
2647 } options;
2793 if (op->options.load_all_groups)
2811 if (op->options.load_all_groups)
2838 if (options->gpu_id >= 500) {