Searched refs:type_str (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/glsl_tests/
H A Damdgcn_glslc.c227 char type_str[16], name[128]; local in function:main
237 if (sscanf(s + 8, "%s %s", type_str, name) != 2) {
242 if (!strcmp(type_str, "vs"))
244 else if (!strcmp(type_str, "tcs"))
246 else if (!strcmp(type_str, "tes"))
248 else if (!strcmp(type_str, "gs"))
250 else if (!strcmp(type_str, "fs"))
252 else if (!strcmp(type_str, "cs"))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/glsl_tests/
H A Damdgcn_glslc.c227 char type_str[16], name[128]; local in function:main
237 if (sscanf(s + 8, "%s %s", type_str, name) != 2) {
242 if (!strcmp(type_str, "vs"))
244 else if (!strcmp(type_str, "tcs"))
246 else if (!strcmp(type_str, "tes"))
248 else if (!strcmp(type_str, "gs"))
250 else if (!strcmp(type_str, "fs"))
252 else if (!strcmp(type_str, "cs"))
/xsrc/external/mit/libX11/dist/src/
H A DErrDes.c149 XrmString type_str; local in function:XGetErrorDatabaseText
196 &type_str, &result);
/xsrc/external/mit/xorg-server/dist/os/
H A Dlog.c707 const char *type_str; local in function:LogVMessageVerb
718 type_str = LogMessageTypeVerbString(type, verb);
719 if (!type_str)
722 /* if type_str is not "", prepend it and ' ', to message */
723 if (type_str[0] != '\0')
724 len += Xscnprintf(&buf[len], size - len, "%s ", type_str);
772 const char *type_str; local in function:LogVMessageVerbSigSafe
777 type_str = LogMessageTypeVerbString(type, verb);
778 if (!type_str)
781 /* if type_str i
801 const char *type_str; local in function:LogVHdrMessageVerb
[all...]
/xsrc/external/mit/libXt/dist/src/
H A DError.c165 _XtString type_str; local in function:XtAppGetErrorDatabaseText
197 (void) XrmGetResource(errorDB, str_name, str_class, &type_str, &result);
199 (void) XrmGetResource(app->errorDB, str_name, str_class, &type_str,
204 (void) XrmGetResource(db, str_name, str_class, &type_str, &result);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_algebraic.py64 def type_bits(type_str):
65 m = _type_re.match(type_str)
105 def __init__(self, val, name, type_str):
108 self.type_str = type_str
149 return "nir_search_value_" + self.type_str
153 return "nir_search_" + self.type_str
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_algebraic.py71 def type_bits(type_str):
72 m = _type_re.match(type_str)
112 def __init__(self, val, name, type_str):
115 self.type_str = type_str
156 return "nir_search_value_" + self.type_str
160 return "nir_search_" + self.type_str
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_blitter.c414 const char *type_str, *dim_str; local in function:pan_blitter_get_blit_shader
419 case nir_type_float32: type_str = "float"; break;
420 case nir_type_uint32: type_str = "uint"; break;
421 case nir_type_int32: type_str = "int"; break;
445 type_str, dim_str,

Completed in 11 milliseconds