Searched refs:timestampCS (Results 1 – 2 of 2) sorted by relevance
116 if (store->timestampCS == nullptr) { in GetOrCreateTimestampComputePipeline()118 store->timestampCS, in GetOrCreateTimestampComputePipeline()143 computePipelineDesc.compute.module = store->timestampCS.Get(); in GetOrCreateTimestampComputePipeline()
42 Ref<ShaderModuleBase> timestampCS; member