Home
last modified time | relevance | path

Searched refs:dw1 (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc_decoder.cpp34 uint32_t dw1 = dw[i+1]; in decode_cf() local
37 if ((dw1 >> 29) & 1) { // CF_ALU in decode_cf()
42 CF_WORD1_EG(dw1).get_CF_INST() : in decode_cf()
43 CF_WORD1_R6R7(dw1).get_CF_INST(); in decode_cf()
59 CF_WORD1_EG w1(dw1); in decode_cf()
71 CF_WORD1_CM w1(dw1); in decode_cf()
86 CF_WORD1_R6R7 w1(dw1); in decode_cf()
112 uint32_t dw1 = dw[i++]; in decode_cf_alu() local
125 CF_ALU_WORD1_R6 w1(dw1); in decode_cf_alu()
139 CF_ALU_WORD1_R7EGCM w1(dw1); in decode_cf_alu()
178 uint32_t dw1 = dw[i++]; decode_cf_exp() local
232 uint32_t dw1 = dw[i++]; decode_cf_mem() local
293 uint32_t dw1 = dw[i++]; decode_alu() local
407 uint32_t dw1 = dw[i+1]; decode_fetch() local
503 uint32_t dw1 = dw[i+1]; decode_fetch_gds() local
539 uint32_t dw1 = dw[i+1]; decode_fetch_mem() local
582 uint32_t dw1 = dw[i+1]; decode_fetch_vtx() local
[all...]
/third_party/backends/backend/
H A Dplustek-pp_tpa.c165 ULong dw, dw1; in tpaP98GetNegativeTempRamData() local
212 for (dw1 = 16; dw1; dw1--) { in tpaP98GetNegativeTempRamData()
243 for( dw = 0, dw1 = 0; dw < 240 * 3; dw++, dw1+=4 ) { in tpaP98GetNegativeTempRamData()
245 pNegativeTempRam[dw] = (UShort)((pdwNegativeSumTemp[dw1] + in tpaP98GetNegativeTempRamData()
246 pdwNegativeSumTemp[dw1+1] + in tpaP98GetNegativeTempRamData()
247 pdwNegativeSumTemp[dw1+2] + in tpaP98GetNegativeTempRamData()
248 pdwNegativeSumTemp[dw1 in tpaP98GetNegativeTempRamData()
337 ULong dw, dw1; tpaP98RecalculateNegativeShadingGain() local
[all...]
H A Dplustek-pp_dac.c86 ULong dw, dw1; in dacP98AdjustGainAverage() local
91 for (dw1 = 0; dw1 < (2560 * 3) / 16; dw1++, pDest++) { in dacP98AdjustGainAverage()
373 ULong dw, dw1; in dacP98FillRGBMap() local
376 for( dw = 256, dw1 = 0; dw; dw--, dw1 += 0x01010101 ) { in dacP98FillRGBMap()
377 *pdw++ = dw1; in dacP98FillRGBMap()
378 *pdw++ = dw1; in dacP98FillRGBMap()
379 *pdw++ = dw1; in dacP98FillRGBMap()
682 ULong dw, dw1, dwLoop; dacP98Adjust12BitShading() local
1200 ULong dw, dw1; dacP96SetInitialGainRAM() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dsiren.c371 unsigned dw1, dw2, dw3, dw4; member
410 s->dw1 = s->dw2 = s->dw3 = s->dw4 = 1; in siren_init()
560 int ret = s->dw1 + s->dw4; in get_dw()
565 s->dw1 = s->dw2; in get_dw()
587 int dw1; in decode_vector() local
686 dw1 = get_dw(s); in decode_vector()
691 *coefs_ptr = dw1 & 1 ? noise : -noise; in decode_vector()
693 dw1 >>= 1; in decode_vector()
/third_party/ffmpeg/libavfilter/
H A Dvf_signature.c168 int32_t dh1 = 1, dh2 = 1, dw1 = 1, dw2 = 1, a, b; in filter_frame() local
219 dw1 = inlink->w / 32; in filter_frame()
221 dw2 = dw1 + 1; in filter_frame()
222 denom = (sc->divide) ? dh1 * (int64_t)dh2 * dw1 * dw2 : 1; in filter_frame()
237 b = (b == dw1)? dw2 : dw1; in filter_frame()
248 denom = (sc->divide) ? 1 : dh1 * (int64_t)dh2 * dw1 * dw2; in filter_frame()
/third_party/ffmpeg/libswresample/x86/
H A Drematrix.asm25 dw1: times 8 dd 1 label
177 mova m7, [dw1]
/third_party/FreeBSD/stand/kshim/
H A Dbsd_busspace.c30 uint32_t dw1; member
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_disasm.c1819 uint32_t dw3, uint32_t dw2, uint32_t dw1, uint32_t dw0) in brw_disassemble_imm()
1822 inst.data[0] = (((uint64_t) dw1) << 32) | ((uint64_t) dw0); in brw_disassemble_imm()
1818 brw_disassemble_imm(const struct brw_isa_info *isa, uint32_t dw3, uint32_t dw2, uint32_t dw1, uint32_t dw0) brw_disassemble_imm() argument

Completed in 10 milliseconds