HomeSort by relevance Sort by last modified time
    Searched refs:aapoint (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 358 generate_aapoint_fs(struct aapoint_stage *aapoint)
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)
415 struct draw_context *draw = aapoint->stage.draw;
418 if (!aapoint->fs->aapoint_fs &
446 const struct aapoint_stage *aapoint = aapoint_stage(stage); local
545 auto struct aapoint_stage *aapoint = aapoint_stage(stage); local
583 struct aapoint_stage *aapoint = aapoint_stage(stage); local
614 struct aapoint_stage* aapoint = aapoint_stage(stage); local
631 struct aapoint_stage *aapoint = aapoint_stage(stage); local
664 struct aapoint_stage *aapoint = CALLOC_STRUCT(aapoint_stage); local
708 struct aapoint_stage *aapoint = aapoint_stage_from_pipe(pipe); local
725 struct aapoint_stage *aapoint = aapoint_stage_from_pipe(pipe); local
738 struct aapoint_stage *aapoint = aapoint_stage_from_pipe(pipe); local
762 struct aapoint_stage *aapoint; local
    [all...]
draw_pipe_validate.c 97 if (rasterizer->point_smooth && draw->pipeline.aapoint)
166 else if (rast->point_smooth && draw->pipeline.aapoint)
188 if (rast->point_smooth && draw->pipeline.aapoint) {
189 draw->pipeline.aapoint->next = next;
190 next = draw->pipeline.aapoint;
draw_pipe.c 102 if (draw->pipeline.aapoint)
103 draw->pipeline.aapoint->destroy( draw->pipeline.aapoint );
draw_private.h 129 struct draw_stage *aapoint; member in struct:draw_context::__anon29382
draw_context.c 613 if (draw->pipeline.aapoint)
614 draw_aapoint_prepare_outputs(draw, draw->pipeline.aapoint);

Completed in 89 milliseconds