Home
last modified time | relevance | path

Searched refs:iw1 (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_decoder.cpp315 ALU_WORD1_LDS_IDX_OP_EGCM iw1(dw1); in decode_alu() local
327 bc.bank_swizzle = iw1.get_BANK_SWIZZLE(); in decode_alu()
328 bc.src[2].chan = iw1.get_SRC2_CHAN(); in decode_alu()
329 bc.src[2].sel = iw1.get_SRC2_SEL(); in decode_alu()
330 bc.src[2].rel = iw1.get_SRC2_REL(); in decode_alu()
331 bc.dst_chan = iw1.get_DST_CHAN(); in decode_alu()
334 if (((r600_alu_op_table[k].opcode[1] >> 8) & 0xff) == iw1.get_LDS_OP()) { in decode_alu()
343 (iw1.get_IDX_OFFSET_1() << 1) | in decode_alu()
344 (iw1.get_IDX_OFFSET_0() << 0) | in decode_alu()
345 (iw1.get_IDX_OFFSET_2() << 2) | in decode_alu()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_vectorscope.c476 const int iw1 = i * slinesizex; in vectorscope16() local
480 const int x = FFMIN(spx[iw1 + j], max); in vectorscope16()
496 const int iw1 = i * slinesizex; in vectorscope16() local
500 const int x = FFMIN(spx[iw1 + j], max); in vectorscope16()
518 const int iw1 = i * slinesizex; in vectorscope16() local
522 const int x = FFMIN(spx[iw1 + j], max); in vectorscope16()
672 const int iw1 = i * slinesizex; in vectorscope8() local
676 const int x = spx[iw1 + j]; in vectorscope8()
692 const int iw1 = i * slinesizex; in vectorscope8() local
696 const int x = spx[iw1 + j]; in vectorscope8()
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dnoise.inl223 tvec4<T, P> iw1(Pi1.w); local
229 tvec4<T, P> ixy01 = detail::permute(ixy0 + iw1);
231 tvec4<T, P> ixy11 = detail::permute(ixy1 + iw1);
470 tvec4<T, P> iw1(Pi1.w); local
476 tvec4<T, P> ixy01 = detail::permute(ixy0 + iw1);
478 tvec4<T, P> ixy11 = detail::permute(ixy1 + iw1);