Searched refs:temp_pos (Results 1 - 8 of 8) sorted by relevance

/external/oprofile/libutil++/
H A Dchild_reader.cpp178 ssize_t temp_pos = pos1; local
179 while (temp_pos < end1 && ok) {
180 char ch = buf1[temp_pos++];
186 result.append(&buf1[pos1], (temp_pos - pos1) - !ok);
197 pos1 = temp_pos;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c347 emit->temp_pos = emit->output_map[idx];
452 emit->temp_pos = emit->output_map[idx];
H A Dsvga_tgsi_insn.c2767 * temp_pos.xy = vPos.xy
2768 * temp_pos.w = rcp(texcoord1.w);
2769 * temp_pos.z = texcoord1.z * temp_pos.w;
2808 scalar(src(emit->temp_pos), TGSI_SWIZZLE_Z) ))
2862 SVGA3dShaderDestToken temp_pos = emit->temp_pos; local
2874 scalar(src(temp_pos), TGSI_SWIZZLE_W) ))
2877 /* MUL temp_pos.xyz, temp_pos, prescal
2906 SVGA3dShaderDestToken temp_pos = emit->temp_pos; local
[all...]
H A Dsvga_tgsi_emit.h113 SVGA3dShaderDestToken temp_pos; member in struct:svga_shader_emitter
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c347 emit->temp_pos = emit->output_map[idx];
452 emit->temp_pos = emit->output_map[idx];
H A Dsvga_tgsi_insn.c2767 * temp_pos.xy = vPos.xy
2768 * temp_pos.w = rcp(texcoord1.w);
2769 * temp_pos.z = texcoord1.z * temp_pos.w;
2808 scalar(src(emit->temp_pos), TGSI_SWIZZLE_Z) ))
2862 SVGA3dShaderDestToken temp_pos = emit->temp_pos; local
2874 scalar(src(temp_pos), TGSI_SWIZZLE_W) ))
2877 /* MUL temp_pos.xyz, temp_pos, prescal
2906 SVGA3dShaderDestToken temp_pos = emit->temp_pos; local
[all...]
H A Dsvga_tgsi_emit.h113 SVGA3dShaderDestToken temp_pos; member in struct:svga_shader_emitter
/external/chromium_org/third_party/webrtc/base/
H A Dhttpcommon.cc637 int temp_pos; local
643 &temp_scode, &temp_pos) == 1) {
650 &vmajor, &vminor, &temp_scode, &temp_pos) == 3)
664 pos = static_cast<size_t>(temp_pos);

Completed in 1824 milliseconds