Searched refs: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() local3101 uint32_t num_patches = draw_count / verts_per_patch; in get_tess_param_bo_size()3116 uint32_t verts_per_patch = pipeline->ia.primtype - DI_PT_PATCHES0; in get_tess_factor_bo_size() local3117 uint32_t num_patches = draw_count / verts_per_patch; in get_tess_factor_bo_size()
185 translate_prim_type(enum pipe_prim_type prim, uint8_t verts_per_patch) in translate_prim_type() argument205 return map[prim] + (prim == PIPE_PRIM_PATCHES ? verts_per_patch : 0); in translate_prim_type()