Searched refs:xml_path (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_batch_decoder_stub.c31 const char *xml_path,
28 intel_batch_decode_ctx_init(struct intel_batch_decode_ctx * ctx,const struct intel_device_info * devinfo,FILE * fp,enum intel_batch_decode_flags flags,const char * xml_path,struct intel_batch_decode_bo (* get_bo)(void *,bool,uint64_t),unsigned (* get_state_size)(void *,uint64_t,uint64_t),void * user_data) argument
H A Dintel_decoder.h261 const char *xml_path,
H A Dintel_batch_decoder.c35 const char *xml_path,
54 if (xml_path == NULL)
57 ctx->spec = intel_spec_load_from_path(devinfo, xml_path);
32 intel_batch_decode_ctx_init(struct intel_batch_decode_ctx * ctx,const struct intel_device_info * devinfo,FILE * fp,enum intel_batch_decode_flags flags,const char * xml_path,struct intel_batch_decode_bo (* get_bo)(void *,bool,uint64_t),unsigned (* get_state_size)(void *,uint64_t,uint64_t),void * user_data) argument
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator.c61 char *input_file = NULL, *xml_path = NULL; variable in typeref:typename:char **
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);
H A Daubinator_error_decode.c57 static char *xml_path = NULL; variable in typeref:typename:char *
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);
H A Daubinator_viewer.cpp309 char *xml_path; member in struct:Context
1189 context.xml_path = strdup(optarg);
1224 free(context.xml_path);
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator.c60 char *input_file = NULL, *xml_path = NULL; variable in typeref:typename:char **
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);
H A Daubinator_error_decode.c53 static char *xml_path = NULL; variable in typeref:typename:char *
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);
H A Daubinator_viewer.cpp307 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/common/
H A Dgen_decoder.h247 const char *xml_path,
H A Dgen_batch_decoder.c35 const char *xml_path,
52 if (xml_path == NULL)
55 ctx->spec = gen_spec_load_from_path(devinfo, xml_path);
32 gen_batch_decode_ctx_init(struct gen_batch_decode_ctx * ctx,const struct gen_device_info * devinfo,FILE * fp,enum gen_batch_decode_flags flags,const char * xml_path,struct gen_batch_decode_bo (* get_bo)(void *,bool,uint64_t),unsigned (* get_state_size)(void *,uint32_t),void * user_data) argument

Completed in 20 milliseconds