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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c371 emit->temp_pos = emit->output_map[idx];
476 emit->temp_pos = emit->output_map[idx];
H A Dsvga_tgsi_emit.h120 SVGA3dShaderDestToken temp_pos; member in struct:svga_shader_emitter
H A Dsvga_tgsi_insn.c3016 * temp_pos.xy = vPos.xy
3017 * temp_pos.w = rcp(texcoord1.w);
3018 * temp_pos.z = texcoord1.z * temp_pos.w;
3061 scalar(src(emit->temp_pos), TGSI_SWIZZLE_Z) ))
3126 SVGA3dShaderDestToken temp_pos = emit->temp_pos; local in function:emit_vs_postamble
3138 scalar(src(temp_pos), TGSI_SWIZZLE_W) ))
3141 /* MUL temp_pos.xyz, temp_pos, prescal
3170 SVGA3dShaderDestToken temp_pos = emit->temp_pos; local in function:emit_vs_postamble
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c371 emit->temp_pos = emit->output_map[idx];
476 emit->temp_pos = emit->output_map[idx];
H A Dsvga_tgsi_emit.h120 SVGA3dShaderDestToken temp_pos; member in struct:svga_shader_emitter
H A Dsvga_tgsi_insn.c3014 * temp_pos.xy = vPos.xy
3015 * temp_pos.w = rcp(texcoord1.w);
3016 * temp_pos.z = texcoord1.z * temp_pos.w;
3059 scalar(src(emit->temp_pos), TGSI_SWIZZLE_Z) ))
3124 SVGA3dShaderDestToken temp_pos = emit->temp_pos; local in function:emit_vs_postamble
3136 scalar(src(temp_pos), TGSI_SWIZZLE_W) ))
3139 /* MUL temp_pos.xyz, temp_pos, prescal
3168 SVGA3dShaderDestToken temp_pos = emit->temp_pos; local in function:emit_vs_postamble
[all...]

Completed in 21 milliseconds