Searched refs:tdst_ud (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | ilo_shader_vs.c | 109 tdst_ud(tdst(TOY_FILE_MRF, vcc->first_free_mrf, 0)); in vs_lower_opcode_tgsi_const_gen6() 111 tdst_ud(tdst(TOY_FILE_MRF, vcc->first_free_mrf + 1, 0)); in vs_lower_opcode_tgsi_const_gen6() 145 tdst_ud(tdst(TOY_FILE_MRF, vcc->first_free_mrf, 0)); in vs_lower_opcode_tgsi_const_gen7() 182 tdst_writemask(tdst_ud(dst), 1 << ch), in vs_lower_opcode_tgsi_imm() 917 header = tdst_ud(tdst(TOY_FILE_MRF, vcc->first_free_mrf, 0)); in vs_write_vue()
|
D | toy_tgsi.c | 624 struct toy_dst tmp = tdst_ud(tc_alloc_tmp(tc)); in aos_PK2H() 629 tc_OR(tc, tdst_ud(dst[0]), h1, tsrc_from(tmp)); in aos_PK2H() 640 tc_AND(tc, tdst_writemask(tdst_ud(dst[0]), TOY_WRITEMASK_XZ), in aos_UP2H() 642 tc_SHR(tc, tdst_writemask(tdst_ud(dst[0]), TOY_WRITEMASK_YW), in aos_UP2H() 1227 struct toy_dst tmp = tdst_ud(tc_alloc_tmp(tc)); in soa_PK2H() 1258 tc_AND(tc, tdst_ud(dst0[0]), tsrc_ud(src0[0]), tsrc_imm_ud(0xffff)); in soa_UP2H() 1259 tc_SHR(tc, tdst_ud(dst0[1]), tsrc_ud(src0[1]), tsrc_imm_ud(16)); in soa_UP2H() 1260 tc_AND(tc, tdst_ud(dst0[2]), tsrc_ud(src0[2]), tsrc_imm_ud(0xffff)); in soa_UP2H() 1261 tc_SHR(tc, tdst_ud(dst0[3]), tsrc_ud(src0[3]), tsrc_imm_ud(16)); in soa_UP2H()
|
D | ilo_shader_cs.c | 131 header = tdst_ud(tdst(TOY_FILE_MRF, ccc->first_free_mrf, 0)); in cs_dummy()
|
D | ilo_shader_fs.c | 263 tdst_ud(tdst(TOY_FILE_MRF, fcc->first_free_mrf, 0)); in fs_lower_opcode_tgsi_indirect_const() 344 tdst_ud(tdst(TOY_FILE_MRF, fcc->first_free_mrf, 0)); in fs_lower_opcode_tgsi_const_gen6() 346 tdst_ud(tdst(TOY_FILE_MRF, fcc->first_free_mrf, 2 * 4)); in fs_lower_opcode_tgsi_const_gen6() 395 tdst_ud(tdst(TOY_FILE_MRF, fcc->first_free_mrf, 0)); in fs_lower_opcode_tgsi_const_gen7() 450 tc_MOV(&fcc->tc, tdst_ud(real_dst[ch]), tsrc_imm_ud(imm[ch])); in fs_lower_opcode_tgsi_imm() 1446 const struct toy_dst header = tdst_ud(tdst(TOY_FILE_MRF, base_mrf, 0)); in fs_write_fb()
|
D | toy_compiler_reg.h | 288 tdst_ud(struct toy_dst dst) in tdst_ud() function
|
D | ilo_shader_gs.c | 646 tdst_writemask(tdst_ud(dst), 1 << ch), in gs_lower_opcode_tgsi_imm()
|