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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dir_to_mesa.cpp165 class variable_storage : public exec_node { class in namespace:__anonc88392380210
167 variable_storage(ir_variable *var, gl_register_file file, int index) function in class:__anonc88392380210::variable_storage
225 variable_storage *find_variable_storage(const ir_variable *var);
264 /** List of variable_storage */
607 variable_storage *
610 foreach_in_list(variable_storage, entry, &this->variables) {
638 variable_storage *storage;
642 storage = new(mem_ctx) variable_storage(ir, PROGRAM_STATE_VAR, -1);
647 /* The variable_storage constructor allocates slots based on the size
653 storage = new(mem_ctx) variable_storage(i
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dir_to_mesa.cpp165 class variable_storage : public exec_node { class in namespace:__anonacb190ab0210
167 variable_storage(ir_variable *var, gl_register_file file, int index) function in class:__anonacb190ab0210::variable_storage
225 variable_storage *find_variable_storage(const ir_variable *var);
265 /** List of variable_storage */
534 variable_storage *
537 foreach_in_list(variable_storage, entry, &this->variables) {
565 variable_storage *storage;
569 storage = new(mem_ctx) variable_storage(ir, PROGRAM_STATE_VAR, -1);
574 /* The variable_storage constructor allocates slots based on the size
580 storage = new(mem_ctx) variable_storage(i
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp117 class variable_storage { class
118 DECLARE_RZALLOC_CXX_OPERATORS(variable_storage)
121 variable_storage(ir_variable *var, gl_register_file file, int index, function in class:variable_storage
250 variable_storage *find_variable_storage(ir_variable *var);
305 /** List of variable_storage */
1122 variable_storage *
1131 return (variable_storage *)entry->data;
1154 variable_storage *storage;
1158 storage = new(mem_ctx) variable_storage(ir, PROGRAM_STATE_VAR, -1);
1164 /* The variable_storage constructo
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp115 class variable_storage { class
116 DECLARE_RZALLOC_CXX_OPERATORS(variable_storage)
119 variable_storage(ir_variable *var, gl_register_file file, int index, function in class:variable_storage
249 variable_storage *find_variable_storage(ir_variable *var);
305 /** List of variable_storage */
1201 variable_storage *
1210 return (variable_storage *)entry->data;
1233 variable_storage *storage;
1237 storage = new(mem_ctx) variable_storage(ir, PROGRAM_STATE_VAR, -1);
1243 /* The variable_storage constructo
[all...]

Completed in 12 milliseconds