Searched refs:_3DPRIM_PATCHLIST (Results 1 – 3 of 3) sorted by relevance
82 #define _3DPRIM_PATCHLIST(n) ({ assert(n > 0 && n <= 32); 0x20 + (n - 1); }) macro
1925 dynamic->primitive_topology = _3DPRIM_PATCHLIST(tess_info->patchControlPoints); in copy_non_dynamic_state()2247 pipeline->topology = _3DPRIM_PATCHLIST(tess_info->patchControlPoints); in anv_graphics_pipeline_init()
124 hw_prim = _3DPRIM_PATCHLIST(ctx->TessCtrlProgram.patch_vertices); in gen6_set_prim()