Searched refs:tsrc_ud (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_tgsi.c | 622 const struct toy_src h1 = tsrc_ud(tsrc_swizzle1(src[0], TOY_SWIZZLE_X)); in aos_PK2H() 623 const struct toy_src h2 = tsrc_ud(tsrc_swizzle1(src[0], TOY_SWIZZLE_Y)); in aos_PK2H() 641 tsrc_ud(src[0]), tsrc_imm_ud(0xffff)); in aos_UP2H() 643 tsrc_ud(src[0]), tsrc_imm_ud(16)); in aos_UP2H() 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 | 132 r0 = tsrc_ud(tsrc(TOY_FILE_GRF, 0, 0)); in cs_dummy()
|
D | toy_compiler_reg.h | 527 tsrc_ud(struct toy_src src) in tsrc_ud() function
|
D | ilo_shader_vs.c | 112 const struct toy_src r0 = tsrc_ud(tsrc(TOY_FILE_GRF, 0, 0)); in vs_lower_opcode_tgsi_const_gen6() 918 r0 = tsrc_ud(tsrc(TOY_FILE_GRF, 0, 0)); in vs_write_vue()
|
D | ilo_shader_fs.c | 347 const struct toy_src r0 = tsrc_ud(tsrc(TOY_FILE_GRF, 0, 0)); in fs_lower_opcode_tgsi_const_gen6() 1473 const struct toy_src r0 = tsrc_ud(tsrc(TOY_FILE_GRF, 0, 0)); in fs_write_fb()
|
D | ilo_shader_gs.c | 1226 gcc->payload.svbi = tsrc_ud(tsrc(TOY_FILE_GRF, grf, 0)); in gs_setup_payload()
|