Searched refs:cblock_stride_x (Results 1 – 2 of 2) sorted by relevance
61 __constant__ int cblock_stride_x; variable94 … cudaSafeCall( cudaMemcpyToSymbol(cblock_stride_x, &block_stride_x, sizeof(block_stride_x)) ); in set_up_constants()133 const int offset_x = (blockIdx.x * blockDim.z + block_x) * cblock_stride_x + in compute_hists_kernel_many_blocks()
66 const int cblock_stride_x, const int cblock_stride_y,92 const int offset_x = gidX * cblock_stride_x + (cell_x << 2) + cell_thread_x;