Searched refs:bi_word (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 151 bi_word(offset, i), in bi_varying_src0_for_barycentric() 345 bi_index w0 = bi_word(src[i], chan >> 1); in bi_make_vec16_to() 346 bi_index w1 = next ? bi_word(src[i + 1], nextc >> 1) : bi_zero(); in bi_make_vec16_to() 351 bi_index to = bi_word(dst, i >> 1); in bi_make_vec16_to() 384 bi_mov_i32_to(b, bi_word(dst, i), in bi_make_vec_to() 385 bi_word(src[i], channel ? channel[i] : 0)); in bi_make_vec_to() 391 bi_word(src[0], channel[0] >> 2), in bi_make_vec_to() 403 bi_mov_i32_to(b, bi_word(final_dst, i >> shift), in bi_make_vec_to() 404 bi_word(dst, i >> shift)); in bi_make_vec_to() 602 bi_mov_i32_to(b, bi_register(4 + i), bi_word(src0, i)); in bi_emit_fragment_out() [all …]
|
D | bi_opt_push_ubo.c | 178 bi_word(ins->dest[0], w), in bi_opt_push_ubo()
|
D | compiler.h | 204 bi_word(bi_index idx, unsigned component) in bi_word() function
|