Searched defs:block_dim_y (Results 1 – 8 of 8) sorted by relevance
23 fn block_dim_y() -> i32; in block_dim_y() function
407 unsigned int block_dim_x, unsigned int block_dim_y, in LaunchKernel()
462 unsigned int block_dim_x, unsigned int block_dim_y, in LaunchKernel()
61418 pub block_dim_y: u32, field61501 pub fn block_dim_y(mut self, block_dim_y: u32) -> Self { in block_dim_y() method