Home
last modified time | relevance | path

Searched defs:yw (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Ddevice_memory.h272 Float2 xz, yw; member
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1027 const float yw = v - (float)vflr; in img_filter_2d_linear_repeat_POT() local
1523 float xw, yw; /* weights */ in img_filter_2d_linear() local
1570 float xw, yw; /* weights */ in img_filter_2d_array_linear() local
1615 float xw, yw; /* weights */ in img_filter_cube_linear() local
1683 float xw, yw; /* weights */ in img_filter_cube_array_linear() local
1747 float xw, yw, zw; /* interpolation weights */ in img_filter_3d_linear() local
/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpx_opj.cpp299 OPJ_UINT32 yw = img->comps[0].w; in sycc420_to_rgb() local
/external/deqp/framework/common/
DtcuVector.hpp133 …VecAccess<T, Size, 2> yw (void) { DE_ASSERT(Size >= 2); return VecAccess<T, Size, 2>(*this, 1, 3… in yw() function in tcu::Vector
/external/libxcam/xcore/
Dvec_mat.h1176 T yw = v[1] * w; in rotation_matrix() local
/external/libyuv/files/unit_test/
Dplanar_test.cc1343 int yw = benchmark_width_; in TEST_F() local
/external/swiftshader/src/Reactor/
DReactor.hpp1428 SwizzleMask2<Vector4, 0xFD> yw; member