Home
last modified time | relevance | path

Searched refs:verts_per_patch (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c3100 uint32_t verts_per_patch = pipeline->ia.primtype - DI_PT_PATCHES0; in get_tess_param_bo_size() local
3101 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() local
3117 uint32_t num_patches = draw_count / verts_per_patch; in get_tess_factor_bo_size()
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c185 translate_prim_type(enum pipe_prim_type prim, uint8_t verts_per_patch) in translate_prim_type() argument
205 return map[prim] + (prim == PIPE_PRIM_PATCHES ? verts_per_patch : 0); in translate_prim_type()