Home
last modified time | relevance | path

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

/third_party/boost/libs/compute/example/
Dsimple_moving_average.cpp31 …__kernel void SMA(__global const float *scannedValues, int size, __global float *output, int wSize) in make_sma_program()
36 int endIdx = gid + wSize/2; in make_sma_program()
37 int startIdx = gid -1 - wSize/2; in make_sma_program()
56 …sults(const std::vector<float>& values, const std::vector<float>& smoothValues, unsigned int wSize) in check_results() argument
61 int semiWidth = wSize/2; in check_results()
97 unsigned int wSize = 21; in main() local
124 kernel.set_arg(3,(int)wSize); in main()
133 bool res = check_results(host_vector,host_result,wSize); in main()
/third_party/FreeBSD/sys/dev/usb/
Dusb_hid.c46 static uint8_t hid_get_byte(struct hid_data *s, const uint16_t wSize);
192 hid_get_byte(struct hid_data *s, const uint16_t wSize) in hid_get_byte() argument
207 if ((s->end - ptr) < wSize) in hid_get_byte()
210 ptr += wSize; in hid_get_byte()
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h1034 uint32 wSize; member
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1740 SVGA3D_DUMP_PARAMETER(desc.tex3D.wSize, u); in SVGA3D_DUMP_HEADER()