OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:index_c
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glsl/
ir_constant_expression.cpp
1023
ir_constant *
index_c
= array_index->constant_expression_value(variable_context);
local
1025
if (!
index_c
|| !
index_c
->type->is_scalar() || !
index_c
->type->is_integer()) {
1031
int index =
index_c
->type->base_type == GLSL_TYPE_INT ?
1032
index_c
->get_int_component(0) :
1033
index_c
->get_uint_component(0);
[
all
...]
/external/mesa3d/src/glsl/
ir_constant_expression.cpp
1023
ir_constant *
index_c
= array_index->constant_expression_value(variable_context);
local
1025
if (!
index_c
|| !
index_c
->type->is_scalar() || !
index_c
->type->is_integer()) {
1031
int index =
index_c
->type->base_type == GLSL_TYPE_INT ?
1032
index_c
->get_int_component(0) :
1033
index_c
->get_uint_component(0);
[
all
...]
Completed in 25 milliseconds