Home
last modified time | relevance | path

Searched refs:tsrc_ud (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c622 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()
Dilo_shader_cs.c132 r0 = tsrc_ud(tsrc(TOY_FILE_GRF, 0, 0)); in cs_dummy()
Dtoy_compiler_reg.h527 tsrc_ud(struct toy_src src) in tsrc_ud() function
Dilo_shader_vs.c112 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()
Dilo_shader_fs.c347 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()
Dilo_shader_gs.c1226 gcc->payload.svbi = tsrc_ud(tsrc(TOY_FILE_GRF, grf, 0)); in gs_setup_payload()