Home
last modified time | relevance | path

Searched refs:dst_elms (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emittexinstruction.cpp132 std::array<PValue,4> dst_elms; in emit_cube_txd() local
137 dst_elms[i] = v[i]; in emit_cube_txd()
171 GPRVector dst(dst_elms); in emit_cube_txd()
204 std::array<PValue,4> dst_elms; in emit_cube_txl() local
209 dst_elms[i] = v[i]; in emit_cube_txl()
218 GPRVector dst(dst_elms); in emit_cube_txl()
274 std::array<PValue,4> dst_elms; in emit_cube_txb() local
279 dst_elms[i] = v[i]; in emit_cube_txb()
284 GPRVector dst(dst_elms); in emit_cube_txb()
317 std::array<PValue,4> dst_elms; in emit_cube_tex() local
[all …]
Dsfn_emitssboinstruction.cpp615 std::array<PValue,4> dst_elms; in emit_buffer_size() local
619 dst_elms[i] = from_nir(intr->dest, (i < intr->dest.ssa.num_components) ? i : 7); in emit_buffer_size()
622 GPRVector dst(dst_elms); in emit_buffer_size()