HomeSort by: relevance | last modified time | path
    Searched refs:xml_path (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/common/
intel_batch_decoder_stub.c 31 const char *xml_path,
intel_decoder.h 261 const char *xml_path,
intel_batch_decoder.c 35 const char *xml_path,
54 if (xml_path == NULL)
57 ctx->spec = intel_spec_load_from_path(devinfo, xml_path);
  /xsrc/external/mit/MesaLib/dist/src/intel/tools/
aubinator.c 60 char *input_file = NULL, *xml_path = NULL; variable
95 xml_path, NULL, NULL, NULL);
97 /* Check for valid spec instance, if wrong xml_path is passed then spec
103 free(xml_path);
335 xml_path = strdup(optarg);
368 free(xml_path);
398 free(xml_path);
aubinator_error_decode.c 53 static char *xml_path = NULL; variable
513 if (xml_path == NULL)
516 spec = intel_spec_load_from_path(&devinfo, xml_path);
678 xml_path, get_intel_batch_bo, NULL, NULL);
840 xml_path = strdup(optarg);
899 if (xml_path)
900 free(xml_path);
aubinator_viewer.cpp 307 char *xml_path; member in struct:Context
1187 context.xml_path = strdup(optarg);
1222 free(context.xml_path);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
aubinator.c 61 char *input_file = NULL, *xml_path = NULL; variable
96 xml_path, NULL, NULL, NULL);
98 /* Check for valid spec instance, if wrong xml_path is passed then spec
104 free(xml_path);
336 xml_path = strdup(optarg);
369 free(xml_path);
399 free(xml_path);
aubinator_error_decode.c 57 static char *xml_path = NULL; variable
500 if (xml_path == NULL)
503 spec = gen_spec_load_from_path(&devinfo, xml_path);
596 xml_path, get_gen_batch_bo, NULL, NULL);
709 xml_path = strdup(optarg);
802 if (xml_path)
803 free(xml_path);
aubinator_viewer.cpp 309 char *xml_path; member in struct:Context
1189 context.xml_path = strdup(optarg);
1224 free(context.xml_path);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/common/
gen_decoder.h 247 const char *xml_path,
gen_batch_decoder.c 35 const char *xml_path,
52 if (xml_path == NULL)
55 ctx->spec = gen_spec_load_from_path(devinfo, xml_path);

Completed in 12 milliseconds