Searched refs:dump_path (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_debug.c | 409 char dump_path[512]; in radv_dump_spirv() local 412 snprintf(dump_path, sizeof(dump_path), "%s/%s.spv", dump_dir, sha1); in radv_dump_spirv() 414 f = fopen(dump_path, "w+"); in radv_dump_spirv() 710 char dump_dir[256], dump_path[512], buf_time[128]; in radv_check_gpu_hangs() local 726 snprintf(dump_path, sizeof(dump_path), "%s/%s", dump_dir, "trace.log"); in radv_check_gpu_hangs() 727 f = fopen(dump_path, "w+"); in radv_check_gpu_hangs() 734 snprintf(dump_path, sizeof(dump_path), "%s/%s", dump_dir, "pipeline.log"); in radv_check_gpu_hangs() 735 f = fopen(dump_path, "w+"); in radv_check_gpu_hangs() 743 snprintf(dump_path, sizeof(dump_path), "%s/%s", dump_dir, "umr_waves.log"); in radv_check_gpu_hangs() 744 f = fopen(dump_path, "w+"); in radv_check_gpu_hangs() [all …]
|
/third_party/mesa3d/src/mesa/main/ |
D | shaderapi.c | 1961 char *dump_path; in _mesa_dump_shader_source() local 1968 dump_path = getenv("MESA_SHADER_DUMP_PATH"); in _mesa_dump_shader_source() 1969 if (!dump_path) { in _mesa_dump_shader_source() 1975 char *name = construct_name(stage, sha, source, dump_path); in _mesa_dump_shader_source()
|
/third_party/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 2918 static void dump_path(FILE* file, const SkPath& path, bool force, bool dumpAsHex) { in dump_path() function 2941 dump_path(file, one, false, true); in DumpOp() 2945 dump_path(file, two, false, true); in DumpOp() 2964 dump_path(file, path, false, true); in DumpSimplify()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 192 const char *dump_path = getenv("MESA_SPIRV_FAIL_DUMP_PATH"); in _vtn_fail() local 193 if (dump_path) in _vtn_fail() 194 vtn_dump_shader(b, dump_path, "fail"); in _vtn_fail()
|