Home
last modified time | relevance | path

Searched refs:tc_alloc_tmp (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_compiler.h187 tc_alloc_tmp(struct toy_compiler *tc) in tc_alloc_tmp() function
198 tmp[0] = tc_alloc_tmp(tc); in tc_alloc_tmp4()
199 tmp[1] = tc_alloc_tmp(tc); in tc_alloc_tmp4()
200 tmp[2] = tc_alloc_tmp(tc); in tc_alloc_tmp4()
201 tmp[3] = tc_alloc_tmp(tc); in tc_alloc_tmp4()
Dtoy_legalize.c95 tmp = tdst_type(tc_alloc_tmp(tc), inst->src[i].type); in toy_compiler_lower_math()
115 tmp = tc_alloc_tmp(tc); in toy_compiler_lower_math()
209 tmp = tc_alloc_tmp(tc); in validate_imm()
260 struct toy_dst tmp = tdst_type(tc_alloc_tmp(tc), inst_type); in lower_opcode_mac()
Dtoy_tgsi.c497 tdst_d(tdst_writemask(tc_alloc_tmp(tc), TOY_WRITEMASK_X)); in aos_EXP()
523 tmp = tdst_d(tdst_writemask(tc_alloc_tmp(tc), TOY_WRITEMASK_X)); in aos_LOG()
558 struct toy_dst tmp = tc_alloc_tmp(tc); in aos_LRP()
571 struct toy_dst tmp = tc_alloc_tmp(tc); in aos_DP2A()
597 struct toy_dst tmp = tc_alloc_tmp(tc); in aos_XPD()
624 struct toy_dst tmp = tdst_ud(tc_alloc_tmp(tc)); in aos_PK2H()
670 struct toy_dst tmp = tc_alloc_tmp(tc); in aos_DIV()
693 struct toy_dst tmp = tc_alloc_tmp(tc); in aos_CEIL()
705 struct toy_dst tmp = tc_alloc_tmp(tc); in aos_SAD()
979 tmp = tc_alloc_tmp(tc); in soa_scalar_replicate()
[all …]
Dilo_shader_fs.c96 tmp_uw = tdst_uw(tc_alloc_tmp(tc)); in fetch_position()
97 tmp = tc_alloc_tmp(tc); in fetch_position()
143 tmp_f = tc_alloc_tmp(tc); in fetch_face()
375 tmp = tc_alloc_tmp(tc); in fs_lower_opcode_tgsi_const_gen6()
422 tmp = tc_alloc_tmp(tc); in fs_lower_opcode_tgsi_const_gen7()
544 struct toy_dst tmp = tc_alloc_tmp(tc); in fs_lower_opcode_tgsi_indirect()
1043 tmp = tc_alloc_tmp(tc); in fs_prepare_tgsi_sampling()
1059 tmp = tc_alloc_tmp(tc); in fs_prepare_tgsi_sampling()
Dilo_shader_vs.c294 struct toy_dst tmp = tc_alloc_tmp(tc); in vs_lower_opcode_tgsi_indirect()
467 tmp = tc_alloc_tmp(tc); in vs_prepare_tgsi_sampling()
528 tmp = tc_alloc_tmp(tc); in vs_prepare_tgsi_sampling()
598 tmp = tc_alloc_tmp(tc); in vs_lower_opcode_tgsi_sampling()
863 struct toy_dst tmp = tc_alloc_tmp(&vcc->tc); in vs_collect_outputs()