Searched refs:n_perf_query_commands (Results 1 – 6 of 6) sorted by relevance
70 device->n_perf_query_commands = 0; in anv_physical_device_init_perf()76 device->n_perf_query_commands++; in anv_physical_device_init_perf()83 device->n_perf_query_commands += field->size / 4; in anv_physical_device_init_perf()89 device->n_perf_query_commands *= 2; /* Begin & End */ in anv_physical_device_init_perf()90 device->n_perf_query_commands += 1; /* availability */ in anv_physical_device_init_perf()
343 pdevice->n_perf_query_commands * sizeof(*cmd_buffer->self_mod_locations), 8, in khr_perf_query_ensure_relocs()1015 assert(reloc_idx == pdevice->n_perf_query_commands); in genX()1242 assert(cmd_buffer->perf_reloc_idx == pdevice->n_perf_query_commands); in genX()
859 uint32_t n_perf_query_commands; member
62 device->n_perf_query_commands = 0; in anv_physical_device_init_perf()68 device->n_perf_query_commands++; in anv_physical_device_init_perf()76 device->n_perf_query_commands += field->size / 4; in anv_physical_device_init_perf()82 device->n_perf_query_commands *= 2; /* Begin & End */ in anv_physical_device_init_perf()83 device->n_perf_query_commands += 1; /* availability */ in anv_physical_device_init_perf()
382 pdevice->n_perf_query_commands * sizeof(*cmd_buffer->self_mod_locations), 8, in khr_perf_query_ensure_relocs()1193 assert(reloc_idx == pdevice->n_perf_query_commands); in genX()1457 assert(cmd_buffer->perf_reloc_idx == pdevice->n_perf_query_commands); in genX()
1019 uint32_t n_perf_query_commands; member