HomeSort by: relevance | last modified time | path
    Searched refs:vertices_per_patch (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_draw_private.h 69 ubyte vertices_per_patch)
113 *prim_count = vcount / vertices_per_patch ;
114 assert(vertices_per_patch >= 1);
115 assert(vertices_per_patch <= 32);
117 + vertices_per_patch;
246 ubyte vertices_per_patch);
svga_state_ts.c 78 key->tcs.vertices_per_patch = svga->curr.vertices_per_patch;
94 * any control point input, then vertices_per_patch in the tes key will
98 key->tcs.vertices_out = tes->base.key.tes.vertices_per_patch;
244 key->tes.vertices_per_patch = has_control_point_inputs ?
288 svga->tcs.vertices_per_patch == svga->curr.vertices_per_patch) {
309 svga->curr.vertices_per_patch);
314 svga->tcs.vertices_per_patch = svga->curr.vertices_per_patch;
    [all...]
svga_draw.h 64 ubyte vertices_per_patch);
svga_draw_arrays.c 179 ubyte vertices_per_patch)
185 hw_prim = svga_translate_prim(prim, count, &hw_count, vertices_per_patch);
213 ubyte vertices_per_patch)
280 vertices_per_patch);
307 vertices_per_patch);
svga_pipe_draw.c 64 ubyte vertices_per_patch)
73 vertices_per_patch));
272 if (svga->curr.vertices_per_patch != svga->patch_vertices) {
273 svga->curr.vertices_per_patch = svga->patch_vertices;
svga_draw_elements.c 191 ubyte vertices_per_patch)
198 hw_prim = svga_translate_prim(prim, count, &hw_count, vertices_per_patch);
svga_shader.h 97 unsigned vertices_per_patch:8; member in struct:svga_compile_key::__anon2007
108 unsigned vertices_per_patch:8; member in struct:svga_compile_key::__anon2008
svga_context.h 323 unsigned vertices_per_patch; member in struct:svga_state
664 unsigned vertices_per_patch; member in struct:svga_context::__anon1994
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
draw_split_tmp.h 44 first = vsplit->draw->pt.vertices_per_patch;
45 incr = vsplit->draw->pt.vertices_per_patch;
draw_pt.c 146 first = draw->pt.vertices_per_patch;
147 incr = draw->pt.vertices_per_patch;
536 draw->pt.vertices_per_patch = patch_vertices;
draw_tess.c 149 shader->draw->pt.vertices_per_patch, shader->draw->pt.user.viewid);
169 unsigned num_patches = input_prim->count / shader->draw->pt.vertices_per_patch;
197 llvm_fetch_tcs_input(shader, input_prim, i, shader->draw->pt.vertices_per_patch);
draw_private.h 192 ubyte vertices_per_patch; member in struct:draw_context::__anon1021
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_pipeline.h 44 uint32_t vertices_per_patch:5; member in struct:zink_gfx_pipeline_state
zink_compiler.h 117 zink_shader_tcs_create(struct zink_screen *screen, struct zink_shader *vs, unsigned vertices_per_patch);
zink_program.h 206 unsigned vertices_per_patch);
zink_draw.cpp 198 prog = zink_create_gfx_program(ctx, ctx->gfx_stages, ctx->gfx_pipeline_state.vertices_per_patch + 1);
548 uint8_t vertices_per_patch = ctx->gfx_pipeline_state.patch_vertices ? ctx->gfx_pipeline_state.patch_vertices - 1 : 0; local
549 if (ctx->gfx_pipeline_state.vertices_per_patch != vertices_per_patch)
558 ctx->gfx_pipeline_state.vertices_per_patch = vertices_per_patch;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_draw.c 77 ice->state.vertices_per_patch != info->vertices_per_patch) {
78 ice->state.vertices_per_patch = info->vertices_per_patch;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_simple_shaders.h 170 const unsigned vertices_per_patch);
u_simple_shaders.c 1076 const unsigned vertices_per_patch)
1092 ureg_property(ureg, TGSI_PROPERTY_TCS_VERTICES_OUT, vertices_per_patch);
1143 if (vertices_per_patch > 1) {
1153 if (dst[i].Dimension && vertices_per_patch > 1) {
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_draw.c 188 info.vertices_per_patch = ctx->TessCtrlProgram.patch_vertices;
310 info.vertices_per_patch = ctx->TessCtrlProgram.patch_vertices;
st_draw_feedback.c 126 info.vertices_per_patch = ctx->TessCtrlProgram.patch_vertices;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
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/drivers/swr/
swr_state.h 87 uint32_t vertices_per_patch; member in struct:swr_tess_control_shader
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_state.h 722 ubyte vertices_per_patch; /**< the number of vertices per patch */ member in struct:pipe_draw_info
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_draw.c 168 ice->state.vertices_per_patch != ice->state.patch_vertices) {
169 ice->state.vertices_per_patch = ice->state.patch_vertices;

Completed in 28 milliseconds

1 2 3