Searched refs:aapoint (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c360 generate_aapoint_fs(struct aapoint_stage *aapoint) argument
362 const struct pipe_shader_state *orig_fs = &aapoint->fs->state;
366 struct pipe_context *pipe = aapoint->stage.draw->pipe;
397 aapoint->fs->aapoint_fs
398 = aapoint->driver_create_fs_state(pipe, &aapoint_fs);
399 if (aapoint->fs->aapoint_fs == NULL)
402 aapoint->fs->generic_attrib = transform.maxGeneric + 1;
412 generate_aapoint_fs_nir(struct aapoint_stage *aapoint) argument
414 struct pipe_context *pipe = aapoint->stage.draw->pipe;
415 const struct pipe_shader_state *orig_fs = &aapoint
439 bind_aapoint_fragment_shader(struct aapoint_stage * aapoint) argument
476 const struct aapoint_stage *aapoint = aapoint_stage(stage); local in function:aapoint_point
575 auto struct aapoint_stage *aapoint = aapoint_stage(stage); local in function:aapoint_first_point
613 struct aapoint_stage *aapoint = aapoint_stage(stage); local in function:aapoint_flush
644 struct aapoint_stage* aapoint = aapoint_stage(stage); local in function:aapoint_destroy
661 struct aapoint_stage *aapoint = aapoint_stage(stage); local in function:draw_aapoint_prepare_outputs
697 struct aapoint_stage *aapoint = CALLOC_STRUCT(aapoint_stage); local in function:draw_aapoint_stage
741 struct aapoint_stage *aapoint = aapoint_stage_from_pipe(pipe); local in function:aapoint_create_fs_state
761 struct aapoint_stage *aapoint = aapoint_stage_from_pipe(pipe); local in function:aapoint_bind_fs_state
774 struct aapoint_stage *aapoint = aapoint_stage_from_pipe(pipe); local in function:aapoint_delete_fs_state
801 struct aapoint_stage *aapoint; local in function:draw_install_aapoint_stage
[all...]
H A Ddraw_pipe_validate.c97 if ((!rasterizer->multisample && rasterizer->point_smooth) && draw->pipeline.aapoint)
170 else if ((!rast->multisample && rast->point_smooth) && draw->pipeline.aapoint)
192 if ((!rast->multisample && rast->point_smooth) && draw->pipeline.aapoint) {
193 draw->pipeline.aapoint->next = next;
194 next = draw->pipeline.aapoint;
H A Ddraw_pipe.c106 if (draw->pipeline.aapoint)
107 draw->pipeline.aapoint->destroy( draw->pipeline.aapoint );
H A Ddraw_private.h75 * flow through the draw pipeline. In particular, aaline/aapoint stages
161 struct draw_stage *aapoint; member in struct:draw_context::__anone553aa980108
H A Ddraw_context.c667 if (draw->pipeline.aapoint)
668 draw_aapoint_prepare_outputs(draw, draw->pipeline.aapoint);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c358 generate_aapoint_fs(struct aapoint_stage *aapoint) argument
360 const struct pipe_shader_state *orig_fs = &aapoint->fs->state;
364 struct pipe_context *pipe = aapoint->stage.draw->pipe;
393 aapoint->fs->aapoint_fs
394 = aapoint->driver_create_fs_state(pipe, &aapoint_fs);
395 if (aapoint->fs->aapoint_fs == NULL)
398 aapoint->fs->generic_attrib = transform.maxGeneric + 1;
413 bind_aapoint_fragment_shader(struct aapoint_stage *aapoint) argument
415 struct draw_context *draw = aapoint->stage.draw;
418 if (!aapoint
446 const struct aapoint_stage *aapoint = aapoint_stage(stage); local in function:aapoint_point
545 auto struct aapoint_stage *aapoint = aapoint_stage(stage); local in function:aapoint_first_point
583 struct aapoint_stage *aapoint = aapoint_stage(stage); local in function:aapoint_flush
614 struct aapoint_stage* aapoint = aapoint_stage(stage); local in function:aapoint_destroy
631 struct aapoint_stage *aapoint = aapoint_stage(stage); local in function:draw_aapoint_prepare_outputs
664 struct aapoint_stage *aapoint = CALLOC_STRUCT(aapoint_stage); local in function:draw_aapoint_stage
708 struct aapoint_stage *aapoint = aapoint_stage_from_pipe(pipe); local in function:aapoint_create_fs_state
725 struct aapoint_stage *aapoint = aapoint_stage_from_pipe(pipe); local in function:aapoint_bind_fs_state
738 struct aapoint_stage *aapoint = aapoint_stage_from_pipe(pipe); local in function:aapoint_delete_fs_state
762 struct aapoint_stage *aapoint; local in function:draw_install_aapoint_stage
[all...]
H A Ddraw_pipe_validate.c97 if (rasterizer->point_smooth && draw->pipeline.aapoint)
167 else if (rast->point_smooth && draw->pipeline.aapoint)
189 if (rast->point_smooth && draw->pipeline.aapoint) {
190 draw->pipeline.aapoint->next = next;
191 next = draw->pipeline.aapoint;
H A Ddraw_pipe.c102 if (draw->pipeline.aapoint)
103 draw->pipeline.aapoint->destroy( draw->pipeline.aapoint );
H A Ddraw_private.h129 struct draw_stage *aapoint; member in struct:draw_context::__anon406ac0650108
H A Ddraw_context.c612 if (draw->pipeline.aapoint)
613 draw_aapoint_prepare_outputs(draw, draw->pipeline.aapoint);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.3.rst212 - draw: fix pstipple, aaline and aapoint without LLVM
H A D21.1.0.rst4815 - draw: fix pstipple, aaline and aapoint without LLVM

Completed in 18 milliseconds