Home
last modified time | relevance | path

Searched refs:ureg_dst_array_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h1006 ureg_dst_array_offset( struct ureg_dst reg, int offset ) in ureg_dst_array_offset() function
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c1073 … ureg_MOV(ureg, ureg_dst_array_offset(ureg_dst(tx->regs.v_consecutive), i), tx->regs.v[i]); in tx_src_param()
1075 …ureg_MOV(ureg, ureg_dst_array_offset(ureg_dst(tx->regs.v_consecutive), i), ureg_imm4f(ureg, 0.0f, … in tx_src_param()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp5964 return ureg_dst_array_offset(t->arrays[array], index); in dst_register()
5991 return ureg_dst_array_offset(dst, index - mesa_index); in dst_register()