Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Devergreen_compute_internal.h45 unsigned global_symbol_count; member
Devergreen_compute.c231 binary->global_symbol_offsets[binary->global_symbol_count] = in parse_symbol_table()
236 for (i = binary->global_symbol_count; i > 0; --i) { in parse_symbol_table()
245 ++binary->global_symbol_count; in parse_symbol_table()
347 if (binary->global_symbol_count) { in r600_elf_read()
349 binary->config_size / binary->global_symbol_count; in r600_elf_read()
351 binary->global_symbol_count = 1; in r600_elf_read()
361 for (i = 0; i < binary->global_symbol_count; ++i) { in r600_shader_binary_config_start()