Searched refs:_3DPRIM_PATCHLIST (Results 1 – 3 of 3) sorted by relevance
73 #define _3DPRIM_PATCHLIST(n) ({ assert(n > 0 && n <= 32); 0x20 + (n - 1); }) macro
122 hw_prim = _3DPRIM_PATCHLIST(ctx->TessCtrlProgram.patch_vertices); in gen6_set_prim()
1402 pipeline->topology = _3DPRIM_PATCHLIST(tess_info->patchControlPoints); in anv_pipeline_init()