Searched refs:timestamp_str (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_screen.c | 152 char *timestamp_str; in nouveau_disk_cache_create() local 157 res = asprintf(×tamp_str, "%u", mesa_timestamp); in nouveau_disk_cache_create() 161 timestamp_str, 0); in nouveau_disk_cache_create() 162 free(timestamp_str); in nouveau_disk_cache_create()
|
/external/autotest/site_utils/ |
D | gs_offloader_unittest.py | 780 timestamp_str = '2016.04.28_01.41.44' 781 timestamp_cts_folder = os.path.join(cts_result_folder, timestamp_str) 782 timestamp_cts_v2_folder = os.path.join(cts_v2_result_folder, timestamp_str) 783 timestamp_gts_folder = os.path.join(gts_result_folder, timestamp_str) 800 cts_zip_file = os.path.join(cts_result_folder, timestamp_str + '.zip') 802 cts_v2_zip_file = os.path.join(cts_v2_result_folder, timestamp_str + '.zip') 803 gts_zip_file = os.path.join(gts_result_folder, timestamp_str + '.zip')
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 634 char *timestamp_str; in si_disk_cache_create() local 640 res = asprintf(×tamp_str, "%u_%u", in si_disk_cache_create() 654 timestamp_str, in si_disk_cache_create() 656 free(timestamp_str); in si_disk_cache_create()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.c | 857 char *timestamp_str; in r600_disk_cache_create() local 860 res = asprintf(×tamp_str, "%u",mesa_timestamp); in r600_disk_cache_create() 870 timestamp_str, in r600_disk_cache_create() 872 free(timestamp_str); in r600_disk_cache_create()
|