Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_query.c649 uint32_t pipeline_stats_mask, uint32_t avail_offset) in radv_query_shader() argument
707 pipeline_stats_mask &= 0x7ff; in radv_query_shader()
708 pipeline_stats_mask |= util_bitcount(pipeline_stats_mask) << 16; in radv_query_shader()
715 uint32_t pipeline_stats_mask; in radv_query_shader() member
720 pipeline_stats_mask, in radv_query_shader()
775 pool->pipeline_stats_mask = pCreateInfo->pipelineStatistics; in radv_CreateQueryPool()
909 dest += util_bitcount(pool->pipeline_stats_mask) * 8; in radv_GetQueryPoolResults()
911 if(pool->pipeline_stats_mask & (1u << i)) in radv_GetQueryPoolResults()
917 dest += util_bitcount(pool->pipeline_stats_mask) * 4; in radv_GetQueryPoolResults()
919 if(pool->pipeline_stats_mask & (1u << i)) in radv_GetQueryPoolResults()
[all …]
Dradv_private.h1655 uint32_t pipeline_stats_mask; member