Home
last modified time | relevance | path

Searched refs:first_z (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorConvolution.h705 const int first_z = blockIdx.z * maxZ;
706 const int last_z = (first_z + maxZ < numZ ? first_z + maxZ : numZ) - 1;
707 const int num_z_input = last_z - first_z + kernelSizeZ;
717 …_input_offset + indexMapper.mapCudaInputKernelToTensorInputOffset(i+first_x, j+first_y, k+first_z);
726 const int num_z_output = last_z - first_z + 1;
742 …tput_offset + indexMapper.mapCudaOutputKernelToTensorOutputOffset(i+first_x, j+first_y, k+first_z);
/external/drm_hwcomposer/
DDrmHwcTwo.cpp865 std::map<uint32_t, DrmHwcTwo::HwcLayer *> &z_map, size_t first_z, in CalcPixOps() argument
869 if (l.first >= first_z && l.first < first_z + size) { in CalcPixOps()
DDrmHwcTwo.h179 size_t first_z, size_t size);