Searched refs:test_mode (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | compiler.h | 436 bool test_mode; member in struct:__anon9a2e09910208::__anon9a2e0991060a::__anon9a2e09910908
|
| /xsrc/external/mit/MesaLib/src/panfrost/bifrost/ |
| H A D | bi_builder.h | 4142 bi_instr * bi_jump_ex_to(bi_builder *b, bi_index dest0, bi_index src0, bi_index src1, bi_index src2, enum bi_stack_mode stack_mode, bool test_mode) argument 4150 I->test_mode = test_mode; 4157 bi_index bi_jump_ex(bi_builder *b, bi_index src0, bi_index src1, bi_index src2, enum bi_stack_mode stack_mode, bool test_mode) argument 4159 return (bi_jump_ex_to(b, bi_temp(b->shader), src0, src1, src2, stack_mode, test_mode))->dest[0];
|
| H A D | bi_packer.c | 1157 unsigned test_mode = I->test_mode; local in function:bi_pack_fma_jump_ex 1158 assert(test_mode < 2); 1161 return 0x2eb000 | (src0 << 0) | (src1 << 3) | (src2 << 6) | (test_mode << 9) | (stack_mode << 10);
|
| H A D | bi_printer.c | 3071 if (I->test_mode) fputs(".test_mode", fp);
|
| H A D | bifrost_gen_disasm.c | 2098 const char *test_mode = test_mode_table[_BITS(bits, 9, 1)]; local in function:bi_disasm_fma_jump_ex 2107 fputs(test_mode, fp);
|
Completed in 50 milliseconds