Searched refs:tc_add2 (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_compiler.h | 281 tc_add2(struct toy_compiler *tc, int opcode, in tc_add2() function 297 return tc_add2(tc, opcode, dst, src0, tsrc_null()); in tc_add1() 333 return tc_add2(tc, opcode, \ 358 inst = tc_add2(tc, opcode, \
|
D | toy_legalize.c | 237 inst2 = tc_add2(tc, GEN6_OPCODE_MACH, tdst_type(tdst_null(), inst_type), in lower_opcode_mul()
|
D | ilo_shader_gs.c | 273 tc_add2(tc, TOY_OPCODE_URB_WRITE, in gs_write_vue() 346 tc_add2(tc, TOY_OPCODE_URB_WRITE, in gs_discard()
|
D | ilo_shader_fs.c | 220 tc_add2(tc, GEN6_OPCODE_PLN, real_dst[ch], in fetch_attr() 1577 tc_add2(tc, TOY_OPCODE_FB_WRITE, tdst_null(), in fs_write_fb()
|
D | toy_tgsi.c | 995 tc_add2(tc, opcode, tmp, srcx[0], srcx[1]); in soa_scalar_replicate() 2217 tc_add2(tgsi->tc, opcode, dst, tsrc_imm_d(dim), tsrc_imm_d(idx)); in fetch_source()
|
D | ilo_shader_vs.c | 993 tc_add2(tc, TOY_OPCODE_URB_WRITE, tdst_null(), tsrc_from(header), desc); in vs_write_vue()
|