Home | History | Annotate | Download | only in vulkan

Lines Matching refs:align_u32_npot

2304 	remainder[0] = x + compute_shader->info.cs.block_size[0] - align_u32_npot(x, compute_shader->info.cs.block_size[0]);
2305 remainder[1] = y + compute_shader->info.cs.block_size[1] - align_u32_npot
2306 remainder[2] = z + compute_shader->info.cs.block_size[2] - align_u32_npot(z, compute_shader->info.cs.block_size[2]);