Searched defs:verts_per_patch (Results 1 – 2 of 2) sorted by relevance
3100 uint32_t verts_per_patch = pipeline->ia.primtype - DI_PT_PATCHES0; in get_tess_param_bo_size() local3116 uint32_t verts_per_patch = pipeline->ia.primtype - DI_PT_PATCHES0; in get_tess_factor_bo_size() local
185 translate_prim_type(enum pipe_prim_type prim, uint8_t verts_per_patch) in translate_prim_type()