Searched defs:aapoint (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c495 generate_aapoint_fs(struct aapoint_stage *aapoint) argument
497 const struct pipe_shader_state *orig_fs = &aapoint->fs->state;
501 struct pipe_context *pipe = aapoint->stage.draw->pipe;
529 aapoint->fs->aapoint_fs
530 = aapoint->driver_create_fs_state(pipe, &aapoint_fs);
531 if (aapoint->fs->aapoint_fs == NULL)
534 aapoint->fs->generic_attrib = transform.maxGeneric + 1;
549 bind_aapoint_fragment_shader(struct aapoint_stage *aapoint) argument
551 struct draw_context *draw = aapoint->stage.draw;
554 if (!aapoint
582 const struct aapoint_stage *aapoint = aapoint_stage(stage); local
681 auto struct aapoint_stage *aapoint = aapoint_stage(stage); local
740 struct aapoint_stage *aapoint = aapoint_stage(stage); local
771 struct aapoint_stage* aapoint = aapoint_stage(stage); local
788 struct aapoint_stage *aapoint = CALLOC_STRUCT(aapoint_stage); local
832 struct aapoint_stage *aapoint = aapoint_stage_from_pipe(pipe); local
849 struct aapoint_stage *aapoint = aapoint_stage_from_pipe(pipe); local
862 struct aapoint_stage *aapoint = aapoint_stage_from_pipe(pipe); local
886 struct aapoint_stage *aapoint; local
[all...]
H A Ddraw_private.h115 struct draw_stage *aapoint; member in struct:draw_context::__anon12026
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c495 generate_aapoint_fs(struct aapoint_stage *aapoint) argument
497 const struct pipe_shader_state *orig_fs = &aapoint->fs->state;
501 struct pipe_context *pipe = aapoint->stage.draw->pipe;
529 aapoint->fs->aapoint_fs
530 = aapoint->driver_create_fs_state(pipe, &aapoint_fs);
531 if (aapoint->fs->aapoint_fs == NULL)
534 aapoint->fs->generic_attrib = transform.maxGeneric + 1;
549 bind_aapoint_fragment_shader(struct aapoint_stage *aapoint) argument
551 struct draw_context *draw = aapoint->stage.draw;
554 if (!aapoint
582 const struct aapoint_stage *aapoint = aapoint_stage(stage); local
681 auto struct aapoint_stage *aapoint = aapoint_stage(stage); local
740 struct aapoint_stage *aapoint = aapoint_stage(stage); local
771 struct aapoint_stage* aapoint = aapoint_stage(stage); local
788 struct aapoint_stage *aapoint = CALLOC_STRUCT(aapoint_stage); local
832 struct aapoint_stage *aapoint = aapoint_stage_from_pipe(pipe); local
849 struct aapoint_stage *aapoint = aapoint_stage_from_pipe(pipe); local
862 struct aapoint_stage *aapoint = aapoint_stage_from_pipe(pipe); local
886 struct aapoint_stage *aapoint; local
[all...]
H A Ddraw_private.h115 struct draw_stage *aapoint; member in struct:draw_context::__anon22388

Completed in 114 milliseconds