Searched refs:aafs (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aaline.c630 struct aaline_fragment_shader *aafs = NULL; local in function:aaline_create_fs_state
635 aafs = CALLOC_STRUCT(aaline_fragment_shader);
637 if (!aafs)
640 aafs->state.type = fs->type;
642 aafs->state.tokens = tgsi_dup_tokens(fs->tokens);
644 aafs->state.ir.nir = nir_shader_clone(NULL, fs->ir.nir);
647 aafs->driver_fs = aaline->driver_create_fs_state(pipe, fs);
649 return aafs;
657 struct aaline_fragment_shader *aafs = (struct aaline_fragment_shader *) fs; local in function:aaline_bind_fs_state
664 aaline->fs = aafs;
674 struct aaline_fragment_shader *aafs = (struct aaline_fragment_shader *) fs; local in function:aaline_delete_fs_state
[all...]
H A Ddraw_pipe_aapoint.c742 struct aapoint_fragment_shader *aafs = CALLOC_STRUCT(aapoint_fragment_shader); local in function:aapoint_create_fs_state
743 if (!aafs)
746 aafs->state.type = fs->type;
748 aafs->state.tokens = tgsi_dup_tokens(fs->tokens);
750 aafs->state.ir.nir = nir_shader_clone(NULL, fs->ir.nir);
752 aafs->driver_fs = aapoint->driver_create_fs_state(pipe, fs);
754 return aafs;
762 struct aapoint_fragment_shader *aafs = (struct aapoint_fragment_shader *) fs; local in function:aapoint_bind_fs_state
764 aapoint->fs = aafs;
767 (aafs
775 struct aapoint_fragment_shader *aafs = (struct aapoint_fragment_shader *) fs; local in function:aapoint_delete_fs_state
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aaline.c611 struct aaline_fragment_shader *aafs = NULL; local in function:aaline_create_fs_state
616 aafs = CALLOC_STRUCT(aaline_fragment_shader);
618 if (!aafs)
621 aafs->state.tokens = tgsi_dup_tokens(fs->tokens);
624 aafs->driver_fs = aaline->driver_create_fs_state(pipe, fs);
626 return aafs;
634 struct aaline_fragment_shader *aafs = (struct aaline_fragment_shader *) fs; local in function:aaline_bind_fs_state
641 aaline->fs = aafs;
643 aaline->driver_bind_fs_state(pipe, (aafs ? aafs
651 struct aaline_fragment_shader *aafs = (struct aaline_fragment_shader *) fs; local in function:aaline_delete_fs_state
[all...]
H A Ddraw_pipe_aapoint.c709 struct aapoint_fragment_shader *aafs = CALLOC_STRUCT(aapoint_fragment_shader); local in function:aapoint_create_fs_state
710 if (!aafs)
713 aafs->state.tokens = tgsi_dup_tokens(fs->tokens);
716 aafs->driver_fs = aapoint->driver_create_fs_state(pipe, fs);
718 return aafs;
726 struct aapoint_fragment_shader *aafs = (struct aapoint_fragment_shader *) fs; local in function:aapoint_bind_fs_state
728 aapoint->fs = aafs;
731 (aafs ? aafs->driver_fs : NULL));
739 struct aapoint_fragment_shader *aafs local in function:aapoint_delete_fs_state
[all...]

Completed in 5 milliseconds