Searched refs:gstride_type (Results 1 – 1 of 1) sorted by relevance
1943 unsigned int gstride_type; in calculate_stride() local1950 gstride_type = STRIDE_256B; in calculate_stride()1983 if (gstride_type == PART_STRIDE) { in calculate_stride()2000 stride = (gstride_type == UN_STRIDE) ? in calculate_stride()2010 stride = (gstride_type == UN_STRIDE) ? in calculate_stride()2012 ((gstride_type == STRIDE_512B) ? in calculate_stride()2017 stride = (gstride_type == UN_STRIDE) ? in calculate_stride()2019 ((gstride_type == STRIDE_512B) ? in calculate_stride()2024 stride = (gstride_type == UN_STRIDE) ? in calculate_stride()2025 0x3 : (0xC + gstride_type); in calculate_stride()[all …]