Searched refs:iname (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DmbWMProps.c49 XTextProperty wname, iname; local in function:XmbSetWMProperties
59 XStdICCTextStyle, &iname) >= Success)
60 iprop = &iname;
66 Xfree(iname.value);
H A Dutf8WMProps.c71 XTextProperty wname, iname; local in function:Xutf8SetWMProperties
81 XStdICCTextStyle, &iname) >= Success)
82 iprop = &iname;
88 Xfree(iname.value);
/xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
H A Dcolors.c29 .iname = "",
47 .iname = "\x1b[0;32m",
H A Dcolors.h30 const char *iname; /* instruction name */ member in struct:envy_colors
/xsrc/external/mit/appres/dist/
H A Dappres.c128 String iname = NONAME, cname = NONAME; local in function:main
156 iname = argv[2];
160 XrmStringToNameList(iname, names);
170 iname = NULL;
182 else if (!iname)
183 iname = argv[i];
188 if (!iname) {
189 XtGetApplicationNameAndClass(XtDisplay(toplevel), &iname, &cname);
190 names[0] = XrmStringToName(iname);
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dbuild-piglit.sh11 find -name .git -o -name '*ninja*' -o -iname '*cmake*' -o -name '*.[chao]' | xargs rm -rf
H A Dbuild-deqp.sh76 find -iname '*cmake*' -o -name '*ninja*' -o -name '*.o' -o -name '*.a' | xargs rm -rf
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dprogram_resource.c167 const char *iname = block->Uniforms[j].IndexName; local in function:_mesa_GetProgramInterfaceiv
170 iname, NULL);
H A Dshader_query.cpp1015 const char *iname = RESOURCE_UBO(res)->Uniforms[i].IndexName; local in function:get_buffer_property
1017 _mesa_program_resource_find_name(shProg, GL_UNIFORM, iname,
1027 const char *iname = RESOURCE_UBO(res)->Uniforms[i].IndexName; local in function:get_buffer_property
1029 _mesa_program_resource_find_name(shProg, GL_UNIFORM, iname,
1051 const char *iname = RESOURCE_UBO(res)->Uniforms[i].IndexName; local in function:get_buffer_property
1054 iname, NULL);
1063 const char *iname = RESOURCE_UBO(res)->Uniforms[i].IndexName; local in function:get_buffer_property
1066 iname, NULL);

Completed in 7 milliseconds