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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_interface.cpp225 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 Dsanitizer_procmaps_common.cc149 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { argument
166 cb(start, rss, file, stats, stats_size);
H A Dsanitizer_allocator_primary64.h227 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 Dsanitizer_common.h148 /*out*/uptr *stats, uptr stats_size);
152 // |stats_size| elements.
153 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size);
H A Dsanitizer_fuchsia.cc394 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) {} argument
H A Dsanitizer_mac.cc1031 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { } argument
H A Dsanitizer_win.cc1050 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { } argument
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_platform_linux.cc95 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 Dradv_shader.c1691 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 Dradv_shader.h413 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