Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c248 zero = tsrc_imm_ud(0); in aos_set_on_cond()
249 one = tsrc_imm_ud(~0); in aos_set_on_cond()
273 zero = tsrc_imm_ud(0); in aos_compare()
628 tc_SHL(tc, tmp, h2, tsrc_imm_ud(16)); 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()
1237 tc_SHL(tc, tmp, src0[1], tsrc_imm_ud(16)); 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()
[all …]
Dtoy_helpers.h151 return tsrc_imm_ud(desc); in tsrc_imm_mdesc()
Dtoy_compiler_reg.h765 tsrc_imm_ud(uint32_t ud) in tsrc_imm_ud() function
Dilo_shader_vs.c183 tsrc_imm_ud(imm[ch])); in vs_lower_opcode_tgsi_imm()
925 tsrc_rect(tsrc_imm_ud(0xff00), TOY_RECT_010)); in vs_write_vue()
Dilo_shader_fs.c450 tc_MOV(&fcc->tc, tdst_ud(real_dst[ch]), tsrc_imm_ud(imm[ch])); in fs_lower_opcode_tgsi_imm()
1536 inst = tc_MOV(tc, tdst_offset(header, 0, 2), tsrc_imm_ud(cbuf)); in fs_write_fb()
Dilo_shader_gs.c647 tsrc_imm_ud(imm[ch])); in gs_lower_opcode_tgsi_imm()