Home
last modified time | relevance | path

Searched refs:zx (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/base/platform/
H A Dplatform-fuchsia.cc7 #include <lib/zx/resource.h>
8 #include <lib/zx/thread.h>
9 #include <lib/zx/vmar.h>
10 #include <lib/zx/vmo.h>
30 zx::resource vmex_resource; in SetVmexResource()
91 void* MapVmo(const zx::vmar& vmar, void* vmar_base, size_t page_size, in MapVmo()
92 void* address, const zx::vmo& vmo, uint64_t offset, in MapVmo()
133 void* CreateAndMapVmo(const zx::vmar& vmar, void* vmar_base, size_t page_size, in CreateAndMapVmo()
136 zx::vmo vmo; in CreateAndMapVmo()
137 if (zx in CreateAndMapVmo()
[all...]
/third_party/skia/third_party/externals/angle2/util/fuchsia/
H A DScenicWindow.cpp20 #include <lib/zx/channel.h>
32 zx::channel ConnectToServiceRoot() in ConnectToServiceRoot()
34 zx::channel clientChannel; in ConnectToServiceRoot()
35 zx::channel serverChannel; in ConnectToServiceRoot()
36 zx_status_t result = zx::channel::create(0, &clientChannel, &serverChannel); in ConnectToServiceRoot()
109 mLoop->Run(zx::time::infinite(), true /* once */); in initializeImpl()
H A DScenicWindow.h80 zx::channel mServiceRoot;
/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc72 #include <lib/zx/channel.h>
73 #include <lib/zx/port.h>
74 #include <lib/zx/process.h>
75 #include <lib/zx/socket.h>
834 zx::process child_process_;
835 zx::channel exception_channel_;
836 zx::socket stderr_socket_;
881 zx::port port; in Wait()
882 status_zx = zx::port::create(0, &port); in Wait()
904 status_zx = port.wait(zx in Wait()
[all...]
/third_party/node/deps/googletest/src/
H A Dgtest-death-test.cc76 #include <lib/zx/channel.h>
77 #include <lib/zx/port.h>
78 #include <lib/zx/process.h>
79 #include <lib/zx/socket.h>
852 zx::process child_process_;
853 zx::channel exception_channel_;
854 zx::socket stderr_socket_;
869 zx::port port; in Wait()
870 status_zx = zx::port::create(0, &port); in Wait()
892 status_zx = port.wait(zx in Wait()
[all...]
/third_party/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc71 # include <lib/zx/channel.h>
72 # include <lib/zx/port.h>
73 # include <lib/zx/process.h>
74 # include <lib/zx/socket.h>
834 zx::process child_process_;
835 zx::channel exception_channel_;
836 zx::socket stderr_socket_;
887 zx::port port; in Wait()
888 status_zx = zx::port::create(0, &port); in Wait()
911 status_zx = port.wait(zx in Wait()
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmatrix_utils.cpp89 float zx = z * x; in Rotate() local
93 float r02 = ci * zx - s * y; in Rotate()
101 float r20 = ci * zx + s * y; in Rotate()
/third_party/skia/src/ports/
H A DSkFontMgr_fuchsia.cpp11 #include <lib/zx/vmar.h>
26 zx::vmar::root_self()->unmap(reinterpret_cast<uintptr_t>(buffer), size); in UnmapMemory()
49 zx_status_t status = zx::vmar::root_self()->map(ZX_VM_PERM_READ, 0, data.vmo, 0, size, &buffer); in MakeSkDataFromBuffer()
/third_party/mesa3d/src/mesa/math/
H A Dm_matrix.c688 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; in _math_matrix_rotate() local
820 zx = z * x; in _math_matrix_rotate()
829 M(0,2) = (one_c * zx) + ys; in _math_matrix_rotate()
837 M(2,0) = (one_c * zx) - ys; in _math_matrix_rotate()
/third_party/ffmpeg/libavfilter/
H A Dvf_xfade.c434 const int zx = z + x; \
435 const int zz = zx % width + width * (zx < 0); \
436 dst[x] = (zx >= 0) && (zx < width) ? xf1[zz] : xf0[zz]; \
467 const int zx = z + x; \
468 const int zz = zx % width + width * (zx < 0); \
469 dst[x] = (zx >= 0) && (zx < widt
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp1252 Int4 zx = CmpNLE(absZ, absX); // abs(z) > abs(x) in cubeFace() local
1253 Int4 xMajor = xy & ~zx; // abs(x) > abs(y) && abs(x) > abs(z) in cubeFace()
1255 Int4 zMajor = zx & ~yz; // abs(z) > abs(x) && abs(z) > abs(y) in cubeFace()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.cpp1590 Int4 zx = CmpNLE(absZ, absX); // abs(z) > abs(x) in cubeFace() local
1591 Int4 xMajor = xy & ~zx; // abs(x) > abs(y) && abs(x) > abs(z) in cubeFace()
1593 Int4 zMajor = zx & ~yz; // abs(z) > abs(x) && abs(z) > abs(y) in cubeFace()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.hpp1578 Swizzle2<Vector4, 0x2000> zx; member

Completed in 26 milliseconds