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