Home
last modified time | relevance | path

Searched defs:window_width (Results 1 – 10 of 10) sorted by relevance

/external/ComputeLibrary/src/cpu/kernels/
DCpuFillKernel.cpp64 …const auto window_width = static_cast<int>(collapsed.x().end()) - static_cast<int>(colla… in run_op() local
/external/federated-compute/fcp/client/
Dfederated_protocol_util.cc47 absl::Duration window_width = max_delay - min_delay; in PickRetryDelayFromRange() local
/external/webrtc/modules/desktop_capture/win/test_support/
Dtest_window.cc64 int window_width = width <= 0 ? kWindowWidth : width; in CreateTestWindow() local
/external/webrtc/modules/desktop_capture/win/
Dwgc_capturer_win_unittest.cc103 void SetUpForWindowCapture(int window_width = kMediumWindowWidth, in SetUpForWindowCapture()
128 void CreateWindowOnSeparateThread(int window_width, int window_height) { in CreateWindowOnSeparateThread()
/external/eigen/bench/btl/data/
Dsmooth.cxx102 int window_width=2*window_half_width+1; in smooth_curve() local
/external/crosvm/gpu_display/src/gpu_display_win/
Dsurface.rs110 pub window_width: u32, field
/external/coreboot/payloads/libpayload/curses/PDCurses/x11/
Dx11.c216 window_width, window_height; variable
/external/python/cpython3/Lib/
Dturtle.py1299 def window_width(self): member in TurtleScreen
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Ddnn.h755 int64_t window_width() const { return GetDim(window_, DimIndex::X); } in window_width() function
/external/deqp/external/openglcts/modules/common/
DglcViewportArrayTests.cpp1505 const GLint window_width = m_context.getRenderContext().getRenderTarget().getWidth(); in iterate() local