/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_mc.c | 55 struct ureg_src vrect, vpos; local 60 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); 69 * t_vpos = (vpos + vrect) * block_scale 71 * o_vpos.zw = vpos 73 ureg_ADD(shader, ureg_writemask(t_vpos, TGSI_WRITEMASK_XY), vpos, vrect); 229 struct ureg_src vrect, vpos; local 245 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); 259 * t_vtex.z = vpos.y % 2 271 ureg_scalar(vpos, TGSI_SWIZZLE_Z), ureg_imm1f(shader, 0.5f)); 275 ureg_IF(shader, ureg_scalar(vpos, TGSI_SWIZZLE_W), &label) [all...] |
vl_zscan.c | 97 struct ureg_src vrect, vpos, block_num; local 116 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); 127 * o_vpos.xy = (vpos + vrect) * scale 138 ureg_ADD(shader, ureg_writemask(tmp, TGSI_WRITEMASK_XY), vpos, vrect); 156 ureg_MOV(shader, ureg_writemask(o_vtex[i], TGSI_WRITEMASK_Z), vpos);
|
vl_idct.c | 146 struct ureg_src vpos; local 155 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); 167 * t_vpos = vpos + 7 / VL_BLOCK_WIDTH 178 ureg_MAD(shader, ureg_writemask(o_vpos, TGSI_WRITEMASK_XY), vpos, scale, scale); 181 ureg_MUL(shader, ureg_writemask(t_tex, TGSI_WRITEMASK_XY), vpos, scale); 262 struct ureg_src vrect, vpos; local 272 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); 288 * t_vpos = vpos + vrect 290 * o_vpos.zw = vpos 301 ureg_ADD(shader, ureg_writemask(t_tex, TGSI_WRITEMASK_XY), vpos, vrect) 398 struct ureg_src vrect, vpos; local [all...] |
vl_compositor.c | 59 struct ureg_src vpos, vtex, color; local 68 vpos = ureg_DECL_vs_input(shader, 0); 79 * o_vpos = vpos 83 ureg_MOV(shader, o_vpos, vpos); [all...] |
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_mc.c | 55 struct ureg_src vrect, vpos; local 60 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); 69 * t_vpos = (vpos + vrect) * block_scale 71 * o_vpos.zw = vpos 73 ureg_ADD(shader, ureg_writemask(t_vpos, TGSI_WRITEMASK_XY), vpos, vrect); 229 struct ureg_src vrect, vpos; local 245 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); 259 * t_vtex.z = vpos.y % 2 271 ureg_scalar(vpos, TGSI_SWIZZLE_Z), ureg_imm1f(shader, 0.5f)); 275 ureg_IF(shader, ureg_scalar(vpos, TGSI_SWIZZLE_W), &label) [all...] |
vl_zscan.c | 97 struct ureg_src vrect, vpos, block_num; local 116 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); 127 * o_vpos.xy = (vpos + vrect) * scale 138 ureg_ADD(shader, ureg_writemask(tmp, TGSI_WRITEMASK_XY), vpos, vrect); 156 ureg_MOV(shader, ureg_writemask(o_vtex[i], TGSI_WRITEMASK_Z), vpos);
|
vl_idct.c | 146 struct ureg_src vpos; local 155 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); 167 * t_vpos = vpos + 7 / VL_BLOCK_WIDTH 178 ureg_MAD(shader, ureg_writemask(o_vpos, TGSI_WRITEMASK_XY), vpos, scale, scale); 181 ureg_MUL(shader, ureg_writemask(t_tex, TGSI_WRITEMASK_XY), vpos, scale); 262 struct ureg_src vrect, vpos; local 272 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); 288 * t_vpos = vpos + vrect 290 * o_vpos.zw = vpos 301 ureg_ADD(shader, ureg_writemask(t_tex, TGSI_WRITEMASK_XY), vpos, vrect) 398 struct ureg_src vrect, vpos; local [all...] |
vl_compositor.c | 59 struct ureg_src vpos, vtex, color; local 68 vpos = ureg_DECL_vs_input(shader, 0); 79 * o_vpos = vpos 83 ureg_MOV(shader, o_vpos, vpos); [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_config.c | 879 short kpos, vpos; local 889 vpos = 0; 892 while((vpos = btif_config_next_value(vpos, "Remote Devices", kname, vname, &vname_size)) != -1)
|