Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/rmv/
Dvk_rmv_exporter.c633 uint32_t processor_brand[12]; member
667 strncpy((char *)chunk->processor_brand, "Unknown", sizeof(chunk->processor_brand)); in rmt_fill_chunk_system_info()
696 char *ptr = (char *)chunk->processor_brand; in rmt_fill_chunk_system_info()
699 strncpy(ptr, v + 1, sizeof(chunk->processor_brand) - 1); in rmt_fill_chunk_system_info()
700 ptr[sizeof(chunk->processor_brand) - 1] = '\0'; in rmt_fill_chunk_system_info()