Searched refs:timestampQueryPool (Results 1 – 1 of 1) sorted by relevance
7314 vk::DeviceScoped<vk::DynamicQueryPool> timestampQueryPool(device); in getTimestamp() local7316 ANGLE_TRY(timestampQueryPool.get().init(this, VK_QUERY_TYPE_TIMESTAMP, 1)); in getTimestamp()7317 ANGLE_TRY(timestampQueryPool.get().allocateQuery(this, ×tampQuery, 1)); in getTimestamp()7343 timestampQueryPool.get().freeQuery(this, ×tampQuery); in getTimestamp()