Searched refs:has_name (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_serialize.c169 bool has_name = blob_read_uint32(ctx->blob); local in function:read_variable
170 if (has_name) {
250 bool has_name = blob_read_uint32(ctx->blob); local in function:read_register
251 if (has_name) {
360 bool has_name = val & 0x2; local in function:read_dest
363 char *name = has_name ? blob_read_string(ctx->blob) : NULL;
1070 bool has_name = blob_read_uint32(ctx->blob); local in function:read_function
1071 char *name = has_name ? blob_read_string(ctx->blob) : NULL;
/xsrc/external/mit/libxcb/dist/src/
H A Dc_client.py429 bitcase_name = bitcase.field_type if bitcase.type.has_name else name
515 bitcase_name = bitcase.type.name if bitcase.type.has_name else name
606 if b.type.has_name:
612 if (flat and not b.type.has_name) or not flat:
622 if f.type.is_case_or_bitcase and not f.type.has_name:
646 if not obj.is_case_or_bitcase or (obj.is_case_or_bitcase and obj.has_name):
898 if b.type.has_name:
1879 if not p.is_case_or_bitcase or (p.is_case_or_bitcase and p.has_name):
2147 if b.type.has_name:
2152 if b.type.has_name
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_serialize.c207 unsigned has_name:1; member in struct:packed_var::__anon7e3a081f0408
240 flags.u.has_name = !ctx->strip && var->name;
298 if (flags.u.has_name)
361 if (flags.u.has_name) {
1974 bool has_name = flags & 0x2; local in function:read_function
1975 char *name = has_name ? blob_read_string(ctx->blob) : NULL;
/xsrc/external/mit/xcb-proto/dist/xcbgen/
H A Dxtypes.py811 type.has_name = False
1081 self.has_name = True

Completed in 13 milliseconds