Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_perf.c70 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()
H A DgenX_query.c343 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()
H A Danv_private.h859 uint32_t n_perf_query_commands; member
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_perf.c62 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()
H A DgenX_query.c382 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()
H A Danv_private.h1019 uint32_t n_perf_query_commands; member