Home
last modified time | relevance | path

Searched refs:os_read_file (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/freedreno/perfcntrs/
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/
Dos_file.h42 os_read_file(const char *filename, size_t *size);
Dos_file.c125 os_read_file(const char *filename, size_t *size) in os_read_file() function
Dos_misc.c281 char *meminfo = os_read_file("/proc/meminfo", NULL); in os_get_available_system_memory()
Dxmlconfig.c712 (content = os_read_file(path, &len))) { in parseAppAttr()
/third_party/mesa3d/src/freedreno/isa/
Dir3-disasm.c48 void *raw = os_read_file(argv[1], &sz); in main()
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
Dspirv2dxil.c110 char *file_contents = os_read_file(filename, &file_size); in main()
/third_party/mesa3d/src/freedreno/afuc/
Ddisasm.c961 buf = (uint32_t *)os_read_file(file, &sz); in main()
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst2354 - util: Implement os_read_file for Windows
3258 - freedreno/afuc: Replace readfile with os_read_file.
D21.1.0.rst3727 - util: Make os_read_file use O_BINARY on Windows
4960 - freedreno/fdperf: Use os_read_file()
D19.1.0.rst1627 - util: add os_read_file() helper
D20.1.0.rst3393 - util/os_file: extend os_read_file to return the file size