Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_cmd_meta.c83 VkQueryPipelineStatisticFlags pipeline_stats_flags; member
106 save->pipeline_stats_flags = desc->root.draw.pipeline_stats_flags; in hk_meta_begin()
107 desc->root.draw.pipeline_stats_flags = 0; in hk_meta_begin()
185 desc->root.draw.pipeline_stats_flags = save->pipeline_stats_flags; in hk_meta_end()
H A Dhk_cmd_buffer.h75 VkQueryPipelineStatisticFlags pipeline_stats_flags; member
629 VkQueryPipelineStatisticFlags flags = root->draw.pipeline_stats_flags; in hk_pipeline_stat_addr()
H A Dhk_query_pool.c385 root->draw.pipeline_stats_flags = pool->vk.pipeline_statistics; in hk_cmd_begin_end_query()
H A Dhk_nir_lower_descriptors.c478 unsigned off2 = hk_root_descriptor_offset(draw.pipeline_stats_flags); in lower_uvs_index()