Searched defs:orig_fs (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c497 const struct pipe_shader_state *orig_fs = &aapoint->fs->state; local
500 const uint newLen = tgsi_num_tokens(orig_fs->tokens) + NUM_NEW_TOKENS;
503 aapoint_fs = *orig_fs; /* copy to init */
518 tgsi_transform_shader(orig_fs->tokens,
524 tgsi_dump(orig_fs->tokens, 0);
H A Ddraw_pipe_pstipple.c341 const struct pipe_shader_state *orig_fs = &pstip->fs->state; local
345 const uint newLen = tgsi_num_tokens(orig_fs->tokens) + NUM_NEW_TOKENS;
347 pstip_fs = *orig_fs; /* copy to init */
361 tgsi_transform_shader(orig_fs->tokens,
366 tgsi_dump(orig_fs->tokens, 0);
H A Ddraw_pipe_aaline.c353 const struct pipe_shader_state *orig_fs = &aaline->fs->state; local
356 const uint newLen = tgsi_num_tokens(orig_fs->tokens) + NUM_NEW_TOKENS;
358 aaline_fs = *orig_fs; /* copy to init */
373 tgsi_transform_shader(orig_fs->tokens,
379 tgsi_dump(orig_fs->tokens, 0);
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c497 const struct pipe_shader_state *orig_fs = &aapoint->fs->state; local
500 const uint newLen = tgsi_num_tokens(orig_fs->tokens) + NUM_NEW_TOKENS;
503 aapoint_fs = *orig_fs; /* copy to init */
518 tgsi_transform_shader(orig_fs->tokens,
524 tgsi_dump(orig_fs->tokens, 0);
H A Ddraw_pipe_pstipple.c341 const struct pipe_shader_state *orig_fs = &pstip->fs->state; local
345 const uint newLen = tgsi_num_tokens(orig_fs->tokens) + NUM_NEW_TOKENS;
347 pstip_fs = *orig_fs; /* copy to init */
361 tgsi_transform_shader(orig_fs->tokens,
366 tgsi_dump(orig_fs->tokens, 0);
H A Ddraw_pipe_aaline.c353 const struct pipe_shader_state *orig_fs = &aaline->fs->state; local
356 const uint newLen = tgsi_num_tokens(orig_fs->tokens) + NUM_NEW_TOKENS;
358 aaline_fs = *orig_fs; /* copy to init */
373 tgsi_transform_shader(orig_fs->tokens,
379 tgsi_dump(orig_fs->tokens, 0);

Completed in 197 milliseconds