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

  /external/mesa3d/src/glsl/
ir_import_prototypes.cpp 85 ir_function_signature *copy = ir->clone_prototype(mem_ctx, NULL);
ir_clone.cpp 279 ir_function_signature *copy = this->clone_prototype(mem_ctx, ht);
296 ir_function_signature::clone_prototype(void *mem_ctx, struct hash_table *ht) const function in class:ir_function_signature
ir.h 383 ir_function_signature *clone_prototype(void *mem_ctx,
    [all...]
ast_function.cpp 125 f->add_signature(sig->clone_prototype(f, NULL));
    [all...]

Completed in 1135 milliseconds