Searched refs:tex_result (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c1638 SVGA3dShaderDestToken tex_result; local
1657 tex_result = get_temp( emit );
1660 tex_result = dst;
1668 if (!emit_tex2( emit, insn, tex_result ))
1672 if (!emit_tex4( emit, insn, tex_result ))
1683 dst2 = tex_result;
1692 struct src_register tex_src_x = scalar(src(tex_result), TGSI_SWIZZLE_Y);
1736 if (!submit_op1( emit, inst_token( SVGA3DOP_MOV ), dst, src(tex_result) ))
1740 /* swizzle from tex_result to dst (handles saturation too, if any) */
1742 dst, src(tex_result),
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c1638 SVGA3dShaderDestToken tex_result; local
1657 tex_result = get_temp( emit );
1660 tex_result = dst;
1668 if (!emit_tex2( emit, insn, tex_result ))
1672 if (!emit_tex4( emit, insn, tex_result ))
1683 dst2 = tex_result;
1692 struct src_register tex_src_x = scalar(src(tex_result), TGSI_SWIZZLE_Y);
1736 if (!submit_op1( emit, inst_token( SVGA3DOP_MOV ), dst, src(tex_result) ))
1740 /* swizzle from tex_result to dst (handles saturation too, if any) */
1742 dst, src(tex_result),
[all...]

Completed in 167 milliseconds