| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_pbo.c | 591 struct ureg_dst temp0; local in function:create_fs_tgsi 629 temp0 = ureg_DECL_temporary(ureg); 633 /* temp0.xy = f2i(temp0.xy) */ 634 ureg_F2I(ureg, ureg_writemask(temp0, TGSI_WRITEMASK_XY), 639 /* temp0.xy = temp0.xy + const0.xy */ 640 ureg_UADD(ureg, ureg_writemask(temp0, TGSI_WRITEMASK_XY), 641 ureg_swizzle(ureg_src(temp0), 648 /* temp0 [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | vid_5530.c | 851 unsigned long temp0, temp1; local in function:cs5530_get_max_video_width 889 temp0 = (vidclk >> 16) * (htotal & 0xFFFF); 890 temp1 = temp0 << 16; 892 high = temp0 >> 16;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| H A D | pa_avx.cpp | 805 simdscalar temp0 = _simd_blend_ps(_simd_blend_ps(a[i], b[i], 0x92), c[i], 0x24); 809 v0[i] = _simd_permute_ps(temp0, perm0); 869 simd16scalar temp0 = _simd16_blend_ps(_simd16_blend_ps(tempa, tempb, mask0), tempc, mask1); local in function:PaTriList2_simd16 874 v0[i] = _simd16_permute_ps(temp0, perm0); 881 temp0 = _simd16_permute_ps_i(temp0, 0x6C); // (0, 3, 2, 1) => 00 11 01 10 => 0x6C 882 perm0 = _simd16_permute2f128_ps(temp0, temp0, 0xB1); // (1, 0, 3, 2) => 01 00 11 10 => 0xB1 883 temp0 = _simd16_blend_ps(temp0, perm 1448 simd16scalar temp0 = _simd16_permute2f128_ps(tempb, tempb, 0x39); // (0 3 2 1) = 00 1 local in function:PaTriFan1_simd16 1624 simd16scalar temp0 = _simd16_permute2f128_ps(tempa, tempb, 0x88); // (2 0 2 0) = 10 0 local in function:PaQuadList1_simd16 1997 simd16scalar temp0 = _simd16_permute2f128_ps(tempa, tempb, 0x88); // (2 0 2 0) 10 00 local in function:PaLineList1_simd16 [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | pixeltest.c | 80 int temp0 = x0; local in function:drawzoomline 83 y0 = temp0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_insn.c | 579 SVGA3dShaderDestToken temp0; local in function:submit_op3 585 temp0.value = 0; 612 temp0 = get_temp( emit ); 614 if (!emit_repl( emit, temp0, &src0 )) 631 release_temp( emit, temp0 ); 652 SVGA3dShaderDestToken temp0; local in function:submit_op4 658 temp0.value = 0; 691 temp0 = get_temp( emit ); 693 if (!emit_repl( emit, temp0, &src0 )) 710 release_temp( emit, temp0 ); 1318 SVGA3dShaderDestToken temp0 = get_temp( emit ); local in function:emit_ssg [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_insn.c | 577 SVGA3dShaderDestToken temp0; local in function:submit_op3 583 temp0.value = 0; 610 temp0 = get_temp( emit ); 612 if (!emit_repl( emit, temp0, &src0 )) 629 release_temp( emit, temp0 ); 650 SVGA3dShaderDestToken temp0; local in function:submit_op4 656 temp0.value = 0; 689 temp0 = get_temp( emit ); 691 if (!emit_repl( emit, temp0, &src0 )) 708 release_temp( emit, temp0 ); 1316 SVGA3dShaderDestToken temp0 = get_temp( emit ); local in function:emit_ssg [all...] |
| /xsrc/external/mit/glu/dist/src/libutil/ |
| H A D | mipmap.c | 1399 const char *temp, *temp0; local in function:scale_internal_ubyte 1563 temp0 = (const char *)datain + xindex + group_size + 1566 temp = temp0; 1574 temp0 += ysize; 1616 const char *temp, *temp0; local in function:scale_internal_byte 1780 temp0 = (const char *)datain + xindex + group_size + 1783 temp = temp0; 1791 temp0 += ysize; 1834 const char *temp, *temp0; local in function:scale_internal_ushort 2056 temp0 2114 const char *temp, *temp0; local in function:scale_internal_short 2408 const char *temp, *temp0; local in function:scale_internal_uint 2695 const char *temp, *temp0; local in function:scale_internal_int 2991 const char *temp, *temp0; local in function:scale_internal_float 6038 const char *temp, *temp0; local in function:scaleInternalPackedPixel [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/cim/ |
| H A D | cim_vg.c | 1568 unsigned long temp0, temp1; local in function:vg_set_scaler_filter_coefficients 1589 temp0 = CimarronHorizontalGraphicsFilter[i][0]; 1593 temp0 = ((unsigned long) h_taps[i][0] & 0x3FF) | 1600 WRITE_REG32(DC3_FILT_COEFF1, temp0); 1614 temp0 = CimarronVerticalGraphicsFilter[i]; 1617 temp0 = ((unsigned long) v_taps[i][0] & 0x3FF) | 1622 WRITE_REG32(DC3_FILT_COEFF1, temp0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_blit.c | 390 const GLfloat temp0 = LERP(a, v00, v10); local in function:lerp_2d 392 return LERP(b, temp0, temp1);
|
| H A D | s_triangle.c | 260 const GLint temp0 = ilerp(ia, v00, v10); local in function:ilerp_2d 262 return ilerp(ib, temp0, temp1);
|
| H A D | s_texfilter.c | 68 const GLfloat temp0 = LERP(a, v00, v10); local in function:lerp_2d 70 return LERP(b, temp0, temp1); 87 const GLfloat temp0 = LERP(b, temp00, temp10); local in function:lerp_3d 89 return LERP(c, temp0, temp1);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_blit.c | 390 const GLfloat temp0 = LERP(a, v00, v10); local in function:lerp_2d 392 return LERP(b, temp0, temp1);
|
| H A D | s_triangle.c | 260 const GLint temp0 = ilerp(ia, v00, v10); local in function:ilerp_2d 262 return ilerp(ib, temp0, temp1);
|
| H A D | s_texfilter.c | 68 const GLfloat temp0 = LERP(a, v00, v10); local in function:lerp_2d 70 return LERP(b, temp0, temp1); 87 const GLfloat temp0 = LERP(b, temp00, temp10); local in function:lerp_3d 89 return LERP(c, temp0, temp1);
|
| /xsrc/external/mit/xedit/dist/lisp/test/ |
| H A D | list.lsp | 1141 (setq temp0 nil temp1 10 temp2 20 temp3 30) 1142 (eql-eval 10 '(or temp0 temp1 (setq temp2 37))) 1150 (equal-eval '(11 20) '(multiple-value-list (or temp0 (values temp1 temp2)))) 1152 '(multiple-value-list (or (values temp0 temp1) (values temp2 temp3))))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 91 const float temp0 = lerp(a, v00, v10); local in function:lerp_2d 93 return lerp(b, temp0, temp1); 105 const float temp0 = lerp_2d(a, b, v000, v100, v010, v110); local in function:lerp_3d 107 return lerp(c, temp0, temp1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 91 const float temp0 = lerp(a, v00, v10); local in function:lerp_2d 93 return lerp(b, temp0, temp1); 105 const float temp0 = lerp_2d(a, b, v000, v100, v010, v110); local in function:lerp_3d 107 return lerp(c, temp0, temp1);
|