Home
last modified time | relevance | path

Searched refs:tdst_transpose (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dilo_shader_fs.c89 tdst_transpose(dst, real_dst); in fetch_position()
141 tdst_transpose(dst, real_dst); in fetch_face()
166 tdst_transpose(dst, real_dst); in fetch_attr()
303 tdst_transpose(dst, real_dst); in fs_lower_opcode_tgsi_indirect_const()
330 tdst_transpose(dst, real_dst); in fs_lower_opcode_tgsi_const_pcb()
379 tdst_transpose(dst, real_dst); in fs_lower_opcode_tgsi_const_gen6()
427 tdst_transpose(dst, real_dst); in fs_lower_opcode_tgsi_const_gen7()
447 tdst_transpose(dst, real_dst); in fs_lower_opcode_tgsi_imm()
1133 tdst_transpose(inst->dst, dst); in fs_lower_opcode_tgsi_sampling()
1175 tdst_transpose(inst->dst, dst); in fs_lower_opcode_derivative()
Dtoy_tgsi.c939 tdst_transpose(dst_[i], dst[i]); in soa_per_channel()
970 tdst_transpose(dst_[0], dst0); in soa_scalar_replicate()
1017 tdst_transpose(dst_[0], dst0); in soa_dot_product()
1096 tdst_transpose(dst_[0], dst0); in soa_LIT()
1126 tdst_transpose(dst_[0], dst0); in soa_EXP()
1155 tdst_transpose(dst_[0], dst0); in soa_LOG()
1183 tdst_transpose(dst_[0], dst0); in soa_DST()
1202 tdst_transpose(dst_[0], dst0); in soa_XPD()
1234 tdst_transpose(dst_[0], dst0); in soa_PK2H()
1255 tdst_transpose(dst_[0], dst0); in soa_UP2H()
[all …]
Dtoy_helpers.h58 tdst_transpose(struct toy_dst dst, struct toy_dst *trans) in tdst_transpose() function