Home
last modified time | relevance | path

Searched refs:os_read_file (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/freedreno/perfcntrs/
H A Dfreedreno_dt.c68 buf = os_read_file(path, &sz); in readdt()
82 uint32_t *buf = (uint32_t *)os_read_file(fpath, &sz); in find_freqs_fn()
147 char *str = os_read_file(fpath, &sz); in find_device_fn()
160 val = (int *)os_read_file(buf, &sz); in find_device_fn()
165 val = (int *)os_read_file(buf, &sz); in find_device_fn()
/third_party/mesa3d/src/util/
H A Dos_file.h42 os_read_file(const char *filename, size_t *size);
H A Dos_file.c125 os_read_file(const char *filename, size_t *size) in os_read_file() function
H A Dos_misc.c281 char *meminfo = os_read_file("/proc/meminfo", NULL); in os_get_available_system_memory()
H A Dxmlconfig.c723 (content = os_read_file(path, &len))) { in parseAppAttr()
/third_party/mesa3d/src/freedreno/isa/
H A Dir3-disasm.c48 void *raw = os_read_file(argv[1], &sz); in main()
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Dspirv2dxil.c122 char *file_contents = os_read_file(filename, &file_size); in main()
/third_party/mesa3d/src/imagination/rogue/tools/
H A Doffline_compiler.c209 input_data = os_read_file(opts.file, &input_size); in main()
/third_party/mesa3d/src/loader/
H A Dloader.c479 char *field_str = os_read_file(path, NULL); in loader_get_linux_pci_field()
/third_party/mesa3d/src/freedreno/afuc/
H A Ddisasm.c961 buf = (uint32_t *)os_read_file(file, &sz); in main()

Completed in 7 milliseconds