Searched refs:tsrc_imm_ud (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_tgsi.c | 248 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 …]
|
D | toy_helpers.h | 151 return tsrc_imm_ud(desc); in tsrc_imm_mdesc()
|
D | toy_compiler_reg.h | 765 tsrc_imm_ud(uint32_t ud) in tsrc_imm_ud() function
|
D | ilo_shader_vs.c | 183 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()
|
D | ilo_shader_fs.c | 450 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()
|
D | ilo_shader_gs.c | 647 tsrc_imm_ud(imm[ch])); in gs_lower_opcode_tgsi_imm()
|