Home | History | Annotate | Download | only in pixelflinger2

Lines Matching full:instances

130    std::map<ShaderKey, Instance *> instances;
198 for (std::map<ShaderKey, Instance *>::iterator it=shader->executable->instances.begin();
199 it != shader->executable->instances.end(); it++)
201 shader->executable->instances.~map();
454 shader->executable->instances = std::map<ShaderKey, Instance *>();
459 Instance * instance = shader->executable->instances[shaderKey];
561 shader->executable->instances[shaderKey] = instance;