Searched refs:custom_decoders (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_batch_decoder.c768 } custom_decoders[] = { variable in typeref:struct:custom_decoder[]
868 for (int i = 0; i < ARRAY_SIZE(custom_decoders); i++) {
869 if (strcmp(inst_name, custom_decoders[i].cmd_name) == 0) {
870 custom_decoders[i].decode(ctx, p);
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_batch_decoder.c1299 } custom_decoders[] = { variable in typeref:struct:custom_decoder[]
1418 for (int i = 0; i < ARRAY_SIZE(custom_decoders); i++) {
1419 if (strcmp(inst_name, custom_decoders[i].cmd_name) == 0) {
1420 custom_decoders[i].decode(ctx, p);

Completed in 5 milliseconds