Searched refs:src0_index (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_transform.h | 293 unsigned src0_index) in tgsi_transform_op1_inst() argument 304 tgsi_transform_src_reg_xyzw(&inst.Src[0], src0_file, src0_index); in tgsi_transform_op1_inst() 317 unsigned src0_index, in tgsi_transform_op2_inst() argument 331 tgsi_transform_src_reg_xyzw(&inst.Src[0], src0_file, src0_index); in tgsi_transform_op2_inst() 346 unsigned src0_index, in tgsi_transform_op3_inst() argument 361 tgsi_transform_src_reg_xyzw(&inst.Src[0], src0_file, src0_index); in tgsi_transform_op3_inst() 377 unsigned src0_index, in tgsi_transform_op1_swz_inst() argument 389 tgsi_transform_src_reg_xyzw(&inst.Src[0], src0_file, src0_index); in tgsi_transform_op1_swz_inst() 418 unsigned src0_index, in tgsi_transform_op2_swz_inst() argument 434 tgsi_transform_src_reg_xyzw(&inst.Src[0], src0_file, src0_index); in tgsi_transform_op2_swz_inst() [all …]
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_tgsi_lower_depth_clamp.c | 262 unsigned src0_index = ctx->depth_var; in epilog_fs() local 267 src0_index = ctx->pos_output_temp; in epilog_fs() 295 src0_file, src0_index, src0_swizzle, in epilog_fs()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_inst.h | 1393 F(src0_index, /* 4+ */ 34, 30, /* 12+ */ 51, 48)
|