Searched refs:verts_per_patch (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_screen.h160 unsigned (*translate_prim_type)(enum pipe_prim_type prim, uint8_t verts_per_patch);
H A Dcrocus_state.c188 translate_prim_type(enum pipe_prim_type prim, uint8_t verts_per_patch) argument
212 return map[prim] + (prim == PIPE_PRIM_PATCHES ? verts_per_patch : 0);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c3486 uint32_t verts_per_patch = pipeline->ia.primtype - DI_PT_PATCHES0; local in function:get_tess_param_bo_size
3487 uint32_t num_patches = draw_count / verts_per_patch;
3502 uint32_t verts_per_patch = pipeline->ia.primtype - DI_PT_PATCHES0; local in function:get_tess_factor_bo_size
3503 uint32_t num_patches = draw_count / verts_per_patch;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_state.c250 translate_prim_type(enum pipe_prim_type prim, uint8_t verts_per_patch) argument
270 return map[prim] + (prim == PIPE_PRIM_PATCHES ? verts_per_patch : 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c185 translate_prim_type(enum pipe_prim_type prim, uint8_t verts_per_patch) argument
205 return map[prim] + (prim == PIPE_PRIM_PATCHES ? verts_per_patch : 0);

Completed in 39 milliseconds