Home | History | Annotate | Download | only in core

Lines Matching refs:info

51                  const struct gen6_3dprimitive_info *info)
61 info->topology << GEN6_3DPRIM_DW0_TYPE__SHIFT;
62 if (info->indexed)
65 dw[1] = info->vertex_count;
66 dw[2] = info->vertex_start;
67 dw[3] = info->instance_count;
68 dw[4] = info->instance_start;
69 dw[5] = info->vertex_base;
74 const struct gen6_3dprimitive_info *info)
85 dw[1] = info->topology << GEN7_3DPRIM_DW1_TYPE__SHIFT;
86 if (info->indexed)
89 dw[2] = info->vertex_count;
90 dw[3] = info->vertex_start;
91 dw[4] = info->instance_count;
92 dw[5] = info->instance_start;
93 dw[6] = info->vertex_base;