Searched refs:move_src (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_nir_move_varying_inputs.c | 51 move_src(nir_src *src, void *state) function in typeref:typename:bool 65 nir_foreach_src(instr, move_src, state);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_nir_move_varying_inputs.c | 125 move_src(nir_src *src, void *state) function in typeref:typename:bool 143 nir_foreach_src(instr, move_src, state);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | lower.c | 360 ppir_src *move_src = move_alu->src, *src = alu->src; local in function:ppir_lower_select 361 move_src->type = src->type; 362 move_src->ssa = src->ssa; 363 move_src->swizzle[0] = src->swizzle[0];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | lower.c | 241 ppir_src *move_src = move_alu->src; local in function:ppir_lower_select 242 move_src->type = src0->type; 243 move_src->ssa = src0->ssa; 244 move_src->swizzle[0] = src0->swizzle[0];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 3821 struct tgsi_full_src_register move_src = make_src_temp_reg(tmp_move); local in function:emit_dst 3860 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &inst->Dst[0], &move_src, 3939 struct tgsi_full_src_register move_src = make_src_temp_reg(tmp_move); local in function:emit_exp 3988 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &inst->Dst[0], &move_src, 4141 struct tgsi_full_src_register move_src = make_src_temp_reg(tmp_move); local in function:emit_lit 4260 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &inst->Dst[0], &move_src,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 6511 struct tgsi_full_src_register move_src = make_src_temp_reg(tmp_move); local in function:emit_dst 6555 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &inst->Dst[0], &move_src); 6660 struct tgsi_full_src_register move_src = make_src_temp_reg(tmp_move); local in function:emit_exp 6714 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &inst->Dst[0], &move_src); 6867 struct tgsi_full_src_register move_src = make_src_temp_reg(tmp_move); local in function:emit_lit 6982 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &inst->Dst[0], &move_src);
|
Completed in 27 milliseconds