Searched refs:stats_size (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_interface.cpp | 225 size_t stats_size = 0; local in function:aco_compile_shader 227 stats_size = aco::num_statistics * sizeof(uint32_t); 228 size += stats_size; 244 legacy_binary->stats_size = stats_size; 246 memcpy(legacy_binary->data + legacy_binary->stats_size, code.data(), 255 llvm_ir.copy((char*)legacy_binary->data + legacy_binary->stats_size + legacy_binary->code_size, 259 disasm.copy((char*)legacy_binary->data + legacy_binary->stats_size +
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_procmaps_common.cc | 149 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { argument 166 cb(start, rss, file, stats, stats_size);
|
| H A D | sanitizer_allocator_primary64.h | 227 uptr stats_size) { 228 for (uptr class_id = 0; class_id < stats_size; class_id++) 226 FillMemoryProfile(uptr start,uptr rss,bool file,uptr * stats,uptr stats_size) argument
|
| H A D | sanitizer_common.h | 148 /*out*/uptr *stats, uptr stats_size); 152 // |stats_size| elements. 153 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size);
|
| H A D | sanitizer_fuchsia.cc | 394 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) {} argument
|
| H A D | sanitizer_mac.cc | 1031 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { } argument
|
| H A D | sanitizer_win.cc | 1050 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { } argument
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_platform_linux.cc | 95 uptr *mem, uptr stats_size) { 94 FillProfileCallback(uptr p,uptr rss,bool file,uptr * mem,uptr stats_size) argument
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_shader.c | 1691 memcpy(dest_ptr, bin->data + bin->stats_size, bin->code_size); 1700 bin->ir_size ? strdup((const char *)(bin->data + bin->stats_size + bin->code_size)) : NULL; 1703 ? strdup((const char *)(bin->data + bin->stats_size + bin->code_size + bin->ir_size)) 1706 if (bin->stats_size) { 1707 variant->statistics = calloc(bin->stats_size, 1); 1708 memcpy(variant->statistics, bin->data, bin->stats_size);
|
| H A D | radv_shader.h | 413 unsigned stats_size; member in struct:radv_shader_binary_legacy 415 /* data has size of stats_size + code_size + ir_size + disasm_size + 2,
|
Completed in 25 milliseconds