HomeSort by relevance Sort by last modified time
    Searched refs:as_function (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/glsl/
ir_basic_block.cpp 83 } else if ((ir_function = ir->as_function())) {
opt_dead_code.cpp 136 ir_function *f = ir->as_function();
opt_dead_functions.cpp 142 ir_function *func = ir->as_function();
opt_constant_variable.cpp 199 ir_function *f = ir->as_function();
ir.h 119 virtual class ir_function * as_function() { return NULL; } function in class:ir_instruction
646 virtual ir_function *as_function() function in class:ir_function
    [all...]
linker.cpp 761 if ((func = inst->as_function()) != NULL) {
876 if (inst->as_function())
1002 ir_function *const f = ((ir_instruction *) node)->as_function();
    [all...]

Completed in 212 milliseconds