Home
last modified time | relevance | path

Searched refs:_3DPRIM_PATCHLIST (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h73 #define _3DPRIM_PATCHLIST(n) ({ assert(n > 0 && n <= 32); 0x20 + (n - 1); }) macro
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw.c122 hw_prim = _3DPRIM_PATCHLIST(ctx->TessCtrlProgram.patch_vertices); in gen6_set_prim()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c1402 pipeline->topology = _3DPRIM_PATCHLIST(tess_info->patchControlPoints); in anv_pipeline_init()