Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emittexinstruction.cpp152 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()
Dsfn_instruction_tex.h110 void set_dest_swizzle(const std::array<int,4>& swz) { in set_dest_swizzle() function
Dsfn_shader_fragment.cpp420 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()
Dsfn_instruction_fetch.h119 void set_dest_swizzle(const std::array<int,4>& swz);
Dsfn_instruction_gds.h75 void set_dest_swizzle(const std::array<int,4>& swz) { in set_dest_swizzle() function
Dsfn_instruction_fetch.cpp283 void FetchInstruction::set_dest_swizzle(const std::array<int,4>& swz) in set_dest_swizzle() function in r600::FetchInstruction
Dsfn_shader_geometry.cpp328 fetch->set_dest_swizzle(swz); in emit_load_per_vertex_input()
Dsfn_shader_base.cpp902 ir->set_dest_swizzle(swz); in emit_load_ubo_vec4()
1025 ir->set_dest_swizzle(swz); in load_uniform_indirect()
Dsfn_emitssboinstruction.cpp374 ir->set_dest_swizzle(dest_swt[nir_dest_num_components(instr->dest) - 1]); in emit_load_ssbo()
Dsfn_emitaluinstruction.cpp994 tex->set_dest_swizzle(writemask); in emit_tex_fdd()