Searched refs:src0_index (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_transform.h | 296 unsigned src0_index) in tgsi_transform_op1_inst() argument 307 tgsi_transform_src_reg_xyzw(&inst.Src[0], src0_file, src0_index); in tgsi_transform_op1_inst() 320 unsigned src0_index, in tgsi_transform_op2_inst() argument 334 tgsi_transform_src_reg_xyzw(&inst.Src[0], src0_file, src0_index); in tgsi_transform_op2_inst() 349 unsigned src0_index, in tgsi_transform_op3_inst() argument 364 tgsi_transform_src_reg_xyzw(&inst.Src[0], src0_file, src0_index); in tgsi_transform_op3_inst() 380 unsigned src0_index, in tgsi_transform_op1_swz_inst() argument 392 tgsi_transform_src_reg_xyzw(&inst.Src[0], src0_file, src0_index); in tgsi_transform_op1_swz_inst() 421 unsigned src0_index, in tgsi_transform_op2_swz_inst() argument 437 tgsi_transform_src_reg_xyzw(&inst.Src[0], src0_file, src0_index); in tgsi_transform_op2_swz_inst() [all …]
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_inst.h | 1395 F(src0_index, /* 4+ */ 34, 30, /* 12+ */ 51, 48)
|