HomeSort by relevance Sort by last modified time
    Searched refs:SrcStride (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/randomshaders/
rsgVariableValue.hpp 147 template <int SrcStride>
148 StridedValueAccess& operator= (const StridedValueRead<SrcStride>& value);
160 template <int SrcStride>
161 StridedValueAccess<Stride>& StridedValueAccess<Stride>::operator= (const StridedValueRead<SrcStride>& valueRead)
163 DE_STATIC_ASSERT(SrcStride == Stride || SrcStride == 1);
171 if (Stride == SrcStride)
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/
NonDiscoverablePciDeviceIo.c 143 @param SrcStride The stride of the source buffer.
159 IN UINTN SrcStride,
177 for (;Count > 0; Count--, Dst8 += DstStride, Src8 += SrcStride) {
184 for (;Count > 0; Count--, Dst16 += DstStride, Src16 += SrcStride) {
191 for (;Count > 0; Count--, Dst32 += DstStride, Src32 += SrcStride) {
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 328 PVR2D_LONG SrcStride; /* signed stride, the number of bytes from pixel 0,0 to 0,1 */
    [all...]

Completed in 1213 milliseconds