Home | History | Annotate | Download | only in core

Lines Matching refs:struct_size

128       assert(info->struct_size % alignment == 0);
143 if (info->struct_size > 1)
144 assert(info->struct_size % alignment == 0);
188 assert(info->struct_size == fixed);
200 assert(info->struct_size % alignment == 0);
230 if (!info->struct_size || info->struct_size > 2048) {
242 if (info->format == GEN6_FORMAT_RAW && info->struct_size > 1)
276 c = info->size / info->struct_size;
277 if (info->format_size < info->size - info->struct_size * c)
300 if (info->format == GEN6_FORMAT_RAW && info->struct_size == 1) {
345 (info->struct_size - 1) << GEN6_SURFACE_DW3_PITCH__SHIFT;
378 type = (info->format == GEN6_FORMAT_RAW && info->struct_size > 1) ?
394 GEN_SHIFT32(info->struct_size - 1, GEN7_SURFACE_DW3_PITCH);