| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| H A D | intel_batch_decoder_stub.c | 31 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 D | intel_decoder.h | 261 const char *xml_path,
|
| H A D | 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); 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 D | aubinator.c | 61 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 D | aubinator_error_decode.c | 57 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 D | 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/dist/src/intel/tools/ |
| H A D | aubinator.c | 60 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 D | aubinator_error_decode.c | 53 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 D | 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/common/ |
| H A D | gen_decoder.h | 247 const char *xml_path,
|
| H A D | 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); 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
|