Lines Matching refs:queryPool
8559 queryPool := ?
8560 pQueryPool[0] = queryPool
8561 State.QueryPools[queryPool] = new!QueryPoolObject(device: device)
8569 VkQueryPool queryPool,
8572 queryPoolObject := GetQueryPool(queryPool)
8575 State.QueryPools[queryPool] = null
8581 VkQueryPool queryPool,
8589 queryPoolObject := GetQueryPool(queryPool)
9881 VkQueryPool queryPool,
9885 queryPoolObject := GetQueryPool(queryPool)
9892 VkQueryPool queryPool,
9895 queryPoolObject := GetQueryPool(queryPool)
9902 VkQueryPool queryPool,
9906 queryPoolObject := GetQueryPool(queryPool)
9914 VkQueryPool queryPool,
9917 queryPoolObject := GetQueryPool(queryPool)
9924 VkQueryPool queryPool,
9932 queryPoolObject := GetQueryPool(queryPool)
10729 VkQueryPool queryPool,
10738 VkQueryPool queryPool,
11721 VkQueryPool queryPool,
12126 macro ref!QueryPoolObject GetQueryPool(VkQueryPool queryPool) {
12127 assert(queryPool in State.QueryPools)
12128 return State.QueryPools[queryPool]