Searched refs:tmp_r (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_latc.c80 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...]
H A Du_format_rgtc.c109 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/
H A Dintensity.cpp269 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/pcre/dist/sljit/
H A DsljitNativePPC_common.c960 sljit_si tmp_r; local
969 tmp_r = ((inp_flags & LOAD_DATA) && ((inp_flags) & MEM_MASK) <= GPR_REG) ? reg : TMP_REG1;
971 if ((arg & REG_MASK) == tmp_r)
972 tmp_r = TMP_REG1;
980 tmp_r = TMP_REG3;
985 tmp_r = TMP_REG3;
988 FAIL_IF(push_inst(compiler, RLWINM | S(OFFS_REG(arg)) | A(tmp_r) | (argw << 11) | ((31 - argw) << 1)));
990 FAIL_IF(push_inst(compiler, RLDI(tmp_r, OFFS_REG(arg), argw, 63 - argw, 1)));
995 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg & REG_MASK) | B(tmp_r));
1020 FAIL_IF(push_inst(compiler, OR | S(reg) | A(tmp_r) |
[all...]
H A DsljitNativeARM_32.c1461 tmp_r = arg & REG_MASK; \
1462 if (reg == tmp_r) { \
1474 sljit_si tmp_r; local
1486 tmp_r = (inp_flags & LOAD_DATA) ? reg : TMP_REG3;
1514 tmp_r = TMP_REG3;
1517 FAIL_IF(load_immediate(compiler, tmp_r, argw));
1518 GETPUT_ARG_DATA_TRANSFER(1, 0, reg, tmp_r, 0);
1525 tmp_r = arg & REG_MASK;
1526 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(ADD_DP, 0, tmp_r, arg & REG_MASK, RM(OFFS_REG(arg)) | ((argw & 0x3) << 7))));
1527 return push_inst(compiler, EMIT_DATA_TRANSFER(inp_flags, 1, 0, reg, tmp_r, TYPE2_TRANSFER_IM
[all...]
H A DsljitNativeARM_64.c914 sljit_si tmp_r, other_r; local
923 tmp_r = (flags & STORE) ? TMP_REG3 : reg;
987 FAIL_IF(push_inst(compiler, ADD | RD(tmp_r) | RN(arg) | RM(other_r) | ((argw & 0x3) << 10)));
988 return push_inst(compiler, sljit_mem_imm[flags & 0x3] | (shift << 30) | RT(reg) | RN(tmp_r));
1003 FAIL_IF(push_inst(compiler, ADDI | (1 << 22) | RD(tmp_r) | RN(arg & REG_MASK) | ((argw >> 12) << 10)));
1005 | RT(reg) | RN(tmp_r) | ((argw & 0xfff) << (10 - shift)));
H A DsljitNativeARM_T2_32.c1005 sljit_si tmp_r, other_r; local
1014 tmp_r = (flags & STORE) ? TMP_REG3 : reg;
/external/freetype/src/truetype/
H A Dttinterp.c6827 FT_UInt tmp_r; local
6834 tmp_r = ref1;
6836 ref2 = tmp_r;
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.c7270 FT_UInt tmp_r; local
7277 tmp_r = ref1;
7279 ref2 = tmp_r;

Completed in 224 milliseconds