Searched refs:cblock_stride_y (Results 1 – 2 of 2) sorted by relevance
62 __constant__ int cblock_stride_y; variable95 … cudaSafeCall( cudaMemcpyToSymbol(cblock_stride_y, &block_stride_y, sizeof(block_stride_y)) ); in set_up_constants()135 const int offset_y = blockIdx.y * cblock_stride_y + 4 * cell_y; in compute_hists_kernel_many_blocks()
66 const int cblock_stride_x, const int cblock_stride_y,93 const int offset_y = gidY * cblock_stride_y + (cell_y << 2);