Home
last modified time | relevance | path

Searched refs:ui8 (Results 1 – 17 of 17) sorted by relevance

/third_party/node/test/parallel/
Dtest-buffer-inheritance.js8 const ui8 = new Uint8Array(n);
9 Object.setPrototypeOf(ui8, T.prototype);
10 return ui8;
/third_party/ltp/testcases/network/lib6/
Din6_01.c53 uint8_t ui8 = 1; in test_in6_addr() local
56 in6.s6_addr[0] = ui8; in test_in6_addr()
67 uint8_t ui8 = 1; in test_sockaddr_in6() local
74 in6.s6_addr[0] = ui8; in test_sockaddr_in6()
/third_party/mesa3d/src/intel/isl/
Disl_format_layout.csv95 X32_TYPELESS_G8X24_UINT , 64, 1, 1, 1, x32, ui8, x24, , , , , rgb, line…
122 R8G8B8A8_UINT , 32, 1, 1, 1, ui8, ui8, ui8, ui8, , , , rgba, line…
136 X24_TYPELESS_G8_UINT , 32, 1, 1, 1, x24, ui8, , , , , , rg, line…
174 R8G8_UINT , 16, 1, 1, 1, ui8, ui8, , , , , , rg, line…
201 L8A8_UINT , 16, 1, 1, 1, , , , ui8, ui8, , , la, line…
206 R8_UINT , 8, 1, 1, 1, ui8, , , , , , , r, line…
220 L8_UINT , 8, 1, 1, 1, , , , , ui8, , , l, line…
222 I8_UINT , 8, 1, 1, 1, , , , , , ui8, , i, line…
290 R8G8B8_UINT , 24, 1, 1, 1, ui8, ui8, ui8, , , , , rgb, line…
/third_party/boost/libs/config/test/
Dcstdint_include_test.cpp13 boost::uint8_t ui8 = UINT8_C(0); in main() local
14 (void)ui8; in main()
/third_party/libffi/testsuite/libffi.closures/
Dhuge_struct.c231 uint8_t ui8 = 1; in main() local
267 argValues[0] = argValues[12] = argValues[24] = argValues[36] = argValues[48] = &ui8; in main()
320 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p, in main()
321 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p, in main()
322 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p, in main()
323 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p, in main()
324 ui8, si8); in main()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_util.h266 uint32_t ui8; member
320 PACK_F(ui8, r8g8b8a8_unorm); in tu6_pack_border_color()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_integer.txt327 ALPHA8UI_EXT ALPHA ui8
333 LUMINANCE8UI_EXT LUMINANCE ui8
339 LUMINANCE_ALPHA8UI_EXT LUMINANCE_ALPHA ui8 ui8
345 INTENSITY8UI_EXT INTENSITY ui8
351 RGB8UI_EXT RGB ui8 ui8 ui8
357 RGBA8UI_EXT RGBA ui8 ui8 ui8 ui8
/third_party/openGLES/extensions/EXT/
DEXT_texture_integer.txt327 ALPHA8UI_EXT ALPHA ui8
333 LUMINANCE8UI_EXT LUMINANCE ui8
339 LUMINANCE_ALPHA8UI_EXT LUMINANCE_ALPHA ui8 ui8
345 INTENSITY8UI_EXT INTENSITY ui8
351 RGB8UI_EXT RGB ui8 ui8 ui8
357 RGBA8UI_EXT RGBA ui8 ui8 ui8 ui8
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h150 #define UINT8_C(C) C##ui8
/third_party/libuv/include/uv/
Dstdint-msvc2008.h235 #define UINT8_C(val) val##ui8
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_rg.txt191 R8UI RED ui8
197 RG8UI RG ui8 ui8
/third_party/openGLES/extensions/ARB/
DARB_texture_rg.txt201 R8UI RED ui8
207 RG8UI RG ui8 ui8
/third_party/boost/boost/
Dcstdint.hpp458 # define UINT8_C(value) value##ui8
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c170 uint8_t ui8[4]; member
288 e->ui8[c] = f_u * 0xff; in setup_border_colors()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_emit.c68 uint8_t ui8[4]; member
193 e->ui8[c] = f_u * 0xff; in setup_border_colors()
/third_party/libffi/testsuite/libffi.bhaible/
Dtestcases.c81 uint ui1=1, ui2=2, ui3=3, ui4=4, ui5=5, ui6=6, ui7=7, ui8=8, ui9=9; variable
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp3553 uint8_t ui8(1); in TEST() local
3568 RR_WATCH(ui8); in TEST()