| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_atom_tess.c | 53 pipe->set_patch_vertices(pipe, ctx->TessCtrlProgram.patch_vertices);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_tess.c | 185 llvmpipe_set_patch_vertices(struct pipe_context *pipe, uint8_t patch_vertices) argument 189 llvmpipe->patch_vertices = patch_vertices;
|
| H A D | lp_context.h | 121 uint8_t patch_vertices; member in struct:llvmpipe_context
|
| H A D | lp_draw_arrays.c | 150 lp->patch_vertices);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_pipeline.h | 86 uint8_t patch_vertices; member in struct:zink_gfx_pipeline_state
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_draw.c | 105 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 D | svga_pipe_ts.c | 51 svga_set_patch_vertices(struct pipe_context *pipe, uint8_t patch_vertices) argument 55 svga->patch_vertices = patch_vertices;
|
| H A D | svga_draw_elements.c | 287 hwtnl->svga->patch_vertices); 316 hwtnl->svga->patch_vertices);
|
| H A D | svga_swtnl_draw.c | 119 svga->patch_vertices);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| H A D | vbo_exec.c | 238 /* "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 D | virgl_context.h | 88 uint8_t patch_vertices; member in struct:virgl_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_program.c | 47 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 D | fd6_draw.c | 165 .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 D | fd6_const.c | 151 ? emit->patch_vertices 165 emit->hs->output_size, emit->patch_vertices};
|
| H A D | fd6_emit.h | 103 uint8_t patch_vertices; member in struct:fd6_emit
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_draw.cpp | 93 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 D | swr_context.h | 204 uint8_t patch_vertices; member in struct:swr_context
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_screen.h | 49 uint8_t patch_vertices; member in struct:nvc0_graph_state
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_screen.h | 49 uint8_t patch_vertices; member in struct:nvc0_graph_state
|
| H A D | nvc0_vbo.c | 980 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 D | st_draw.c | 188 info.vertices_per_patch = ctx->TessCtrlProgram.patch_vertices; 310 info.vertices_per_patch = ctx->TessCtrlProgram.patch_vertices;
|
| H A D | st_draw_feedback.c | 126 info.vertices_per_patch = ctx->TessCtrlProgram.patch_vertices;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_draw.c | 84 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 D | draw_context.h | 332 uint8_t patch_vertices);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_draw.c | 168 ice->state.vertices_per_patch != ice->state.patch_vertices) { 169 ice->state.vertices_per_patch = ice->state.patch_vertices;
|