Searched refs:first_z (Results 1 – 3 of 3) sorted by relevance
705 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);
865 std::map<uint32_t, DrmHwcTwo::HwcLayer *> &z_map, size_t first_z, in CalcPixOps() argument869 if (l.first >= first_z && l.first < first_z + size) { in CalcPixOps()
179 size_t first_z, size_t size);