Home
last modified time | relevance | path

Searched refs:attr_func (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/vbo/
Dvbo_save_loopback.c39 typedef void (*attr_func)(struct gl_context *ctx, GLint index, const GLfloat *); typedef
74 static attr_func vert_attrfunc[4] = {
85 attr_func func;
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.cc654 auto attr_func = op_map->second.find(attr_name); in CheckIrAttrtoOpAttr() local
655 if (attr_func == op_map->second.end()) { in CheckIrAttrtoOpAttr()
658 *value = attr_func->second(*value); in CheckIrAttrtoOpAttr()