Home
last modified time | relevance | path

Searched refs:aapoint (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aapoint.c360 generate_aapoint_fs(struct aapoint_stage *aapoint) in generate_aapoint_fs() argument
362 const struct pipe_shader_state *orig_fs = &aapoint->fs->state; in generate_aapoint_fs()
366 struct pipe_context *pipe = aapoint->stage.draw->pipe; in generate_aapoint_fs()
397 aapoint->fs->aapoint_fs in generate_aapoint_fs()
398 = aapoint->driver_create_fs_state(pipe, &aapoint_fs); in generate_aapoint_fs()
399 if (aapoint->fs->aapoint_fs == NULL) in generate_aapoint_fs()
402 aapoint->fs->generic_attrib = transform.maxGeneric + 1; in generate_aapoint_fs()
412 generate_aapoint_fs_nir(struct aapoint_stage *aapoint) in generate_aapoint_fs_nir() argument
415 struct pipe_context *pipe = aapoint->stage.draw->pipe; in generate_aapoint_fs_nir()
416 const struct pipe_shader_state *orig_fs = &aapoint->fs->state; in generate_aapoint_fs_nir()
[all …]
Ddraw_pipe_validate.c97 if ((!rasterizer->multisample && rasterizer->point_smooth) && draw->pipeline.aapoint) in draw_need_pipeline()
170 else if ((!rast->multisample && rast->point_smooth) && draw->pipeline.aapoint) in validate_pipeline()
192 if ((!rast->multisample && rast->point_smooth) && draw->pipeline.aapoint) { in validate_pipeline()
193 draw->pipeline.aapoint->next = next; in validate_pipeline()
194 next = draw->pipeline.aapoint; in validate_pipeline()
Ddraw_pipe.c106 if (draw->pipeline.aapoint) in draw_pipeline_destroy()
107 draw->pipeline.aapoint->destroy( draw->pipeline.aapoint ); in draw_pipeline_destroy()
Ddraw_private.h130 struct draw_stage *aapoint; member
Ddraw_context.c673 if (draw->pipeline.aapoint) in draw_prepare_shader_outputs()
674 draw_aapoint_prepare_outputs(draw, draw->pipeline.aapoint); in draw_prepare_shader_outputs()