Searched refs:attr_set (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_internal.h97 unsigned attr_set; member in struct:dxil_func
H A Ddxil_dump.c300 if (func->attr_set)
301 _mesa_string_buffer_printf(d->buf, " #%d", func->attr_set);
H A Ddxil_module.c1837 bool decl, unsigned attr_set)
1853 func->attr_set = attr_set;
1903 unsigned attr_set = get_attr_set(m, attr); local in function:dxil_add_function_decl
1904 if (!attr_set)
1907 return add_function(m, name, type, true, attr_set);
1995 func->attr_set))
1835 add_function(struct dxil_module * m,const char * name,const struct dxil_type * type,bool decl,unsigned attr_set) argument

Completed in 9 milliseconds