D | test-scheduler-predicates.cpp | 40 bi_index TMP() { return bi_temp(b->shader); } in TMP() function in SchedulerPredicates 48 bi_instr *mov = bi_mov_i32_to(b, TMP(), TMP()); in TEST_F() 59 bi_instr *fma = bi_fma_f32_to(b, TMP(), TMP(), TMP(), bi_zero()); in TEST_F() 72 bi_instr *load = bi_load_i128_to(b, TMP(), TMP(), TMP(), BI_SEG_UBO, 0); in TEST_F() 84 bi_instr *blend = bi_blend_to(b, TMP(), TMP(), TMP(), TMP(), TMP(), TMP(), in TEST_F() 99 bi_instr *fadd = bi_fadd_f32_to(b, TMP(), TMP(), TMP()); in TEST_F() 104 bi_instr *fadd = bi_fadd_f32_to(b, TMP(), TMP(), TMP()); in TEST_F() 105 fadd->src[i] = bi_swz_16(TMP(), j, j); in TEST_F() 118 bi_instr *fadd = bi_fadd_v2f16_to(b, TMP(), x, x); in TEST_F() 156 bi_instr *jump = bi_jump(b, TMP()); in TEST_F()
|