Searched refs:patch_vertices (Results 1 - 25 of 67) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_tess.c53 pipe->set_patch_vertices(pipe, ctx->TessCtrlProgram.patch_vertices);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_tess.c185 llvmpipe_set_patch_vertices(struct pipe_context *pipe, uint8_t patch_vertices) argument
189 llvmpipe->patch_vertices = patch_vertices;
H A Dlp_context.h121 uint8_t patch_vertices; member in struct:llvmpipe_context
H A Dlp_draw_arrays.c150 lp->patch_vertices);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_pipeline.h86 uint8_t patch_vertices; member in struct:zink_gfx_pipeline_state
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_draw.c105 svga->patch_vertices);
154 svga->patch_vertices);
272 if (svga->curr.vertices_per_patch != svga->patch_vertices) {
273 svga->curr.vertices_per_patch = svga->patch_vertices;
372 svga->patch_vertices);
H A Dsvga_pipe_ts.c51 svga_set_patch_vertices(struct pipe_context *pipe, uint8_t patch_vertices) argument
55 svga->patch_vertices = patch_vertices;
H A Dsvga_draw_elements.c287 hwtnl->svga->patch_vertices);
316 hwtnl->svga->patch_vertices);
H A Dsvga_swtnl_draw.c119 svga->patch_vertices);
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_exec.c238 /* "patch_vertices" can be unknown when compiling a display list. */
240 *count0 % ctx->TessCtrlProgram.patch_vertices)
307 assert(!"patch_vertices is unknown");
310 copy = count % ctx->TessCtrlProgram.patch_vertices;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_context.h88 uint8_t patch_vertices; member in struct:virgl_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_program.c47 fd_set_patch_vertices(struct pipe_context *pctx, uint8_t patch_vertices) in_dt argument
51 ctx->patch_vertices = patch_vertices;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_draw.c165 .patch_vertices = ctx->patch_vertices,
275 draw0.prim_type = DI_PT_PATCHES0 + ctx->patch_vertices;
286 count = ALIGN_NPOT(max_count, ctx->patch_vertices);
289 count = ALIGN_NPOT(count, ctx->patch_vertices);
H A Dfd6_const.c151 ? emit->patch_vertices
165 emit->hs->output_size, emit->patch_vertices};
H A Dfd6_emit.h103 uint8_t patch_vertices; member in struct:fd6_emit
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_draw.cpp93 resolved_draw.count = ctx->so_primCounter * ctx->patch_vertices;
255 swr_convert_prim_topology(info->mode, ctx->patch_vertices),
263 swr_convert_prim_topology(info->mode, ctx->patch_vertices),
H A Dswr_context.h204 uint8_t patch_vertices; member in struct:swr_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h49 uint8_t patch_vertices; member in struct:nvc0_graph_state
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h49 uint8_t patch_vertices; member in struct:nvc0_graph_state
H A Dnvc0_vbo.c980 nvc0->state.patch_vertices != nvc0->patch_vertices) {
981 nvc0->state.patch_vertices = nvc0->patch_vertices;
983 IMMED_NVC0(push, NVC0_3D(PATCH_VERTICES), nvc0->state.patch_vertices);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_draw.c188 info.vertices_per_patch = ctx->TessCtrlProgram.patch_vertices;
310 info.vertices_per_patch = ctx->TessCtrlProgram.patch_vertices;
H A Dst_draw_feedback.c126 info.vertices_per_patch = ctx->TessCtrlProgram.patch_vertices;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_draw.c84 ice->state.vertices_per_patch != ice->state.patch_vertices) {
85 ice->state.vertices_per_patch = ice->state.patch_vertices;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_context.h332 uint8_t patch_vertices);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_draw.c168 ice->state.vertices_per_patch != ice->state.patch_vertices) {
169 ice->state.vertices_per_patch = ice->state.patch_vertices;

Completed in 32 milliseconds

123