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

/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_decoder.h117 bool fixed_length; /* True for <struct> & <register> */ member in struct:gen_group
H A Dgen_decoder.c155 bool fixed_length)
165 group->fixed_length = fixed_length;
781 if (group->fixed_length)
151 create_group(struct parser_context * ctx,const char * name,const char ** atts,struct gen_group * parent,bool fixed_length) argument
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_decoder.h127 bool fixed_length; /* True for <struct> & <register> */ member in struct:intel_group
H A Dintel_decoder.c155 bool fixed_length)
165 group->fixed_length = fixed_length;
795 if (group->fixed_length)
151 create_group(struct parser_context * ctx,const char * name,const char ** atts,struct intel_group * parent,bool fixed_length) argument

Completed in 9 milliseconds