Home
last modified time | relevance | path

Searched refs:orig_fs (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aapoint.c360 const struct pipe_shader_state *orig_fs = &aapoint->fs->state; in generate_aapoint_fs() local
363 const uint newLen = tgsi_num_tokens(orig_fs->tokens) + NUM_NEW_TOKENS; in generate_aapoint_fs()
366 aapoint_fs = *orig_fs; /* copy to init */ in generate_aapoint_fs()
382 tgsi_transform_shader(orig_fs->tokens, in generate_aapoint_fs()
388 tgsi_dump(orig_fs->tokens, 0); in generate_aapoint_fs()
Ddraw_pipe_pstipple.c127 const struct pipe_shader_state *orig_fs = &pstip->fs->state; in generate_pstip_fs() local
135 pstip_fs = *orig_fs; /* copy to init */ in generate_pstip_fs()
136 pstip_fs.tokens = util_pstipple_create_fragment_shader(orig_fs->tokens, in generate_pstip_fs()
Ddraw_pipe_aaline.c328 const struct pipe_shader_state *orig_fs = &aaline->fs->state; in generate_aaline_fs() local
331 const uint newLen = tgsi_num_tokens(orig_fs->tokens) + NUM_NEW_TOKENS; in generate_aaline_fs()
333 aaline_fs = *orig_fs; /* copy to init */ in generate_aaline_fs()
349 tgsi_transform_shader(orig_fs->tokens, in generate_aaline_fs()
355 tgsi_dump(orig_fs->tokens, 0); in generate_aaline_fs()