HomeSort by relevance Sort by last modified time
    Searched defs:tmp_r (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_latc.c 80 uint8_t tmp_r; local
81 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
84 dst[2] = ubyte_to_float(tmp_r);
103 uint8_t tmp_r; local
105 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
108 dst[2] = ubyte_to_float(tmp_r);
148 int8_t tmp_r; local
149 u_format_signed_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
152 dst[2] = byte_to_float_tex(tmp_r);
165 int8_t tmp_r; local
214 uint8_t tmp_r, tmp_g; local
232 uint8_t tmp_r, tmp_g; local
273 int8_t tmp_r, tmp_g; local
297 int8_t tmp_r, tmp_g; local
    [all...]
u_format_rgtc.c 109 uint8_t tmp_r; local
110 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
111 dst[0] = ubyte_to_float(tmp_r);
148 uint8_t tmp_r; local
149 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
150 dst[0] = ubyte_to_float(tmp_r);
207 int8_t tmp_r; local
208 u_format_signed_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
209 dst[0] = byte_to_float_tex(tmp_r);
224 int8_t tmp_r; local
276 uint8_t tmp_r[4][4]; \/* [bh][bw] *\/ local
301 uint8_t tmp_r[4][4]; \/* [bh][bw][comps] *\/ local
334 uint8_t tmp_r, tmp_g; local
352 uint8_t tmp_r, tmp_g; local
391 int8_t tmp_r, tmp_g; local
415 int8_t tmp_r[4][4]; \/* [bh][bw][comps] *\/ local
440 int8_t tmp_r, tmp_g; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_latc.c 80 uint8_t tmp_r; local
81 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
84 dst[2] = ubyte_to_float(tmp_r);
103 uint8_t tmp_r; local
105 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
108 dst[2] = ubyte_to_float(tmp_r);
148 int8_t tmp_r; local
149 u_format_signed_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
152 dst[2] = byte_to_float_tex(tmp_r);
165 int8_t tmp_r; local
214 uint8_t tmp_r, tmp_g; local
232 uint8_t tmp_r, tmp_g; local
273 int8_t tmp_r, tmp_g; local
297 int8_t tmp_r, tmp_g; local
    [all...]
u_format_rgtc.c 109 uint8_t tmp_r; local
110 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
111 dst[0] = ubyte_to_float(tmp_r);
148 uint8_t tmp_r; local
149 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
150 dst[0] = ubyte_to_float(tmp_r);
207 int8_t tmp_r; local
208 u_format_signed_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
209 dst[0] = byte_to_float_tex(tmp_r);
224 int8_t tmp_r; local
276 uint8_t tmp_r[4][4]; \/* [bh][bw] *\/ local
301 uint8_t tmp_r[4][4]; \/* [bh][bw][comps] *\/ local
334 uint8_t tmp_r, tmp_g; local
352 uint8_t tmp_r, tmp_g; local
391 int8_t tmp_r, tmp_g; local
415 int8_t tmp_r[4][4]; \/* [bh][bw][comps] *\/ local
440 int8_t tmp_r, tmp_g; local
    [all...]
  /external/aac/libAACenc/src/
intensity.cpp 269 FIXP_DBL tmp_l, tmp_r; local
357 tmp_r = fMultDiv2((mdctSpectrumRight[j] << s),inv_n) - mr; // scaled with mdctScale - s + inv_n
359 prod_lr += fMultDiv2(tmp_l,tmp_r); // scaled with 2*(mdctScale - s + inv_n) + 1
361 square_r += fPow2Div2(tmp_r); // scaled with 2*(mdctScale - s + inv_n) + 1
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c 7184 FT_UInt tmp_r; local
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 7299 FT_UInt tmp_r; local
    [all...]

Completed in 264 milliseconds