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.h82 #define _3DPRIM_PATCHLIST(n) ({ assert(n > 0 && n <= 32); 0x20 + (n - 1); }) macro
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c1925 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()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw.c124 hw_prim = _3DPRIM_PATCHLIST(ctx->TessCtrlProgram.patch_vertices); in gen6_set_prim()