Searched refs:as_variable (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dshader_query.cpp106 const ir_variable *const var = ((ir_instruction *) node)->as_variable();
161 const ir_variable *const var = ((ir_instruction *) node)->as_variable();
197 const ir_variable *const var = ((ir_instruction *) node)->as_variable();
223 const ir_variable *const var = ((ir_instruction *) node)->as_variable();
325 const ir_variable *const var = ((ir_instruction *) node)->as_variable();
381 const ir_variable *const var = ((ir_instruction *) node)->as_variable();
/external/mesa3d/src/mesa/main/
H A Dshader_query.cpp106 const ir_variable *const var = ((ir_instruction *) node)->as_variable();
161 const ir_variable *const var = ((ir_instruction *) node)->as_variable();
197 const ir_variable *const var = ((ir_instruction *) node)->as_variable();
223 const ir_variable *const var = ((ir_instruction *) node)->as_variable();
325 const ir_variable *const var = ((ir_instruction *) node)->as_variable();
381 const ir_variable *const var = ((ir_instruction *) node)->as_variable();
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlinker.cpp207 ir_variable *const var = ((ir_instruction *) node)->as_variable();
402 ir_variable *const var = ((ir_instruction *) node)->as_variable();
642 ir_variable *const var = ((ir_instruction *) node)->as_variable();
659 ir_variable *const input = ((ir_instruction *) node)->as_variable();
763 } else if ((var = inst->as_variable()) != NULL) {
879 ir_variable *var = inst->as_variable();
1163 ir_variable *const var = ((ir_instruction *) node)->as_variable();
1184 ir_variable *other_var = ((ir_instruction *) node2)->as_variable();
1328 ir_variable *const var = ((ir_instruction *) node)->as_variable();
1486 ir_variable *const var = ((ir_instruction *) node)->as_variable();
[all...]
H A Dlink_uniforms.cpp459 ir_variable *const var = ((ir_instruction *) node)->as_variable();
568 ir_variable *const var = ((ir_instruction *) node)->as_variable();
613 ir_variable *const var = ((ir_instruction *) node)->as_variable();
H A Dlink_functions.cpp148 assert(const_cast<ir_instruction *>(original)->as_variable());
H A Dlink_uniform_initializers.cpp167 ir_variable *const var = ((ir_instruction *) node)->as_variable();
H A Dopt_array_splitting.cpp213 ir_variable *var = ((ir_instruction *)node)->as_variable();
H A Dloop_analysis.cpp244 if (((ir_instruction *) node)->as_variable())
H A Dir_clone.cpp335 assert(const_cast<ir_variable *>(param)->as_variable() != NULL);
H A Dir.h118 virtual class ir_variable * as_variable() { return NULL; } function in class:ir_instruction
312 virtual ir_variable *as_variable() function in class:ir_variable
H A Dir_validate.cpp86 if ((ir->var == NULL) || (ir->var->as_variable() == NULL)) {
H A Dir.cpp1598 assert(((ir_instruction *) iter.get())->as_variable() != NULL);
1648 ir_variable *var = ir->as_variable();
H A Dir_reader.cpp311 if (state->current_function == NULL && ir->as_variable() != NULL)
/external/mesa3d/src/glsl/
H A Dlinker.cpp207 ir_variable *const var = ((ir_instruction *) node)->as_variable();
402 ir_variable *const var = ((ir_instruction *) node)->as_variable();
642 ir_variable *const var = ((ir_instruction *) node)->as_variable();
659 ir_variable *const input = ((ir_instruction *) node)->as_variable();
763 } else if ((var = inst->as_variable()) != NULL) {
879 ir_variable *var = inst->as_variable();
1163 ir_variable *const var = ((ir_instruction *) node)->as_variable();
1184 ir_variable *other_var = ((ir_instruction *) node2)->as_variable();
1328 ir_variable *const var = ((ir_instruction *) node)->as_variable();
1486 ir_variable *const var = ((ir_instruction *) node)->as_variable();
[all...]
H A Dlink_uniforms.cpp459 ir_variable *const var = ((ir_instruction *) node)->as_variable();
568 ir_variable *const var = ((ir_instruction *) node)->as_variable();
613 ir_variable *const var = ((ir_instruction *) node)->as_variable();
H A Dlink_functions.cpp148 assert(const_cast<ir_instruction *>(original)->as_variable());
H A Dlink_uniform_initializers.cpp167 ir_variable *const var = ((ir_instruction *) node)->as_variable();
H A Dopt_array_splitting.cpp213 ir_variable *var = ((ir_instruction *)node)->as_variable();
H A Dloop_analysis.cpp244 if (((ir_instruction *) node)->as_variable())
H A Dir_clone.cpp335 assert(const_cast<ir_variable *>(param)->as_variable() != NULL);
H A Dir.h118 virtual class ir_variable * as_variable() { return NULL; } function in class:ir_instruction
312 virtual ir_variable *as_variable() function in class:ir_variable
H A Dir_validate.cpp86 if ((ir->var == NULL) || (ir->var->as_variable() == NULL)) {
H A Dir.cpp1598 assert(((ir_instruction *) iter.get())->as_variable() != NULL);
1648 ir_variable *var = ir->as_variable();
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_shader.cpp179 ir_variable *var = ((ir_instruction *) node)->as_variable();
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_shader.cpp179 ir_variable *var = ((ir_instruction *) node)->as_variable();

Completed in 365 milliseconds

12