Searched refs:set_dest_swizzle (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emittexinstruction.cpp | 152 irgh->set_dest_swizzle({7,7,7,7}); in emit_tex_txd() 156 irgv->set_dest_swizzle({7,7,7,7}); in emit_tex_txd() 229 irt->set_dest_swizzle({1,0,7,7}); in emit_tex_lod() 337 ir->set_dest_swizzle(dest_swz); in emit_tex_txs() 365 ir->set_dest_swizzle(dest_swz); in emit_tex_texture_samples() 415 set_ofs->set_dest_swizzle({7,7,7,7}); in emit_tex_tg4() 426 irt->set_dest_swizzle({1,2,0,3}); in emit_tex_tg4() 476 tex_sample_id_ir->set_dest_swizzle(dest_swz); in emit_tex_txf_ms()
|
D | sfn_instruction_tex.h | 110 void set_dest_swizzle(const std::array<int,4>& swz) { in set_dest_swizzle() function
|
D | sfn_shader_fragment.cpp | 420 vtx->set_dest_swizzle(swz); in emit_shader_start() 617 getgradh->set_dest_swizzle({0,1,7,7}); in load_barycentric_at_offset() 626 getgradv->set_dest_swizzle({7,7,0,1}); in load_barycentric_at_offset() 668 tex->set_dest_swizzle({0,1,7,7}); in load_barycentric_at_sample() 677 tex->set_dest_swizzle({7,7,0,1}); in load_barycentric_at_sample()
|
D | sfn_instruction_fetch.h | 119 void set_dest_swizzle(const std::array<int,4>& swz);
|
D | sfn_instruction_gds.h | 75 void set_dest_swizzle(const std::array<int,4>& swz) { in set_dest_swizzle() function
|
D | sfn_instruction_fetch.cpp | 283 void FetchInstruction::set_dest_swizzle(const std::array<int,4>& swz) in set_dest_swizzle() function in r600::FetchInstruction
|
D | sfn_shader_geometry.cpp | 328 fetch->set_dest_swizzle(swz); in emit_load_per_vertex_input()
|
D | sfn_shader_base.cpp | 902 ir->set_dest_swizzle(swz); in emit_load_ubo_vec4() 1025 ir->set_dest_swizzle(swz); in load_uniform_indirect()
|
D | sfn_emitssboinstruction.cpp | 374 ir->set_dest_swizzle(dest_swt[nir_dest_num_components(instr->dest) - 1]); in emit_load_ssbo()
|
D | sfn_emitaluinstruction.cpp | 994 tex->set_dest_swizzle(writemask); in emit_tex_fdd()
|