Searched refs:first_y (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorConvolution.h | 633 const int first_y = blockIdx.y * maxY; 634 const int last_y = (first_y + maxY < numY ? first_y + maxY : numY) - 1; 635 const int num_y_input = last_y - first_y + GetKernelSize<StaticKernelSizeY>()(kernelSizeY); 636 const int num_y_output = last_y - first_y + 1; 652 …dex = plane_input_offset + indexMapper.mapCudaInputKernelToTensorInputOffset(i+first_x, j+first_y); 676 … = plane_output_offset + indexMapper.mapCudaOutputKernelToTensorOutputOffset(i+first_x, j+first_y); 701 const int first_y = blockIdx.y * maxY; 702 const int last_y = (first_y + maxY < numY ? first_y + maxY : numY) - 1; 703 const int num_y_input = last_y - first_y + kernelSizeY; 717 …_input_offset + indexMapper.mapCudaInputKernelToTensorInputOffset(i+first_x, j+first_y, k+first_z); [all …]
|
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 1869 float first_x, first_y; member 1906 if (ctx->first_x != ctx->x || ctx->first_y != ctx->y) in stbtt__csctx_close_shape() 1907 stbtt__csctx_v(ctx, STBTT_vline, (int)ctx->first_x, (int)ctx->first_y, 0, 0, 0, 0); in stbtt__csctx_close_shape() 1914 ctx->first_y = ctx->y = ctx->y + dy; in stbtt__csctx_rmove_to()
|