Searched refs:mov_src (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dnode_to_instr.c153 ppir_src *mov_src = ppir_node_get_src(move, 0); local in function:ppir_do_one_node_to_instr
154 mov_src->type = dest->type = ppir_target_pipeline;
155 mov_src->pipeline = dest->pipeline = pipeline_reg;
177 ppir_src *mov_src = ppir_node_get_src(move, 0); local in function:ppir_do_one_node_to_instr
185 mov_src->type = dest->type = ppir_target_pipeline;
186 mov_src->pipeline = dest->pipeline = ppir_pipeline_reg_const0;
H A Dlower.c76 ppir_src *mov_src = ppir_node_get_src(move, 0); local in function:ppir_lower_const
77 mov_src->type = dest->type = ppir_target_pipeline;
78 mov_src->pipeline = dest->pipeline = ppir_pipeline_reg_const0;
136 ppir_src *mov_src = ppir_node_get_src(move, 0); local in function:ppir_lower_load
137 mov_src->type = dest->type = ppir_target_pipeline;
138 mov_src->pipeline = dest->pipeline = ppir_pipeline_reg_uniform;
188 ppir_src *mov_src = ppir_node_get_src(move, 0); local in function:ppir_lower_texture
189 mov_src->type = dest->type = ppir_target_pipeline;
190 mov_src->pipeline = dest->pipeline = ppir_pipeline_reg_sampler;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dtest_vec4_cmod_propagation.cpp756 src_reg mov_src = src_reg(dest); local in function:TEST_F
757 mov_src.swizzle = BRW_SWIZZLE_XXXX;
763 bld.MOV(dest_null, mov_src));
H A Dbrw_fs.cpp3787 fs_reg mov_src = retype(inst->src[i], BRW_REGISTER_TYPE_UD); local in function:fs_visitor::lower_load_payload
3788 hbld.MOV(mov_dst, mov_src);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dtest_vec4_cmod_propagation.cpp768 src_reg mov_src = src_reg(dest); local in function:TEST_F
769 mov_src.swizzle = BRW_SWIZZLE_XXXX;
775 bld.MOV(dest_null, mov_src));
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_spill.c645 struct ir3_register *mov_src = ir3_src_create(mov, INVALID_REG, src->flags); local in function:materialize_pcopy_src
646 set_src_val(mov_src, src);

Completed in 17 milliseconds