Searched refs:variable_context (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_constant_expression.cpp421 struct hash_table *variable_context,
427 if (variable_context == NULL)
436 da->array_index->constant_expression_value(variable_context);
452 if (!constant_referenced(deref, variable_context, substore, suboffset))
481 if (!constant_referenced(deref, variable_context, substore, suboffset))
496 hash_entry *entry = _mesa_hash_table_search(variable_context, dv->var);
632 struct hash_table *variable_context)
647 variable_context);
714 struct hash_table *variable_context)
719 variable_context);
420 constant_referenced(const ir_dereference * deref,struct hash_table * variable_context,ir_constant * & store,int & offset) argument
631 constant_expression_value(void * mem_ctx,struct hash_table * variable_context) argument
713 constant_expression_value(void * mem_ctx,struct hash_table * variable_context) argument
748 constant_expression_value(void * mem_ctx,struct hash_table * variable_context) argument
776 constant_expression_value(void * mem_ctx,struct hash_table * variable_context) argument
866 constant_expression_value(void * mem_ctx,struct hash_table * variable_context) argument
876 constant_expression_evaluate_expression_list(void * mem_ctx,const struct exec_list & body,struct hash_table * variable_context,ir_constant ** result) argument
997 constant_expression_value(void * mem_ctx,exec_list * actual_parameters,struct hash_table * variable_context) argument
[all...]
H A Dir.h232 struct hash_table *variable_context = NULL);
1182 struct hash_table *variable_context);
1287 struct hash_table *variable_context,
1443 struct hash_table *variable_context = NULL);
1542 * The "variable_context" hash table links ir_variable * to ir_constant *
1550 struct hash_table *variable_context = NULL);
1632 struct hash_table *variable_context = NULL);
1855 struct hash_table *variable_context = NULL);
1953 struct hash_table *variable_context = NULL);
2020 struct hash_table *variable_context
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_constant_expression.cpp478 struct hash_table *variable_context,
484 if (variable_context == NULL)
493 da->array_index->constant_expression_value(variable_context);
510 if (!constant_referenced(deref, variable_context, substore, suboffset))
539 if (!constant_referenced(deref, variable_context, substore, suboffset))
554 hash_entry *entry = _mesa_hash_table_search(variable_context, dv->var);
690 struct hash_table *variable_context)
706 variable_context);
877 struct hash_table *variable_context)
882 variable_context);
477 constant_referenced(const ir_dereference * deref,struct hash_table * variable_context,ir_constant * & store,int & offset) argument
689 constant_expression_value(void * mem_ctx,struct hash_table * variable_context) argument
876 constant_expression_value(void * mem_ctx,struct hash_table * variable_context) argument
914 constant_expression_value(void * mem_ctx,struct hash_table * variable_context) argument
942 constant_expression_value(void * mem_ctx,struct hash_table * variable_context) argument
1043 constant_expression_value(void * mem_ctx,struct hash_table * variable_context) argument
1053 constant_expression_evaluate_expression_list(void * mem_ctx,const struct exec_list & body,struct hash_table * variable_context,ir_constant ** result) argument
1174 constant_expression_value(void * mem_ctx,exec_list * actual_parameters,struct hash_table * variable_context) argument
[all...]
H A Dir.h235 struct hash_table *variable_context = NULL);
1210 struct hash_table *variable_context);
1322 struct hash_table *variable_context,
1478 struct hash_table *variable_context = NULL);
1577 * The "variable_context" hash table links ir_variable * to ir_constant *
1585 struct hash_table *variable_context = NULL);
1667 struct hash_table *variable_context = NULL);
1912 struct hash_table *variable_context = NULL);
2010 struct hash_table *variable_context = NULL);
2083 struct hash_table *variable_context
[all...]

Completed in 10 milliseconds