OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:orig_fs
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c
341
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);
draw_pipe_aaline.c
353
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);
draw_pipe_aapoint.c
497
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);
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c
341
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);
draw_pipe_aaline.c
353
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);
draw_pipe_aapoint.c
497
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);
Completed in 66 milliseconds