OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:old_index_constant
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/glsl/
lower_clip_distance.cpp
139
ir_constant *
old_index_constant
= old_index->constant_expression_value();
local
140
if (
old_index_constant
) {
145
int const_val =
old_index_constant
->get_int_component(0);
Completed in 43 milliseconds