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 D | sfn_instruction_tex.h | 110 void set_dest_swizzle(const std::array<int,4>& swz) { function in class:r600::TexInstruction
|
| H A D | sfn_emittexinstruction.cpp | 152 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 D | sfn_instruction_fetch.h | 119 void set_dest_swizzle(const std::array<int,4>& swz);
|
| H A D | sfn_instruction_gds.h | 75 void set_dest_swizzle(const std::array<int,4>& swz) { function in class:r600::GDSInstr
|
| H A D | sfn_shader_fragment.cpp | 420 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 D | sfn_instruction_fetch.cpp | 283 void FetchInstruction::set_dest_swizzle(const std::array<int,4>& swz) function in class:r600::FetchInstruction
|
| H A D | sfn_shader_geometry.cpp | 328 fetch->set_dest_swizzle(swz);
|
| H A D | sfn_shader_base.cpp | 902 ir->set_dest_swizzle(swz); 1025 ir->set_dest_swizzle(swz);
|
| H A D | sfn_emitssboinstruction.cpp | 374 ir->set_dest_swizzle(dest_swt[nir_dest_num_components(instr->dest) - 1]);
|
| H A D | sfn_emitaluinstruction.cpp | 994 tex->set_dest_swizzle(writemask);
|
Completed in 11 milliseconds