Home
last modified time | relevance | path

Searched refs:chan_i (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp381 output.swizzle_x = gpr.chan_i(0); in emit_vs_pos_export()
382 output.swizzle_y = gpr.chan_i(1); in emit_vs_pos_export()
383 output.swizzle_z = gpr.chan_i(2); in emit_vs_pos_export()
384 output.swizzle_w = gpr.chan_i(3); in emit_vs_pos_export()
409 output.swizzle_x = gpr.chan_i(0); in emit_vs_param_export()
410 output.swizzle_y = gpr.chan_i(1); in emit_vs_param_export()
411 output.swizzle_z = gpr.chan_i(2); in emit_vs_param_export()
412 output.swizzle_w = gpr.chan_i(3); in emit_vs_param_export()
444 output.swizzle_x = gpr.chan_i(0); in emit_fs_pixel_export()
445 output.swizzle_y = gpr.chan_i(1); in emit_fs_pixel_export()
[all …]
Dsfn_instruction_gds.h172 int data_swz(int chan) const {return m_data.chan_i(chan);} in data_swz()
209 int chan(int i ) const {return m_value.chan_i(i);} in chan()
Dsfn_instruction_gds.cpp50 m_dest_swizzle[0] = m_dest.chan_i(0);
Dsfn_value_gpr.h96 unsigned chan_i(int i) const {return m_elms[i]->chan();} in chan_i() function