Searched refs:set_dest_swizzle (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_tex.h110 void set_dest_swizzle(const std::array<int,4>& swz) { function in class:r600::TexInstruction
H A Dsfn_emittexinstruction.cpp152 irgh->set_dest_swizzle({7,7,7,7});
156 irgv->set_dest_swizzle({7,7,7,7});
229 irt->set_dest_swizzle({1,0,7,7});
337 ir->set_dest_swizzle(dest_swz);
365 ir->set_dest_swizzle(dest_swz);
415 set_ofs->set_dest_swizzle({7,7,7,7});
426 irt->set_dest_swizzle({1,2,0,3});
476 tex_sample_id_ir->set_dest_swizzle(dest_swz);
H A Dsfn_instruction_fetch.h119 void set_dest_swizzle(const std::array<int,4>& swz);
H A Dsfn_instruction_gds.h75 void set_dest_swizzle(const std::array<int,4>& swz) { function in class:r600::GDSInstr
H A Dsfn_shader_fragment.cpp420 vtx->set_dest_swizzle(swz);
617 getgradh->set_dest_swizzle({0,1,7,7});
626 getgradv->set_dest_swizzle({7,7,0,1});
668 tex->set_dest_swizzle({0,1,7,7});
677 tex->set_dest_swizzle({7,7,0,1});
H A Dsfn_instruction_fetch.cpp283 void FetchInstruction::set_dest_swizzle(const std::array<int,4>& swz) function in class:r600::FetchInstruction
H A Dsfn_shader_geometry.cpp328 fetch->set_dest_swizzle(swz);
H A Dsfn_shader_base.cpp902 ir->set_dest_swizzle(swz);
1025 ir->set_dest_swizzle(swz);
H A Dsfn_emitssboinstruction.cpp374 ir->set_dest_swizzle(dest_swt[nir_dest_num_components(instr->dest) - 1]);
H A Dsfn_emitaluinstruction.cpp994 tex->set_dest_swizzle(writemask);

Completed in 11 milliseconds