Home
last modified time | relevance | path

Searched refs:iw0 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_decoder.cpp314 ALU_WORD0_LDS_IDX_OP_EGCM iw0(dw0); in decode_alu() local
316 bc.index_mode = iw0.get_INDEX_MODE(); in decode_alu()
317 bc.last = iw0.get_LAST(); in decode_alu()
318 bc.pred_sel = iw0.get_PRED_SEL(); in decode_alu()
319 bc.src[0].chan = iw0.get_SRC0_CHAN(); in decode_alu()
320 bc.src[0].sel = iw0.get_SRC0_SEL(); in decode_alu()
321 bc.src[0].rel = iw0.get_SRC0_REL(); in decode_alu()
323 bc.src[1].chan = iw0.get_SRC1_CHAN(); in decode_alu()
324 bc.src[1].sel = iw0.get_SRC1_SEL(); in decode_alu()
325 bc.src[1].rel = iw0.get_SRC1_REL(); in decode_alu()
[all …]
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dnoise.inl222 tvec4<T, P> iw0(Pi0.w); local
228 tvec4<T, P> ixy00 = detail::permute(ixy0 + iw0);
230 tvec4<T, P> ixy10 = detail::permute(ixy1 + iw0);
469 tvec4<T, P> iw0(Pi0.w); local
475 tvec4<T, P> ixy00 = detail::permute(ixy0 + iw0);
477 tvec4<T, P> ixy10 = detail::permute(ixy1 + iw0);