Lines Matching refs:msgpack_errors

348   int msgpack_errors = 0;  in get_code_object_custom_metadata()  local
350 msgpack_errors = in get_code_object_custom_metadata()
353 if (msgpack_errors != 0) { in get_code_object_custom_metadata()
360 assert(msgpack_errors == 0); in get_code_object_custom_metadata()
365 msgpack_errors += array_lookup_element(kernel_array, i, &element); in get_code_object_custom_metadata()
366 if (msgpack_errors != 0) { in get_code_object_custom_metadata()
372 msgpack_errors += map_lookup_string(element, ".name", &kernelName); in get_code_object_custom_metadata()
373 msgpack_errors += map_lookup_string(element, ".symbol", &symbolName); in get_code_object_custom_metadata()
374 if (msgpack_errors != 0) { in get_code_object_custom_metadata()
390 msgpack_errors += map_lookup_uint64_t(element, ".sgpr_count", &sgpr_count); in get_code_object_custom_metadata()
391 if (msgpack_errors != 0) { in get_code_object_custom_metadata()
399 msgpack_errors += map_lookup_uint64_t(element, ".vgpr_count", &vgpr_count); in get_code_object_custom_metadata()
400 if (msgpack_errors != 0) { in get_code_object_custom_metadata()
408 msgpack_errors += in get_code_object_custom_metadata()
410 if (msgpack_errors != 0) { in get_code_object_custom_metadata()
418 msgpack_errors += in get_code_object_custom_metadata()
420 if (msgpack_errors != 0) { in get_code_object_custom_metadata()
430 msgpack_errors += map_lookup_uint64_t(element, ".kernarg_segment_size", in get_code_object_custom_metadata()
432 if (msgpack_errors != 0) { in get_code_object_custom_metadata()
444 msgpack_errors += in get_code_object_custom_metadata()
446 if (msgpack_errors != 0) { in get_code_object_custom_metadata()
456 msgpack_errors += array_lookup_element(args_array, i, &args_element); in get_code_object_custom_metadata()
457 if (msgpack_errors != 0) { in get_code_object_custom_metadata()
463 msgpack_errors += populate_kernelArgMD(args_element, &lcArg); in get_code_object_custom_metadata()
464 if (msgpack_errors != 0) { in get_code_object_custom_metadata()