Home
last modified time | relevance | path

Searched refs:vertices_per_patch (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_draw.c252 info.vertices_per_patch = ctx->TessCtrlProgram.patch_vertices; in st_draw_vbo()
331 info.vertices_per_patch = ctx->TessCtrlProgram.patch_vertices; in st_indirect_draw_vbo()
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h649 unsigned vertices_per_patch; /**< the number of vertices per patch */ member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.c104 unsigned num_tcs_input_cp = info->vertices_per_patch; in si_emit_derived_tess_state()
256 return info->count / info->vertices_per_patch; in si_num_prims_for_vertices()
Dsi_shader.c710 LLVMValueRef base_addr, vertices_per_patch, num_patches, total_vertices; in get_tcs_tes_buffer_address() local
713 vertices_per_patch = unpack_param(ctx, SI_PARAM_TCS_OFFCHIP_LAYOUT, 9, 6); in get_tcs_tes_buffer_address()
715 total_vertices = LLVMBuildMul(gallivm->builder, vertices_per_patch, in get_tcs_tes_buffer_address()
721 vertices_per_patch, ""); in get_tcs_tes_buffer_address()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo.c971 nvc0->state.patch_vertices != info->vertices_per_patch) { in nvc0_draw_vbo()
972 nvc0->state.patch_vertices = info->vertices_per_patch; in nvc0_draw_vbo()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.c804 trace_dump_member(uint, state, vertices_per_patch); in trace_dump_draw_info()
/external/mesa3d/src/gallium/auxiliary/util/
Du_dump_state.c929 util_dump_member(stream, uint, state, vertices_per_patch); in util_dump_draw_info()
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c3679 unsigned num_tcs_input_cp = info->vertices_per_patch; in evergreen_setup_tess_constants()
3786 info->vertices_per_patch; in evergreen_get_ls_hs_config()
3789 S_028B58_HS_NUM_INPUT_CP(info->vertices_per_patch) | in evergreen_get_ls_hs_config()