Home
last modified time | relevance | path

Searched refs:icb (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/
Dresolvedepthstencil11_vs.h39 mov o0.xy, icb[r0.x + 0].xyxx
40 add r0.y, l(1.000000), icb[r0.x + 0].x
41 add r0.x, l(1.000000), -icb[r0.x + 0].y
Dclear11vs.h34 mov o0.xy, icb[r0.x + 0].xyxx
Dclear11multiviewvs.h39 mov o0.xy, icb[r0.x + 0].xyxx
/external/wpa_supplicant_8/src/crypto/
Daes-gcm.c143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr() argument
155 os_memcpy(cb, icb, AES_BLOCK_SIZE); in aes_gctr()