Searched refs:hw_prim (Results 1 – 4 of 4) sorted by relevance
211 i915_validate_vertices(unsigned hw_prim, unsigned nr) in i915_validate_vertices() argument215 switch (hw_prim) { in i915_validate_vertices()
182 unsigned hw_prim; in simple_draw_arrays() local185 hw_prim = svga_translate_prim(prim, count, &hw_count, vertices_per_patch); in simple_draw_arrays()189 range.primType = hw_prim; in simple_draw_arrays()
194 unsigned hw_prim; in svga_hwtnl_simple_draw_range_elements() local198 hw_prim = svga_translate_prim(prim, count, &hw_count, vertices_per_patch); in svga_hwtnl_simple_draw_range_elements()202 range.primType = hw_prim; in svga_hwtnl_simple_draw_range_elements()
600 unsigned hw_prim; member