OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_clip_distance
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glsl/
lower_clip_distance.cpp
298
ir_variable *
temp_clip_distance
= new(ctx) ir_variable(
local
299
actual_param->type, "
temp_clip_distance
", ir_var_temporary);
300
this->base_ir->insert_before(
temp_clip_distance
);
302
new(ctx) ir_dereference_variable(
temp_clip_distance
));
311
new(ctx) ir_dereference_variable(
temp_clip_distance
),
325
new(ctx) ir_dereference_variable(
temp_clip_distance
));
/external/mesa3d/src/glsl/
lower_clip_distance.cpp
298
ir_variable *
temp_clip_distance
= new(ctx) ir_variable(
local
299
actual_param->type, "
temp_clip_distance
", ir_var_temporary);
300
this->base_ir->insert_before(
temp_clip_distance
);
302
new(ctx) ir_dereference_variable(
temp_clip_distance
));
311
new(ctx) ir_dereference_variable(
temp_clip_distance
),
325
new(ctx) ir_dereference_variable(
temp_clip_distance
));
Completed in 23 milliseconds